Ilia Mashkov
204aa75959
feat(SampleList): move TypographyMenu to SampleList to show/hide it when list is visible on a screen
2026-02-07 18:39:52 +03:00
Ilia Mashkov
b72ec8afdf
chore(FontSearch): remove unused code
2026-02-07 18:21:19 +03:00
Ilia Mashkov
a48c9bce0c
feat(ComparisonSlider): slightly tweak line styles for better mobile UX
2026-02-07 18:14:39 +03:00
Ilia Mashkov
152be85e34
feat(ComparisonSlider): add separate typographyManager instance into comparisonStore and use its controls in the slider. Improve mobile usability using Drawer for all the settings
2026-02-07 18:14:07 +03:00
Ilia Mashkov
180abd150d
chore(TypographyMenu): move component to SetupFont feature layer
2026-02-07 18:03:54 +03:00
Ilia Mashkov
780d76dced
fix(TypographyMenu): correct responsive settings
2026-02-07 11:28:52 +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
3537f6f62c
fix(FontSearch): change button size to normal
2026-02-06 12:16:42 +03:00
Ilia Mashkov
88f4cd97f9
feat(SampleList): remove text loader and add a prop isLoading
2026-02-06 12:05:29 +03:00
Ilia Mashkov
b304e841de
feat(ComparisonSlider): integrate loader and add animations for appearance/disappearance
2026-02-06 12:04:32 +03:00
Ilia Mashkov
4b440496ba
feat(comparisonStore): add isLoading getter
2026-02-06 11:55:31 +03:00
Ilia Mashkov
92fb314615
feat(TypographyMenu): add comments and delete outdated code
2026-02-02 12:20:57 +03:00
Ilia Mashkov
6f0b69ff45
chore: incorporate renewed appliderFontStore and comparisonStore logic
2026-02-02 12:20:19 +03:00
Ilia Mashkov
2cd38797b9
feat(FontSearch): add IconButton instead of regular Button and delete unused code
2026-02-02 12:20:01 +03:00
Ilia Mashkov
31a72d90ea
chore: incorporate renewed appliderFontStore and comparisonStore logic
2026-02-02 12:18:20 +03:00
Ilia Mashkov
ca161dfbd4
feat(ComparisonSlider): migrate from displayStore to comparisonStore
2026-02-02 12:02:33 +03:00
Ilia Mashkov
ac2d0c32a4
chore: add import/export
2026-02-02 12:00:58 +03:00
Ilia Mashkov
54d22d650d
chore: add import/export
2026-02-02 12:00:19 +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
eed3339b0d
feat(FontSearch): refactor component styles
2026-02-01 11:57:56 +03:00
Ilia Mashkov
cfb586f539
feat(SampleList): move font list display into widget layer
2026-02-01 11:55:46 +03:00
Ilia Mashkov
c246f70fe9
feat(Labels): change the styles of the component
2026-01-31 11:48:58 +03:00
Ilia Mashkov
f0c0a9de45
feat(ComparisonSlider): move in/out animation to Section component
2026-01-30 17:43:19 +03:00
Ilia Mashkov
75ea5ab382
chore: change dprint formatting
2026-01-30 01:09:39 +03:00
Ilia Mashkov
fbaf596fef
fix(createCharacterComparison): improve characters measurment for better magnifying presicion
2026-01-30 00:54:40 +03:00
Ilia Mashkov
90f11d8d16
chore(Labels): formatting
2026-01-30 00:47:07 +03:00
Ilia Mashkov
a3f9bc12a0
feat(CharacterSlot): slightly increase magnifying effect
2026-01-30 00:46:43 +03:00
Ilia Mashkov
6634f6df1e
feature(SliderLine): complete rework of the slider line, now it look like a magnifying glass
2026-01-30 00:45:45 +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
7078cb6f8c
feat(fonts): implement Phase 1 - Create Proxy API Client
...
- Created src/entities/Font/api/proxy/proxyFonts.ts
- Implemented fetchProxyFonts function with full pagination support
- Implemented fetchProxyFontById convenience function
- Added TypeScript interfaces: ProxyFontsParams, ProxyFontsResponse
- Added comprehensive JSDoc documentation
- Updated src/entities/Font/api/index.ts to export proxy API
Phase 1/7: Proxy API Integration for GlyphDiff
2026-01-29 14:33:12 +03:00
Ilia Mashkov
75a9c16070
feat(ComparisonWrapper): remove props and add checks for fonts absence
2026-01-26 12:54:01 +03:00
Ilia Mashkov
31e4c64193
chore(ComparisonSlider): add comments
2026-01-26 12:52:40 +03:00
Ilia Mashkov
13e114fafe
feat(TypographyMenu): add appearance/disappearance animation
2026-01-26 12:47:10 +03:00
Ilia Mashkov
1484ea024e
chore(ComparisonSlider): add comments and remove unused code
2026-01-26 12:46:12 +03:00
Ilia Mashkov
67db6e22a7
feat(ComparisonSlider): rewrite slider labels to include selects for compared fonts
2026-01-26 12:45:30 +03:00
Ilia Mashkov
ed4ee8bb44
chore(ControlsWrapper): use new reusable wrapper
2026-01-24 23:57:16 +03:00
Ilia Mashkov
08cccc5ede
chore: add export
2026-01-24 15:39:10 +03:00
Ilia Mashkov
71266f8b22
chore(TypographyMenu): remove search from typography menu
2026-01-24 15:38:50 +03:00
Ilia Mashkov
cf08f7adfa
chore(FontSearch): move to widgets layer
2026-01-24 15:35:26 +03:00
Ilia Mashkov
4b01b1592d
feat(ControlsWrapper): close ControlsWrapper on escape click
2026-01-24 15:34:17 +03:00
Ilia Mashkov
18a311c6b1
chore: delete filters sidebar
2026-01-24 15:30:02 +03:00
Ilia Mashkov
52111ee941
fix(ControlsWrapper): slight tweak in styles
2026-01-22 15:34:14 +03:00
Ilia Mashkov
91300bdc25
feat(ComparisonSlider): Massively improve the slider and move it to the widgets layer
2026-01-21 21:52:55 +03:00
Ilia Mashkov
7678ab271d
fix: lint warnings
Build / build (pull_request) Failing after 49s
Lint / Lint Code (pull_request) Failing after 38s
Test / Svelte Checks (pull_request) Failing after 44s
2026-01-14 15:14:58 +03:00
Ilia Mashkov
170c8546d3
chore: import/export changes due to code move
2026-01-13 20:04:02 +03:00
Ilia Mashkov
d9d45bf9fb
chore: move Filters and Controls to GetFont feature
2026-01-13 19:57:22 +03:00
Ilia Mashkov
e198e967ab
fix: minor changes in shadcn components import
2026-01-09 16:16:32 +03:00
Ilia Mashkov
9fd98aca5d
refactor(createFilterStore): move from store pattern to svelte 5 runes usage
2026-01-07 14:26:37 +03:00
Ilia Mashkov
aa087c5c3e
fix: move Item component from feature to Widget for FontMenu may be used in different places of the app
Lint / Lint Code (push) Failing after 7m9s
Test / Svelte Checks (push) Failing after 7m12s
Build / build (pull_request) Failing after 7m14s
Lint / Lint Code (pull_request) Failing after 7m20s
Test / Svelte Checks (pull_request) Failing after 7m14s
2026-01-06 12:23:50 +03:00