• Joined on 2025-12-25
ilia pushed to feature/state-and-data-fetching at ilia/auth-remote-react 2026-03-18 06:10:42 +00:00
2afbd73a31 fix(auth): fix circular import problem by changing the way the authHttpClient gets accessToken; replace individual calls mocks with the common ones
b75e805f54 feat(auth): add refresh action to authStore
226874bbec feat(auth): add refresh api call call
ed718eea71 feat(auth): add accessToken field to authStore and setup beforeRequest hook to add this token to headers
Compare 4 commits »
ilia pushed to feature/state-and-data-fetching at ilia/auth-remote-react 2026-03-17 10:42:08 +00:00
11b84ddc5d feat(auth): add error field to store and remove unused actions
98146a7996 chore: rename file
Compare 2 commits »
ilia pushed to feature/state-and-data-fetching at ilia/auth-remote-react 2026-03-17 09:26:25 +00:00
55451d3eb4 feat(auth): add basic implementation of login/register/logout store actions
aa77f4b311 feat(callApi): create callApi helper to call ky callbacks and use Go-like pattern to return [data, error] tuple
Compare 2 commits »
ilia pushed to feature/state-and-data-fetching at ilia/auth-remote-react 2026-03-17 07:15:09 +00:00
638e198d02 feat(auth): create logout api call with basic test coverage and msw mock
2f863bc5ba feat(auth): create register api call with basic test coverage and msw mock
701dc981d2 chore: add export/input shortcuts
9302013632 feat(auth): create login api call with basic test coverage and msw mock
a36922e1c7 feat(auth): create extended api config placeholder
Compare 6 commits »
ilia created branch feature/state-and-data-fetching in ilia/auth-remote-react 2026-03-16 15:32:27 +00:00
ilia pushed to feature/state-and-data-fetching at ilia/auth-remote-react 2026-03-16 15:32:27 +00:00
a98a9c2c79 feat(Auth): create useAuthStore hook representing auth store using zustand
5acb326c03 feat(api): create base api using ky
3214fe716d feat(Auth): split AuthStore type to State and Actions
31f9bac50b chore: add testing packages
6bfcc4db24 chore: add testing packages
Compare 10 commits »
ilia created branch main in ilia/auth-remote-react 2026-03-12 18:07:35 +00:00
ilia pushed to main at ilia/auth-remote-react 2026-03-12 18:07:35 +00:00
8916fd759e chore: initial commit with basic module federation setup in vite config
ilia created repository ilia/auth-remote-react 2026-03-12 18:02:12 +00:00
ilia pushed to main at glyphdiff.com/frontend-svelte 2026-03-04 13:54:03 +00:00
11c4750d0e chore: update gitignore
ilia deleted branch chore/color-variables from glyphdiff.com/frontend-svelte 2026-03-04 13:52:57 +00:00
ilia pushed to main at glyphdiff.com/frontend-svelte 2026-03-04 13:52:56 +00:00
03917cf947 Merge pull request 'chore: change hex colors to tailwind bariables' (#29) from chore/color-variables into main
9b90080c57 chore: change hex colors to tailwind bariables
Compare 2 commits »
ilia merged pull request glyphdiff.com/frontend-svelte#29 2026-03-04 13:52:54 +00:00
chore: change hex colors to tailwind bariables
ilia created pull request glyphdiff.com/frontend-svelte#29 2026-03-04 13:52:44 +00:00
chore: change hex colors to tailwind bariables
ilia created branch chore/color-variables in glyphdiff.com/frontend-svelte 2026-03-04 13:52:15 +00:00
ilia pushed to chore/color-variables at glyphdiff.com/frontend-svelte 2026-03-04 13:52:15 +00:00
9b90080c57 chore: change hex colors to tailwind bariables
ilia deleted branch feature/project-redesign from glyphdiff.com/frontend-svelte 2026-03-02 19:46:41 +00:00
ilia pushed to main at glyphdiff.com/frontend-svelte 2026-03-02 19:46:40 +00:00
9c6ff3859a Merge pull request 'feature/project-redesign' (#28) from feature/project-redesign into main
6f65aa207e fix: stories errors
87bba388dc chore(app): update config, dependencies, storybook, and app shell
55e2efc222 refactor(features, widgets): update ThemeManager, FontSampler, FontSearch, and SampleList
0fa3437661 refactor(SetupFont): reorganize TypographyMenu and add control tests
Compare 89 commits »
ilia merged pull request glyphdiff.com/frontend-svelte#28 2026-03-02 19:46:39 +00:00
feature/project-redesign
ilia created pull request glyphdiff.com/frontend-svelte#28 2026-03-02 19:46:25 +00:00
feature/project-redesign