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
Ilia Mashkov
3d35f1901d
feature(ComboControl):
...
Lint / Lint Code (push) Failing after 7m14s
Test / Svelte Checks (push) Failing after 7m20s
Build / build (pull_request) Failing after 7m6s
Lint / Lint Code (pull_request) Failing after 7m14s
Test / Svelte Checks (pull_request) Failing after 7m16s
- create ComboControl component for typography settings (font size, font
weight, line height)
- integrate it to TypographyMenu and integrate it to Layout
2026-01-05 09:03:31 +03:00
Ilia Mashkov
b0afa0145d
feat(FiltersSidebar): add callback to clear all filters
Lint / Lint Code (push) Failing after 7m40s
Test / Svelte Checks (push) Failing after 7m20s
Build / build (pull_request) Failing after 7m28s
Lint / Lint Code (pull_request) Failing after 7m16s
Test / Svelte Checks (pull_request) Failing after 7m20s
2026-01-03 13:54:56 +03:00
Ilia Mashkov
e01a746460
feat(FilterFonts): join all the filters in one feature
2026-01-03 13:54:27 +03:00
Ilia Mashkov
bb4db09f87
chore: rename AppSidebar to FiltersSidebar
2026-01-03 13:05:16 +03:00
Ilia Mashkov
1bb699ea2d
chore: add documentation for svelte components
2026-01-02 21:15:40 +03:00
Ilia Mashkov
0742eb8c3d
feat(AppSidebar): move filters and controls to separate components
2026-01-02 20:39:43 +03:00
Ilia Mashkov
949c7c1b48
feat: delete unnecessary components
2026-01-02 20:03:20 +03:00
Ilia Mashkov
904b48844d
feat(AppSidebar): create first version of AppSidebar widget
2026-01-02 16:10:45 +03:00