• Joined on 2025-12-25
ilia created pull request glyphdiff.com/frontend-svelte#21 2026-02-06 09:20:01 +00:00
feature/loading
ilia pushed to feature/loading at glyphdiff.com/frontend-svelte 2026-02-06 09:17:23 +00:00
1b9fe14f01 fix(FontSampler): comment unused button
3537f6f62c fix(FontSearch): change button size to normal
Compare 2 commits »
ilia created branch feature/loading in glyphdiff.com/frontend-svelte 2026-02-06 09:05:52 +00:00
ilia pushed to feature/loading at glyphdiff.com/frontend-svelte 2026-02-06 09:05:52 +00:00
88f4cd97f9 feat(SampleList): remove text loader and add a prop isLoading
9167629616 chore: change export/import
b304e841de feat(ComparisonSlider): integrate loader and add animations for appearance/disappearance
3ed63562b7 feat(Loader): create loader component with spinner and optional message
4b440496ba feat(comparisonStore): add isLoading getter
Compare 10 commits »
ilia pushed to main at glyphdiff.com/frontend-svelte 2026-02-05 08:51:47 +00:00
cf8d3dffb9 Merge pull request 'fix/filtration' (#20) from fix/filtration into main
1e2daa410c fix(baseFontStore): fix the filtration problem when results didnt update after filter was deselected
adf6dc93ea feat(appliedFontsStore): improvement that allow to use correct urls for variable fonts and fixes font weight problems
596a023d24 chore: add export/import
8195e9baa8 feat(getFontUrl): create a helper function to choose font url
Compare 8 commits »
ilia deleted branch fix/filtration from glyphdiff.com/frontend-svelte 2026-02-05 08:51:47 +00:00
ilia merged pull request glyphdiff.com/frontend-svelte#20 2026-02-05 08:51:46 +00:00
fix/filtration
ilia created pull request glyphdiff.com/frontend-svelte#20 2026-02-05 08:51:34 +00:00
fix/filtration
ilia pushed to fix/filtration at glyphdiff.com/frontend-svelte 2026-02-05 08:46:06 +00:00
1e2daa410c fix(baseFontStore): fix the filtration problem when results didnt update after filter was deselected
adf6dc93ea feat(appliedFontsStore): improvement that allow to use correct urls for variable fonts and fixes font weight problems
596a023d24 chore: add export/import
8195e9baa8 feat(getFontUrl): create a helper function to choose font url
0554fcada7 feat(normalize): use type UnifiedFontVariant instead of string
Compare 7 commits »
ilia created branch fix/filtration in glyphdiff.com/frontend-svelte 2026-02-05 08:46:06 +00:00
ilia pushed to main at glyphdiff.com/frontend-svelte 2026-02-04 07:49:31 +00:00
2b7f21711b feat(BreadcrumbHeader): add a logo and change the animation
69ae955131 feat(Page): move breadcrumb header to the layout and add a logo section
12844432ac feat(Section): add a snippet prop for description
Compare 3 commits »
ilia deleted branch feature/comparison-slider from glyphdiff.com/frontend-svelte 2026-02-02 09:40:31 +00:00
ilia pushed to main at glyphdiff.com/frontend-svelte 2026-02-02 09:23:48 +00:00
a9aba10f09 Merge pull request 'feature/comparison-slider' (#19) from feature/comparison-slider into main
778839d35e feat(Page): switch some sections
92fb314615 feat(TypographyMenu): add comments and delete outdated code
6f0b69ff45 chore: incorporate renewed appliderFontStore and comparisonStore logic
2cd38797b9 feat(FontSearch): add IconButton instead of regular Button and delete unused code
Compare 130 commits »
ilia merged pull request glyphdiff.com/frontend-svelte#19 2026-02-02 09:23:46 +00:00
feature/comparison-slider
ilia created pull request glyphdiff.com/frontend-svelte#19 2026-02-02 09:23:36 +00:00
feature/comparison-slider
ilia pushed to feature/comparison-slider at glyphdiff.com/frontend-svelte 2026-02-02 09:21:40 +00:00
778839d35e feat(Page): switch some sections
92fb314615 feat(TypographyMenu): add comments and delete outdated code
6f0b69ff45 chore: incorporate renewed appliderFontStore and comparisonStore logic
2cd38797b9 feat(FontSearch): add IconButton instead of regular Button and delete unused code
6f231999e0 chore: add export/import and remove unused ones
Compare 36 commits »
ilia pushed to feature/comparison-slider at glyphdiff.com/frontend-svelte 2026-01-30 14:46:53 +00:00
ef48d9815c feat(Page): add Section wrappers to page widgets
818dfdb55e feat(Layout): increase bottom gap for TypographyMenu
42e1271647 feat(ContentEditable): add comments
8ef9226dd2 feat(IconButton): slightlyu change the style
f0c0a9de45 feat(ComparisonSlider): move in/out animation to Section component
Compare 8 commits »
ilia pushed to feature/comparison-slider at glyphdiff.com/frontend-svelte 2026-01-29 22:09:47 +00:00
75ea5ab382 chore: change dprint formatting
f07b699926 feat(FontDisplay): add animation on displayed fonts list order change
b031e560af feat(FontSampler): add delete button to remove font from the list of selected fonts, improve styling
fbaf596fef fix(createCharacterComparison): improve characters measurment for better magnifying presicion
1a2c44fb97 chore: add import/export
Compare 16 commits »
ilia pushed to feature/comparison-slider at glyphdiff.com/frontend-svelte 2026-01-29 12:54:52 +00:00
c06aad1a8a fix: Correct dynamic import paths in fallback function
471e186e70 fix: Fix undefined query data and add fallback to Fontshare API
dc72b9e048 chore(fonts): Complete Proxy API Integration (All 7 Phases)
07a37af71a feat(fonts): implement Phase 6 - Cleanup and Removal
d6607e5705 feat(fonts): implement Phase 4 - Update UI Components
Compare 9 commits »
ilia pushed to feature/comparison-slider at glyphdiff.com/frontend-svelte 2026-01-26 10:09:08 +00:00
0b0489fa26 chore(ExpandableWrapper): add ts-ignore to stories