Ilia Mashkov
7dce7911c0
feat(FontSampler): remove backdrop filter since it's not being used and bad for performance
2026-02-12 11:16:01 +03:00
Ilia Mashkov
d749f86edc
feat: add color variables and use them acros the project
2026-02-10 23:19:27 +03:00
Ilia Mashkov
3f0761aca7
chore: remove unused props
2026-02-10 18:13:03 +03:00
Ilia Mashkov
422363d329
chore: remove unused code
2026-02-09 17:33:09 +03:00
Ilia Mashkov
6945169279
feat(TypographyMenu): add props hidden to hide component but fire the logic
2026-02-09 16:49:06 +03:00
Ilia Mashkov
6f840fbad8
chore(TypographyMenu): use 2nd version of combo control
2026-02-09 09:32:43 +03:00
Ilia Mashkov
7f01a9cc85
feat(Drawer): add default padding classes for content snippet
2026-02-07 19:26:46 +03:00
Ilia Mashkov
4d7ae6c1c6
feat(TypographyMenu): merge SetupFontMenu and TypographyMenu into one component, add drawer logic for mobile resolution
2026-02-07 19:15:04 +03:00
Ilia Mashkov
cb0e89b257
feat(SetupFont): add multiplier constants
2026-02-07 19:12:39 +03:00
Ilia Mashkov
f24c93c105
chore: add exports/imports
2026-02-07 18:16:08 +03:00
Ilia Mashkov
86ea9cd887
chore(SetupFont): move initial typography control config into constants
2026-02-07 18:06:13 +03:00
Ilia Mashkov
10919a9881
feat(controlManager): add getters for controls and custom storageId parameter for persistent storage
2026-02-07 18:05:14 +03:00
Ilia Mashkov
180abd150d
chore(TypographyMenu): move component to SetupFont feature layer
2026-02-07 18:03:54 +03:00
Ilia Mashkov
49f5564cc9
feat(controlManager): integrate persistent storage into control manager to keep typography settings between sessions
2026-02-07 11:28:13 +03:00
Ilia Mashkov
0ff8aec8f9
chore: add export/import
2026-02-07 11:26:53 +03:00
Ilia Mashkov
597ff7ec90
feat(createTypographyControl): add generic for identficator
2026-02-07 11:26:18 +03:00
Ilia Mashkov
46a3c3e8fc
feat(ComboControl): add reduced flag that removes increase/decrease buttons keeping the slider popover
2026-02-07 11:24:44 +03:00
Ilia Mashkov
0d572708c0
chore: replace custom components with footnote and logo components
2026-02-06 15:56:48 +03:00
Ilia Mashkov
fedf3f88e7
feat: add tailwind responsive classes
2026-02-06 14:48:44 +03:00
Ilia Mashkov
a26bcbecff
feat(responsiveManager): add a manager to monitor responsive state and give access to responsive state flags
2026-02-06 14:20:32 +03:00
Ilia Mashkov
1b9fe14f01
fix(FontSampler): comment unused button
Workflow / build (pull_request) Successful in 1m9s
2026-02-06 12:17:11 +03:00
Ilia Mashkov
6f231999e0
chore: add export/import and remove unused ones
2026-02-02 12:19:05 +03:00
Ilia Mashkov
31a72d90ea
chore: incorporate renewed appliderFontStore and comparisonStore logic
2026-02-02 12:18:20 +03:00
Ilia Mashkov
5496fd2680
chore: delete unused code
2026-02-02 12:09:16 +03:00
Ilia Mashkov
70f57283a8
feat(comparisonStore): replace displayStore with comparisonStore that has only the logic related to ComparisonSlider
2026-02-02 11:58:50 +03:00
Ilia Mashkov
0ac6acd174
feat(proxyFonts): add fetchFontsById function that fetches batch of fonts
2026-02-01 16:12:37 +03:00
Ilia Mashkov
010643e398
chore: add import/export
2026-02-01 11:52:32 +03:00
Ilia Mashkov
b1ce734f19
feat(VirtualList): VirtualList now supports pagination, it loads batches when user scrolls near the end of current batch
2026-01-31 11:48:14 +03:00
Ilia Mashkov
3add50a190
feat(VirtualList): add auto-pagination and correct scrollbar height
...
- Add 'total' prop to VirtualList for accurate scrollbar height in pagination scenarios
- Add 'onNearBottom' callback to trigger auto-loading when user scrolls near end
- Update FontVirtualList to forward the new props
- Implement auto-pagination in SuggestedFonts component (remove manual Load More button)
- Display loading indicator when fetching next batch
- Show accurate font count (e.g., "Showing 150 of 1920 fonts")
Key changes:
- VirtualList now uses total count for height calculation instead of items.length
- Auto-fetches next page when user scrolls within 5 items of the end
- Only fetches if hasMore is true and not already fetching
- Backward compatible: total defaults to items.length when not provided
2026-01-30 19:22:21 +03:00
Ilia Mashkov
730eba138d
feat(FontSampler): refactor styles of FontSampler component
2026-01-30 17:42:06 +03:00
Ilia Mashkov
75ea5ab382
chore: change dprint formatting
2026-01-30 01:09:39 +03:00
Ilia Mashkov
f07b699926
feat(FontDisplay): add animation on displayed fonts list order change
2026-01-30 00:56:58 +03:00
Ilia Mashkov
b031e560af
feat(FontSampler): add delete button to remove font from the list of selected fonts, improve styling
2026-01-30 00:56:21 +03:00
Ilia Mashkov
87c4e04458
feat(controlManager): add getter for letter spacing value
2026-01-30 00:48:29 +03:00
Ilia Mashkov
fb843c87af
chore: add import/export for letter spacing constant
2026-01-30 00:48:07 +03:00
Ilia Mashkov
b2af3683bc
chore: change default font size
2026-01-30 00:47:44 +03:00
Ilia Mashkov
d6607e5705
feat(fonts): implement Phase 4 - Update UI Components
...
- Replaced fontshareStore with unifiedFontStore in FontSearch.svelte
- Replaced fontshareStore with unifiedFontStore in SuggestedFonts.svelte
- Updated Font entity exports to include unifiedFontStore
- Updated model exports to include unified store exports
- Kept fontshareStore exports as deprecated for backward compatibility
Phase 4/7: Proxy API Integration for GlyphDiff
2026-01-29 14:43:07 +03:00
Ilia Mashkov
10801a641a
feat(fonts): implement Phase 3 - Update Filter Mapper
...
- Changed return type to Partial<ProxyFontsParams>
- Map providers array to single provider value (or undefined)
- Map categories array to single category value (or undefined)
- Map subsets array to single subset value (or undefined)
- Added type assertions for proper TypeScript compatibility
Phase 3/7: Proxy API Integration for GlyphDiff
2026-01-29 14:40:31 +03:00
Ilia Mashkov
2022213921
feat(displayedFontsStore): fix store to work with fontA and fontB to compare
2026-01-26 12:56:35 +03:00
Ilia Mashkov
2eddb656a9
chore(FontComparer): delete unused code
2026-01-26 12:55:27 +03:00
Ilia Mashkov
c07800cc96
chore: add export
2026-01-25 00:00:13 +03:00
Ilia Mashkov
3dce409034
feat(SetupFontMenu): add props
2026-01-24 15:36:13 +03:00
Ilia Mashkov
cf08f7adfa
chore(FontSearch): move to widgets layer
2026-01-24 15:35:26 +03:00
Ilia Mashkov
ecb4bea642
feat(FlterControls): enhance control with ux effects
2026-01-24 15:33:12 +03:00
Ilia Mashkov
80efa49ad0
feat(SuggestedFonts): add proximity and isVisible props
2026-01-22 15:40:17 +03:00
Ilia Mashkov
ac979c816c
feat(FontComparer): add apperance animation for ComparisonSlider
2026-01-22 15:37:49 +03:00
Ilia Mashkov
a9e2898945
feat(typographyControl): add letter spacing control
2026-01-22 15:36:30 +03:00
Ilia Mashkov
1d0ca31262
chore: input path change
2026-01-21 21:57:04 +03:00
Ilia Mashkov
2ee66316f7
chore(controlManager): rewrite controlManager to classes
2026-01-21 21:51:22 +03:00
Ilia Mashkov
d4d2d68d9a
feat(appliedFontsStore): incorporate implemented font weight logic
2026-01-20 14:21:07 +03:00