• Joined on 2025-12-25
ilia pushed to feature/united-widget at glyphdiff.com/frontend-svelte 2026-04-20 08:14:58 +00:00
a73bd75947 refactor(ComparisonView): unify pretext font string generation with a utility function
836b83f75d style: apply new dprint rules to CharacterComparisonEngine
07e4a0b9d9 chore: forbid one-line and braceless cycles in dprint config
141126530d fix(ComparisonView): fix character morphing thresholds and add tracking support
f9f96e2797 fix(ComparisonView): add correct line-height calculation
Compare 5 commits »
ilia pushed to feature/united-widget at glyphdiff.com/frontend-svelte 2026-04-19 16:16:02 +00:00
3e11821814 feat: add meta description
ee3f773ca5 chore: replace section with main tag
2a51f031cc chore: add missing aria labels
b792dde7cb fix(FontList): overwrite css rule
Compare 4 commits »
ilia pushed to feature/united-widget at glyphdiff.com/frontend-svelte 2026-04-18 08:04:39 +00:00
66dcffa448 chore(storybook): replace viewport with defaultViewport
cca00fccaa chore(storybook): remove mobile stories and initialWidth prop from stories. The mobile view available throught viewport selector in the header
af05443763 chore(storybook): purge unused Providers props
99d92d487f feat(storybook): replace width with maxWidth for StoryStage
4a907619cc chore(storybook): purge custom viewports from storybook preview
Compare 5 commits »
ilia pushed to feature/united-widget at glyphdiff.com/frontend-svelte 2026-04-17 22:19:16 +00:00
6c69d7a5b3 test(ComparisonView): cover parts of the widget with tests
993812de0a test(GetFonts): add tests for Filters component behavior
67c16530af test(ChangeAppTheme): cover theme switcher component with tests
fbbb439023 test(Breadcrumb): add test for BreadcrumbHeader component
c2046770ef test(SampleList): add test coverage for LayoutSwitch component
Compare 6 commits »
ilia pushed to feature/united-widget at glyphdiff.com/frontend-svelte 2026-04-17 19:17:13 +00:00
dfb304d436 test: remove legacy tests and add new ones
ilia pushed to feature/united-widget at glyphdiff.com/frontend-svelte 2026-04-17 17:27:04 +00:00
f55043a1e7 test(Badge): cover Baddge with tests
409dd1b229 test(Divider): cover Divider with tests
9fbce095b2 test(Footnote): cover Footnote with tests
171627e0ea test(Input): cover Input with tests
d07fb1a3af test(Label): cover Label with tests
Compare 19 commits »
ilia pushed to feature/united-widget at glyphdiff.com/frontend-svelte 2026-04-17 10:38:12 +00:00
8a93c7b545 chore: purge shadcn from codebase. Replace with bits-ui components and other tools
0004b81e40 chore(ComboControl): replace shadcn tooltip with the one from bits-ui
fb1d2765d0 chore: purge TooltipProvider
12e8bc0a89 chore: enforce brackets for if clause and for/while loops
Compare 4 commits »
ilia pushed to feature/united-widget at glyphdiff.com/frontend-svelte 2026-04-17 09:15:09 +00:00
cfaff46d59 chore: follow the general comments style
ilia pushed to feature/united-widget at glyphdiff.com/frontend-svelte 2026-04-17 06:43:21 +00:00
0ebf75b24e refactor: replace arbitrary text sizes in FontSampler, TypographyMenu; fix font token in SectionTitle
7b46e06f8b refactor: replace arbitrary text sizes in ComboControl, ControlGroup, Input, Slider, SectionHeader
0737db69a9 refactor: replace px text sizes in Button, Loader, Footnote with named tokens
64b4a65e7b refactor: replace arbitrary sizes in labelSizeConfig with named tokens
7f0d2b54e0 feat: add micro type scale and tracking-wider-mono tokens to @theme
Compare 8 commits »
ilia pushed to feature/united-widget at glyphdiff.com/frontend-svelte 2026-04-16 20:32:10 +00:00
816d4b89ce refactor: tailwind tier 1 — border-subtle/text-secondary/focus-ring utilities + Input config extraction
aa1379c15b chore: remove unused code
33e589f041 feat: remove widgets from page
b12dc6257d feat(ComparisonView): add wrapper for search bar
35e0f06a77 feat(ComparisonView): add color transition for each character
Compare 5 commits »
ilia pushed to feature/united-widget at glyphdiff.com/frontend-svelte 2026-04-16 08:19:53 +00:00
dde187e0b2 chore: move ControlId type to the entities/Font layer
5a7c61ade7 feat(FontVirtualList): re-touch on weight change and pin visible fonts
d2bce85f9c feat(ComparisonStore): pin fontA/fontB to prevent eviction while on-screen
e509463911 chore: remove unused
db08f523f6 chore: move typography constants to the entity/Font layer
Compare 5 commits »
ilia pushed to feature/united-widget at glyphdiff.com/frontend-svelte 2026-04-16 05:51:51 +00:00
c5fa159c14 fix(FontList): remove weight prop, use default weight for FontList
8645c7dcc8 feat: use typographySettingsStore everywhere for the typography settings
fbeb84270b feat(Layout): remove breadcrumbs
c1ac9b5bc4 chore(SetupFont): rename controlManager to typographySettingsStore for better semantic
Compare 4 commits »
ilia created branch feature/united-widget in glyphdiff.com/frontend-svelte 2026-04-16 05:51:51 +00:00
ilia deleted branch feature/unified-tanstack-query from glyphdiff.com/frontend-svelte 2026-04-16 04:53:30 +00:00
ilia pushed to main at glyphdiff.com/frontend-svelte 2026-04-16 04:53:30 +00:00
46d0d887b1 Merge pull request 'feature/unified-tanstack-query' (#36) from feature/unified-tanstack-query into main
0a489a8adc fix(BaseQueryStore): use QueryObserverOptions instead of QueryOptions
cd349aec92 fix: imports
adaa6d7648 feat: refactor ComparisonStore to use BatchFontStore
10f4781a67 test: enrich coverage for queryKeys, BaseQueryStore, and BatchFontStore
Compare 9 commits »
ilia merged pull request glyphdiff.com/frontend-svelte#36 2026-04-16 04:53:29 +00:00
feature/unified-tanstack-query
ilia created pull request glyphdiff.com/frontend-svelte#36 2026-04-16 04:53:23 +00:00
feature/unified-tanstack-query
ilia created branch feature/unified-tanstack-query in glyphdiff.com/frontend-svelte 2026-04-15 19:38:37 +00:00
ilia pushed to feature/unified-tanstack-query at glyphdiff.com/frontend-svelte 2026-04-15 19:38:37 +00:00
0a489a8adc fix(BaseQueryStore): use QueryObserverOptions instead of QueryOptions
cd349aec92 fix: imports
adaa6d7648 feat: refactor ComparisonStore to use BatchFontStore
10f4781a67 test: enrich coverage for queryKeys, BaseQueryStore, and BatchFontStore
f4a568832a feat: implement reactive BatchFontStore
Compare 8 commits »
ilia deleted branch fix/initial-fonts-loading from glyphdiff.com/frontend-svelte 2026-04-15 08:37:42 +00:00