Ilia Mashkov
d94e3cefb2
feat(SearchBar): move away from popover due to unnecessary complication and ux problems
2026-02-01 11:56:39 +03:00
Ilia Mashkov
6e975e5f8e
feat(VirtualList): add animate logic
2026-02-01 11:54:40 +03:00
Ilia Mashkov
91fa08074b
feat(VirtualList): incorporate shadcn scroll area to replace default scoll bar
2026-01-31 11:53:18 +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
42e1271647
feat(ContentEditable): add comments
2026-01-30 17:44:18 +03:00
Ilia Mashkov
8ef9226dd2
feat(IconButton): slightlyu change the style
2026-01-30 17:43:46 +03:00
Ilia Mashkov
18f265974e
chore: add import/export
2026-01-30 17:40:26 +03:00
Ilia Mashkov
705723b009
feat(Section): create a section wrapper for a page
2026-01-30 17:40:11 +03:00
Ilia Mashkov
75ea5ab382
chore: change dprint formatting
2026-01-30 01:09:39 +03:00
Ilia Mashkov
1a2c44fb97
chore: add import/export
2026-01-30 00:53:06 +03:00
Ilia Mashkov
04602f0372
feat(ComboControl): use IconButton component
2026-01-30 00:52:42 +03:00
Ilia Mashkov
433fd2f7e6
feat(IconButton): create IconButton component to reuse styles for small buttons
2026-01-30 00:52:17 +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
0b0489fa26
chore(ExpandableWrapper): add ts-ignore to stories
2026-01-26 13:08:56 +03:00
Ilia Mashkov
48e25fffa7
feat(ExpandableWrapper): fix keyboard support, tweak styles and animation
2026-01-26 12:52:23 +03:00
Ilia Mashkov
407c741349
feat(ComparisonSlider): add blur background to controls
2026-01-26 12:49:15 +03:00
Ilia Mashkov
3d11f7317d
feat(ExpandableWrapper): add stories
2026-01-25 08:23:11 +03:00
Ilia Mashkov
8a2059ac4a
feat(ExtendableWrapper): create reusable extendable wrapper with animations
2026-01-24 23:56:26 +03:00
Ilia Mashkov
d5221ad449
feat(SearchBar): improve styling
2026-01-24 15:38:01 +03:00
Ilia Mashkov
873b697e8c
feat(ComboControl): Add tooltips and enhance intraction effects
2026-01-24 15:37:06 +03:00
Ilia Mashkov
732f77f504
feat(CheckboxFilter): use new transition function springySlideFade
2026-01-24 15:25:56 +03:00
Ilia Mashkov
be13a5c8a0
feat(VirtualList): add proximity and isVisible props
2026-01-22 15:40:37 +03:00
Ilia Mashkov
1712134f64
feat(SearchBar): enhance searchbar styling
2026-01-22 15:35:18 +03:00
Ilia Mashkov
e4970e43ba
chore: switch to use of svelte native prefersReducedMotion media
2026-01-22 15:33:38 +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
c6d20aae3d
feat(ComboControlV2): crete ComboControlV2 - without increase/decrease buttons. Refresh styling of the original one
2026-01-21 21:50:30 +03:00
Ilia Mashkov
a0f184665d
feat(ComparisonSlider): Improve Comparison slider's readability, incapsulate some code into separate components and snippets
2026-01-20 14:23:58 +03:00
Ilia Mashkov
55a560b785
feat(appliedFontsStore): implement the logic to update font link when font weight changes
2026-01-20 14:17:41 +03:00
Ilia Mashkov
b5ad3249ae
feat(ComparisonSlider): create reusable comparison slider that compare two fonts for the same text. Line breaking is supported
2026-01-20 09:32:12 +03:00
Ilia Mashkov
c0eed67618
chore(shared/ui): enhance stories with cases, controls and documentation
Workflow / build (pull_request) Successful in 52s
2026-01-18 20:55:36 +03:00
Ilia Mashkov
488857e0ec
chore: basic storybook coverage for shared/ui components
2026-01-18 20:08:13 +03:00
Ilia Mashkov
cca69a73ce
fix(SearchBar): make id prop unnecessary
2026-01-18 20:07:37 +03:00
Ilia Mashkov
72cc441c6f
chore(CheckboxFilter): add stories for CheckboxFilter
2026-01-18 19:25:34 +03:00
Ilia Mashkov
9cbf4fdc48
doc: comments for codebase and updated documentation
2026-01-18 15:55:07 +03:00
Ilia Mashkov
ef259c6fce
chore: add import shortcuts
2026-01-18 14:39:38 +03:00
Ilia Mashkov
7e62acce49
fix(ContentEditable): change logic to support controlled state
2026-01-18 14:35:35 +03:00
Ilia Mashkov
6b4e0dbbd0
feat(ContentEditable): create ContentEditable shared component that displays text and allows editing
2026-01-18 12:51:55 +03:00
Ilia Mashkov
7389ec779d
feat:(VirtualList) add onVisibleItemsChange prop that triggers when visibleItems list changes
2026-01-18 12:50:17 +03:00
Ilia Mashkov
32da012b26
feat(MotionPreference): Create common logic to store information about prefers-reduced-motion
2026-01-17 14:29:10 +03:00
Ilia Mashkov
261c19db69
fix(SearchBar): change input behavior to turn off popover toggle on click on trigger and keep it open. Add doc
2026-01-16 17:47:05 +03:00
Ilia Mashkov
a85b3cf217
fix(VirtualList): change styles to show the correct scroll instantly
2026-01-16 17:46:06 +03:00
Ilia Mashkov
429a9a0877
feature(VirtualList): remove tanstack virtual list solution, add self written one
2026-01-15 13:33:59 +03:00
Ilia Mashkov
c6b18f6dd3
fix: svelte check
Build / build (push) Failing after 37s
Deploy Pipeline / pipeline (push) Failing after 34s
Lint / Lint Code (push) Failing after 28s
Test / Svelte Checks (push) Failing after 35s
2026-01-14 15:27:41 +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
76172aaa6b
fix: minor changes
2026-01-13 20:09:30 +03:00
Ilia Mashkov
170c8546d3
chore: import/export changes due to code move
2026-01-13 20:04:02 +03:00
Ilia Mashkov
2f15148cdb
feat(VirtualList): add overscan support
2026-01-13 20:02:50 +03:00
Ilia Mashkov
91451f7886
chore: import/export fixes due to code move
2026-01-13 20:00:36 +03:00
Ilia Mashkov
9598d8c3e4
feat(SearchBar): create SearchBar component with input and popover that contains search results
2026-01-09 16:19:22 +03:00