Ilia Mashkov
|
4891cd3bbd
|
feat(PersistentStore): add type for PersistentStore
|
2026-02-07 11:23:12 +03:00 |
|
Ilia Mashkov
|
70f2f82df0
|
feat: add props type
|
2026-02-06 15:57:03 +03:00 |
|
Ilia Mashkov
|
0d572708c0
|
chore: replace custom components with footnote and logo components
|
2026-02-06 15:56:48 +03:00 |
|
Ilia Mashkov
|
492c3573d0
|
feat(Footnote): add component for footnote text
|
2026-02-06 15:55:46 +03:00 |
|
Ilia Mashkov
|
a1080d3b34
|
feat(Logo): add a separate component for project logo
|
2026-02-06 15:36:52 +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
|
352f30a558
|
feat(VirtualList): add will-change: transform to absolute positioned components
|
2026-02-06 13:38:03 +03:00 |
|
Ilia Mashkov
|
8580884896
|
fix(createVirtualizer): change resize and scroll logic to support mobile and tablet screens
|
2026-02-06 13:37:20 +03:00 |
|
Ilia Mashkov
|
84417e440f
|
fix(Layout): hide x overflow
|
2026-02-06 13:36:15 +03:00 |
|
|
|
8fda47ed57
|
Merge pull request 'feature/loading' (#21) from feature/loading into main
Workflow / build (push) Successful in 52s
Reviewed-on: #21
|
2026-02-06 09:20:07 +00: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
|
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
|
9167629616
|
chore: change export/import
|
2026-02-06 12:04:53 +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
|
3ed63562b7
|
feat(Loader): create loader component with spinner and optional message
|
2026-02-06 12:03:06 +03:00 |
|
Ilia Mashkov
|
4b440496ba
|
feat(comparisonStore): add isLoading getter
|
2026-02-06 11:55:31 +03:00 |
|
Ilia Mashkov
|
e4aacf609e
|
feat(VirtualList): add isLoading prop
|
2026-02-06 11:55:05 +03:00 |
|
Ilia Mashkov
|
51c2b6b5da
|
chore(Page): change icon
|
2026-02-06 11:54:36 +03:00 |
|
Ilia Mashkov
|
195ae09fa2
|
feat(Spinner): add shadcn spinner component
|
2026-02-06 11:54:09 +03:00 |
|
Ilia Mashkov
|
b9eccbf627
|
feat(Skeleton): create skeleton component and integrate it into FontVirtualList
|
2026-02-06 11:53:59 +03:00 |
|
Ilia Mashkov
|
63888e510c
|
feat(Spinner): add shadcn spinner component
|
2026-02-06 11:43:39 +03:00 |
|
|
|
cf8d3dffb9
|
Merge pull request 'fix/filtration' (#20) from fix/filtration into main
Workflow / build (push) Successful in 51s
Reviewed-on: #20
|
2026-02-05 08:51:44 +00:00 |
|
Ilia Mashkov
|
1e2daa410c
|
fix(baseFontStore): fix the filtration problem when results didnt update after filter was deselected
Workflow / build (pull_request) Successful in 1m5s
|
2026-02-05 11:45:36 +03:00 |
|
Ilia Mashkov
|
adf6dc93ea
|
feat(appliedFontsStore): improvement that allow to use correct urls for variable fonts and fixes font weight problems
|
2026-02-05 11:44:16 +03:00 |
|
Ilia Mashkov
|
596a023d24
|
chore: add export/import
|
2026-02-05 11:40:59 +03:00 |
|
Ilia Mashkov
|
8195e9baa8
|
feat(getFontUrl): create a helper function to choose font url
|
2026-02-05 11:40:23 +03:00 |
|
Ilia Mashkov
|
0554fcada7
|
feat(normalize): use type UnifiedFontVariant instead of string
|
2026-02-05 11:39:56 +03:00 |
|
Ilia Mashkov
|
9a794b626b
|
feat(normalize): use type FontVariant instead of string
|
2026-02-05 11:39:20 +03:00 |
|
Ilia Mashkov
|
40346aa9aa
|
chore(Font): move font types related to weight to common types
|
2026-02-05 11:38:38 +03:00 |
|
Ilia Mashkov
|
2b7f21711b
|
feat(BreadcrumbHeader): add a logo and change the animation
Workflow / build (push) Successful in 55s
|
2026-02-04 10:49:13 +03:00 |
|
Ilia Mashkov
|
69ae955131
|
feat(Page): move breadcrumb header to the layout and add a logo section
|
2026-02-04 10:48:40 +03:00 |
|
Ilia Mashkov
|
12844432ac
|
feat(Section): add a snippet prop for description
|
2026-02-04 10:47:04 +03:00 |
|
|
|
a9aba10f09
|
Merge pull request 'feature/comparison-slider' (#19) from feature/comparison-slider into main
Workflow / build (push) Successful in 53s
Reviewed-on: #19
|
2026-02-02 09:23:45 +00:00 |
|
Ilia Mashkov
|
778839d35e
|
feat(Page): switch some sections
Workflow / build (pull_request) Successful in 1m9s
|
2026-02-02 12:21:23 +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
|
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
|
072690270f
|
chore(SearchBar): delete unused code and slightly tweak appearance
|
2026-02-02 12:16:51 +03:00 |
|
Ilia Mashkov
|
eaf9d069c5
|
feat(VirtualList): incoroprate new logic related to window scroll and separation of isVisible flag
|
2026-02-02 12:16:04 +03:00 |
|
Ilia Mashkov
|
4a94f7bd09
|
feat(FontListItem): separate isVisible flags into two (partial and fully)
|
2026-02-02 12:13:58 +03:00 |
|
Ilia Mashkov
|
918e792e41
|
fix(Layout): temporaly remove ScrollArea to fix virtual list
|
2026-02-02 12:13:07 +03:00 |
|
Ilia Mashkov
|
c9c8b9abfc
|
feat(Section): add logic that triggers a callback when sections title moves out of the viewport
|
2026-02-02 12:11:48 +03:00 |
|
Ilia Mashkov
|
a392b575cc
|
chore: migrate from direct <link> with css towards font-face approach
|
2026-02-02 12:10:38 +03:00 |
|
Ilia Mashkov
|
961475dea0
|
refactor(appliedFontsStore): migrate from direct <link> with css towards font-face approach
|
2026-02-02 12:10:12 +03:00 |
|
Ilia Mashkov
|
5496fd2680
|
chore: delete unused code
|
2026-02-02 12:09:16 +03:00 |
|
Ilia Mashkov
|
f90f1e39e0
|
feat(createVirtualizer): refine virtualizer logic, add useWindowScroll flag to use window scroll
|
2026-02-02 12:04:19 +03:00 |
|