Commit Graph

  • 88f4cd97f9 feat(SampleList): remove text loader and add a prop isLoading Ilia Mashkov 2026-02-06 12:05:29 +03:00
  • 9167629616 chore: change export/import Ilia Mashkov 2026-02-06 12:04:53 +03:00
  • b304e841de feat(ComparisonSlider): integrate loader and add animations for appearance/disappearance Ilia Mashkov 2026-02-06 12:04:32 +03:00
  • 3ed63562b7 feat(Loader): create loader component with spinner and optional message Ilia Mashkov 2026-02-06 12:03:06 +03:00
  • 4b440496ba feat(comparisonStore): add isLoading getter Ilia Mashkov 2026-02-06 11:55:31 +03:00
  • e4aacf609e feat(VirtualList): add isLoading prop Ilia Mashkov 2026-02-06 11:55:05 +03:00
  • 51c2b6b5da chore(Page): change icon Ilia Mashkov 2026-02-06 11:54:36 +03:00
  • 195ae09fa2 feat(Spinner): add shadcn spinner component Ilia Mashkov 2026-02-06 11:54:09 +03:00
  • b9eccbf627 feat(Skeleton): create skeleton component and integrate it into FontVirtualList Ilia Mashkov 2026-02-06 11:53:59 +03:00
  • 63888e510c feat(Spinner): add shadcn spinner component Ilia Mashkov 2026-02-06 11:43:39 +03:00
  • cf8d3dffb9 Merge pull request 'fix/filtration' (#20) from fix/filtration into main ilia 2026-02-05 08:51:44 +00:00
  • 1e2daa410c fix(baseFontStore): fix the filtration problem when results didnt update after filter was deselected Ilia Mashkov 2026-02-05 11:45:36 +03:00
  • adf6dc93ea feat(appliedFontsStore): improvement that allow to use correct urls for variable fonts and fixes font weight problems Ilia Mashkov 2026-02-05 11:44:16 +03:00
  • 596a023d24 chore: add export/import Ilia Mashkov 2026-02-05 11:40:59 +03:00
  • 8195e9baa8 feat(getFontUrl): create a helper function to choose font url Ilia Mashkov 2026-02-05 11:40:23 +03:00
  • 0554fcada7 feat(normalize): use type UnifiedFontVariant instead of string Ilia Mashkov 2026-02-05 11:39:56 +03:00
  • 9a794b626b feat(normalize): use type FontVariant instead of string Ilia Mashkov 2026-02-05 11:39:20 +03:00
  • 40346aa9aa chore(Font): move font types related to weight to common types Ilia Mashkov 2026-02-05 11:38:38 +03:00
  • 2b7f21711b feat(BreadcrumbHeader): add a logo and change the animation Ilia Mashkov 2026-02-04 10:49:13 +03:00
  • 69ae955131 feat(Page): move breadcrumb header to the layout and add a logo section Ilia Mashkov 2026-02-04 10:48:40 +03:00
  • 12844432ac feat(Section): add a snippet prop for description Ilia Mashkov 2026-02-04 10:47:04 +03:00
  • a9aba10f09 Merge pull request 'feature/comparison-slider' (#19) from feature/comparison-slider into main ilia 2026-02-02 09:23:45 +00:00
  • 778839d35e feat(Page): switch some sections Ilia Mashkov 2026-02-02 12:21:23 +03:00
  • 92fb314615 feat(TypographyMenu): add comments and delete outdated code Ilia Mashkov 2026-02-02 12:20:57 +03:00
  • 6f0b69ff45 chore: incorporate renewed appliderFontStore and comparisonStore logic Ilia Mashkov 2026-02-02 12:20:19 +03:00
  • 2cd38797b9 feat(FontSearch): add IconButton instead of regular Button and delete unused code Ilia Mashkov 2026-02-02 12:20:01 +03:00
  • 6f231999e0 chore: add export/import and remove unused ones Ilia Mashkov 2026-02-02 12:19:05 +03:00
  • 31a72d90ea chore: incorporate renewed appliderFontStore and comparisonStore logic Ilia Mashkov 2026-02-02 12:18:20 +03:00
  • 072690270f chore(SearchBar): delete unused code and slightly tweak appearance Ilia Mashkov 2026-02-02 12:16:51 +03:00
  • eaf9d069c5 feat(VirtualList): incoroprate new logic related to window scroll and separation of isVisible flag Ilia Mashkov 2026-02-02 12:16:04 +03:00
  • 4a94f7bd09 feat(FontListItem): separate isVisible flags into two (partial and fully) Ilia Mashkov 2026-02-02 12:13:58 +03:00
  • 918e792e41 fix(Layout): temporaly remove ScrollArea to fix virtual list Ilia Mashkov 2026-02-02 12:13:07 +03:00
  • c9c8b9abfc feat(Section): add logic that triggers a callback when sections title moves out of the viewport Ilia Mashkov 2026-02-02 12:11:48 +03:00
  • a392b575cc chore: migrate from direct <link> with css towards font-face approach Ilia Mashkov 2026-02-02 12:10:38 +03:00
  • 961475dea0 refactor(appliedFontsStore): migrate from direct <link> with css towards font-face approach Ilia Mashkov 2026-02-02 12:10:12 +03:00
  • 5496fd2680 chore: delete unused code Ilia Mashkov 2026-02-02 12:09:16 +03:00
  • f90f1e39e0 feat(createVirtualizer): refine virtualizer logic, add useWindowScroll flag to use window scroll Ilia Mashkov 2026-02-02 12:04:19 +03:00
  • ca161dfbd4 feat(ComparisonSlider): migrate from displayStore to comparisonStore Ilia Mashkov 2026-02-02 12:02:33 +03:00
  • ac2d0c32a4 chore: add import/export Ilia Mashkov 2026-02-02 12:00:58 +03:00
  • 54d22d650d chore: add import/export Ilia Mashkov 2026-02-02 12:00:19 +03:00
  • a9c63f2544 feat(Breadcrumb): create new entity that contains logic related to breadcrumb-like navigation Ilia Mashkov 2026-02-02 11:59:57 +03:00
  • 70f57283a8 feat(comparisonStore): replace displayStore with comparisonStore that has only the logic related to ComparisonSlider Ilia Mashkov 2026-02-02 11:58:50 +03:00
  • d43c873dc9 feat(createPersistentStore): add a solution to keep user info between sections using browser storage Ilia Mashkov 2026-02-02 11:57:00 +03:00
  • 9501dbf281 chore: add import/export Ilia Mashkov 2026-02-01 16:13:13 +03:00
  • 0ac6acd174 feat(proxyFonts): add fetchFontsById function that fetches batch of fonts Ilia Mashkov 2026-02-01 16:12:37 +03:00
  • 5bb41c7e4c chore: comment typo Ilia Mashkov 2026-02-01 11:58:22 +03:00
  • eed3339b0d feat(FontSearch): refactor component styles Ilia Mashkov 2026-02-01 11:57:56 +03:00
  • d94e3cefb2 feat(SearchBar): move away from popover due to unnecessary complication and ux problems Ilia Mashkov 2026-02-01 11:56:39 +03:00
  • cfb586f539 feat(SampleList): move font list display into widget layer Ilia Mashkov 2026-02-01 11:55:46 +03:00
  • 6e975e5f8e feat(VirtualList): add animate logic Ilia Mashkov 2026-02-01 11:54:40 +03:00
  • 142e4f0a19 feat(Page): display all components without conditions Ilia Mashkov 2026-02-01 11:53:57 +03:00
  • 59b85eead0 chore: remove unnecessary comments Ilia Mashkov 2026-02-01 11:52:58 +03:00
  • 010643e398 chore: add import/export Ilia Mashkov 2026-02-01 11:52:32 +03:00
  • 27f637531b feat(FontListItem): use children instead of the direct representation of the font Ilia Mashkov 2026-02-01 11:52:09 +03:00
  • 91fa08074b feat(VirtualList): incorporate shadcn scroll area to replace default scoll bar Ilia Mashkov 2026-01-31 11:53:18 +03:00
  • c246f70fe9 feat(Labels): change the styles of the component Ilia Mashkov 2026-01-31 11:48:58 +03:00
  • b1ce734f19 feat(VirtualList): VirtualList now supports pagination, it loads batches when user scrolls near the end of current batch Ilia Mashkov 2026-01-31 11:48:14 +03:00
  • 3add50a190 feat(VirtualList): add auto-pagination and correct scrollbar height Ilia Mashkov 2026-01-30 19:21:47 +03:00
  • ef48d9815c feat(Page): add Section wrappers to page widgets Ilia Mashkov 2026-01-30 17:46:21 +03:00
  • 818dfdb55e feat(Layout): increase bottom gap for TypographyMenu Ilia Mashkov 2026-01-30 17:45:08 +03:00
  • 42e1271647 feat(ContentEditable): add comments Ilia Mashkov 2026-01-30 17:44:18 +03:00
  • 8ef9226dd2 feat(IconButton): slightlyu change the style Ilia Mashkov 2026-01-30 17:43:46 +03:00
  • f0c0a9de45 feat(ComparisonSlider): move in/out animation to Section component Ilia Mashkov 2026-01-30 17:43:19 +03:00
  • 730eba138d feat(FontSampler): refactor styles of FontSampler component Ilia Mashkov 2026-01-30 17:42:06 +03:00
  • 18f265974e chore: add import/export Ilia Mashkov 2026-01-30 17:40:26 +03:00
  • 705723b009 feat(Section): create a section wrapper for a page Ilia Mashkov 2026-01-30 17:40:11 +03:00
  • 75ea5ab382 chore: change dprint formatting Ilia Mashkov 2026-01-30 01:09:39 +03:00
  • f07b699926 feat(FontDisplay): add animation on displayed fonts list order change Ilia Mashkov 2026-01-30 00:56:58 +03:00
  • b031e560af feat(FontSampler): add delete button to remove font from the list of selected fonts, improve styling Ilia Mashkov 2026-01-30 00:56:21 +03:00
  • fbaf596fef fix(createCharacterComparison): improve characters measurment for better magnifying presicion Ilia Mashkov 2026-01-30 00:54:40 +03:00
  • 1a2c44fb97 chore: add import/export Ilia Mashkov 2026-01-30 00:53:06 +03:00
  • 04602f0372 feat(ComboControl): use IconButton component Ilia Mashkov 2026-01-30 00:52:42 +03:00
  • 433fd2f7e6 feat(IconButton): create IconButton component to reuse styles for small buttons Ilia Mashkov 2026-01-30 00:52:17 +03:00
  • 87c4e04458 feat(controlManager): add getter for letter spacing value Ilia Mashkov 2026-01-30 00:48:29 +03:00
  • fb843c87af chore: add import/export for letter spacing constant Ilia Mashkov 2026-01-30 00:48:07 +03:00
  • b2af3683bc chore: change default font size Ilia Mashkov 2026-01-30 00:47:44 +03:00
  • 90f11d8d16 chore(Labels): formatting Ilia Mashkov 2026-01-30 00:47:07 +03:00
  • a3f9bc12a0 feat(CharacterSlot): slightly increase magnifying effect Ilia Mashkov 2026-01-30 00:46:43 +03:00
  • 6634f6df1e feature(SliderLine): complete rework of the slider line, now it look like a magnifying glass Ilia Mashkov 2026-01-30 00:45:45 +03:00
  • 3f7ce63736 feat(FontListItem): slightly change badge styling Ilia Mashkov 2026-01-30 00:44:01 +03:00
  • c665a579be chore: update gitignore Ilia Mashkov 2026-01-30 00:43:16 +03:00
  • ac7f094d13 chore: delete unused code Ilia Mashkov 2026-01-30 00:42:58 +03:00
  • c06aad1a8a fix: Correct dynamic import paths in fallback function Ilia Mashkov 2026-01-29 15:23:59 +03:00
  • 471e186e70 fix: Fix undefined query data and add fallback to Fontshare API Ilia Mashkov 2026-01-29 15:20:51 +03:00
  • dc72b9e048 chore(fonts): Complete Proxy API Integration (All 7 Phases) Ilia Mashkov 2026-01-29 14:48:00 +03:00
  • 07a37af71a feat(fonts): implement Phase 6 - Cleanup and Removal Ilia Mashkov 2026-01-29 14:47:03 +03:00
  • d6607e5705 feat(fonts): implement Phase 4 - Update UI Components Ilia Mashkov 2026-01-29 14:43:07 +03:00
  • 10801a641a feat(fonts): implement Phase 3 - Update Filter Mapper Ilia Mashkov 2026-01-29 14:40:31 +03:00
  • 98eab35615 fix(fonts): remove unused FontCategory import from unifiedFontStore Ilia Mashkov 2026-01-29 14:38:33 +03:00
  • 7fbeef68e2 feat(fonts): implement Phase 2 - Unified Font Store Ilia Mashkov 2026-01-29 14:38:07 +03:00
  • 7078cb6f8c feat(fonts): implement Phase 1 - Create Proxy API Client Ilia Mashkov 2026-01-29 14:33:12 +03:00
  • 0b0489fa26 chore(ExpandableWrapper): add ts-ignore to stories Ilia Mashkov 2026-01-26 13:08:56 +03:00
  • 2022213921 feat(displayedFontsStore): fix store to work with fontA and fontB to compare Ilia Mashkov 2026-01-26 12:56:35 +03:00
  • 6725a3b391 feat(Layout): increase container width Ilia Mashkov 2026-01-26 12:55:52 +03:00
  • 2eddb656a9 chore(FontComparer): delete unused code Ilia Mashkov 2026-01-26 12:55:27 +03:00
  • 5973d241aa feat(Page): render ComparisonSlider directly Ilia Mashkov 2026-01-26 12:54:40 +03:00
  • 75a9c16070 feat(ComparisonWrapper): remove props and add checks for fonts absence Ilia Mashkov 2026-01-26 12:54:01 +03:00
  • 31e4c64193 chore(ComparisonSlider): add comments Ilia Mashkov 2026-01-26 12:52:40 +03:00
  • 48e25fffa7 feat(ExpandableWrapper): fix keyboard support, tweak styles and animation Ilia Mashkov 2026-01-26 12:52:23 +03:00
  • 407c741349 feat(ComparisonSlider): add blur background to controls Ilia Mashkov 2026-01-26 12:49:15 +03:00