Commit Graph

277 Commits

Author SHA1 Message Date
Ilia Mashkov 73419799ae feat(ComboControl): create stories for ComboControl component
Lint / Lint Code (push) Failing after 7m10s
Test / Svelte Checks (push) Failing after 7m17s
Build / build (pull_request) Failing after 7m20s
Lint / Lint Code (pull_request) Failing after 7m16s
Test / Svelte Checks (pull_request) Failing after 7m14s
2026-01-06 09:16:21 +03:00
Ilia Mashkov 917b303240 feat: setup storybook for glyphdiff project 2026-01-05 14:43:19 +03:00
ilia 9e4667faf0 Merge pull request 'fix: exclude shadcn files from lefthook svetle-check' (#10) from fixes/exclude-shadcn-from-check into main
Build / build (push) Failing after 7m16s
Deploy Pipeline / pipeline (push) Failing after 7m24s
Lint / Lint Code (push) Failing after 7m14s
Test / Svelte Checks (push) Failing after 7m19s
Reviewed-on: #10
2026-01-05 06:35:14 +00:00
Ilia Mashkov 4705e40f92 fix: exclude shadcn files from lefthook svetle-check
Build / build (pull_request) Failing after 7m11s
Lint / Lint Code (pull_request) Failing after 7m26s
Test / Svelte Checks (pull_request) Failing after 7m23s
2026-01-05 09:34:01 +03:00
ilia 9cf91e0992 Merge pull request 'feature/typography-settings' (#9) from feature/typography-settings into main
Build / build (push) Has been cancelled
Deploy Pipeline / pipeline (push) Has been cancelled
Lint / Lint Code (push) Has been cancelled
Test / Svelte Checks (push) Has been cancelled
Reviewed-on: #9
2026-01-05 06:29:16 +00:00
Ilia Mashkov 3d35f1901d feature(ComboControl):
Lint / Lint Code (push) Failing after 7m14s
Test / Svelte Checks (push) Failing after 7m20s
Lint / Lint Code (pull_request) Failing after 7m14s
Test / Svelte Checks (pull_request) Failing after 7m16s
Build / build (pull_request) Failing after 7m6s
- 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 d8e5f5a0b5 fix(SetupFont): correct line height increase handler
- Fixed copy-paste error in SetupFontMenu.svelte line 43
- Changed onIncrease from fontSizeStore.increase to lineHeightStore.increase
- Line height control now correctly modifies line height instead of font size

Closes #?
2026-01-04 10:27:46 +03:00
ilia 90497fac16 Merge pull request 'feature/sidebar' (#8) from feature/sidebar into main
Build / build (push) Failing after 7m10s
Deploy Pipeline / pipeline (push) Failing after 7m12s
Lint / Lint Code (push) Failing after 7m20s
Test / Svelte Checks (push) Failing after 7m18s
Reviewed-on: #8
2026-01-03 10:56:22 +00: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
Test / Svelte Checks (pull_request) Failing after 7m20s
Lint / Lint Code (pull_request) Failing after 7m16s
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 53baacf05a feature(CheckboxFilter): move filter counter badge 2026-01-03 13:52:11 +03:00
Ilia Mashkov ac41f324b1 fix(CheckboxFilter): change checkbox gaps
Lint / Lint Code (push) Failing after 7m31s
Test / Svelte Checks (push) Failing after 7m21s
2026-01-03 13:06:51 +03:00
Ilia Mashkov 00aaecaa22 fix(CheckboxFilter): change checkbox gaps 2026-01-03 13:06:37 +03:00
Ilia Mashkov bb4db09f87 chore: rename AppSidebar to FiltersSidebar 2026-01-03 13:05:16 +03:00
Ilia Mashkov 4f017c88d5 fix: delete comments from dprint config 2026-01-02 21:27:51 +03:00
Ilia Mashkov 23f3a5b803 feature: change filterStore model
Lint / Lint Code (push) Failing after 7m17s
Test / Svelte Checks (push) Failing after 7m16s
2026-01-02 21:17:16 +03:00
Ilia Mashkov d439e97729 feature: change filterStore model 2026-01-02 21:16:07 +03:00
Ilia Mashkov 1bb699ea2d chore: add documentation for svelte components 2026-01-02 21:15:40 +03:00
Ilia Mashkov bf36f8e642 fix: style change 2026-01-02 20:42:36 +03:00
Ilia Mashkov 0742eb8c3d feat(AppSidebar): move filters and controls to separate components 2026-01-02 20:39:43 +03:00
Ilia Mashkov 109c69c1b9 fix: lint
Lint / Lint Code (push) Failing after 7m13s
Test / Svelte Checks (push) Failing after 7m18s
2026-01-02 20:07:18 +03:00
Ilia Mashkov ff665e1d26 feature: add filters for providers and font subsets
Lint / Lint Code (push) Has been cancelled
Test / Svelte Checks (push) Has been cancelled
2026-01-02 20:06:35 +03:00
Ilia Mashkov 949c7c1b48 feat: delete unnecessary components 2026-01-02 20:03:20 +03:00
Ilia Mashkov 90899c0b3b fix(CategoryFilter): fix toggle behavior 2026-01-02 17:19:53 +03:00
Ilia Mashkov 4ba02b5933 fix: new dprint import format settings
Lint / Lint Code (push) Failing after 7m9s
Test / Svelte Checks (push) Failing after 7m20s
2026-01-02 17:01:59 +03:00
Ilia Mashkov 3a2cc1c76b feat(dprint): setup import/export order 2026-01-02 17:00:58 +03:00
Ilia Mashkov be267d43d8 feat(CheckboxFilter): add comprehencive documentation 2026-01-02 17:00:34 +03:00
Ilia Mashkov 14d7f0976c feat(app): add styles for better optimized transitions
Lint / Lint Code (push) Failing after 7m18s
Test / Svelte Checks (push) Failing after 7m13s
2026-01-02 16:36:40 +03:00
Ilia Mashkov 98febdc24c feat(CheckboxFilter): improve CheckboxFilter animations for better UX 2026-01-02 16:36:04 +03:00
Ilia Mashkov f8e62340e4 feat(shadcn): add Badge component 2026-01-02 16:35:11 +03:00
Ilia Mashkov d78eb3037c feat(font): add constants with information about fonts characteristics
Lint / Lint Code (push) Failing after 7m23s
Test / Svelte Checks (push) Failing after 7m14s
2026-01-02 16:11:58 +03:00
Ilia Mashkov 9f8d7ad844 fix: minor changes 2026-01-02 16:11:05 +03:00
Ilia Mashkov 904b48844d feat(AppSidebar): create first version of AppSidebar widget 2026-01-02 16:10:45 +03:00
Ilia Mashkov 82d36ad156 feat: create single export file for CategoryFIlter feature 2026-01-02 16:10:17 +03:00
Ilia Mashkov c65243ed02 chore: move App and app related code to app layer 2026-01-02 16:09:03 +03:00
Ilia Mashkov 11014f36af chore: create aliases for widgets and app layers 2026-01-02 16:07:57 +03:00
Ilia Mashkov a76b83ee0e fix(shadcn): fix import path 2026-01-02 16:07:12 +03:00
Ilia Mashkov 792b142c07 fix: delete unused types
Lint / Lint Code (push) Failing after 7m18s
Test / Svelte Checks (push) Failing after 7m16s
2026-01-02 11:18:05 +03:00
Ilia Mashkov e35c1cb6dd fix: edit typescript config to avoid import errors 2026-01-02 11:17:16 +03:00
Ilia Mashkov a903554695 chore: adjust package version 2026-01-02 11:16:46 +03:00
Ilia Mashkov 6041ffd954 feat(api): create api instance 2026-01-02 11:15:20 +03:00
Ilia Mashkov 7bc0a690cb feat(CategoryFilter): create CategoryFilter component 2026-01-02 11:15:02 +03:00
Ilia Mashkov e885560c45 feat(CheckboxFilter): create CheckboxFilter component 2026-01-02 11:14:15 +03:00
Ilia Mashkov 1ecbc9b9d7 feat(createFilterStore): create reusable function that creates store object for different filters 2026-01-02 11:13:22 +03:00
Ilia Mashkov 4a283213d4 feat(shadcn): add new shadcn components 2026-01-02 11:12:29 +03:00
Ilia Mashkov fcc266f3a5 feat(font): move font models 2026-01-02 11:11:36 +03:00
Ilia Mashkov 879e8cd710 fix: format indentatation inside script tag 2026-01-02 11:11:04 +03:00
Ilia Mashkov d443f9ab85 fix(dprint): adjust config to avoid indentation errors 2026-01-02 11:08:58 +03:00
Ilia Mashkov 873a020959 feature(createFilterStore): create fiter store generator 2026-01-01 15:48:45 +03:00
Ilia Mashkov 9924fcba3a fix: import paths 2026-01-01 14:37:44 +03:00