Commit Graph

20 Commits

Author SHA1 Message Date
Ilia Mashkov
98146a7996 chore: rename file 2026-03-17 13:39:32 +03:00
Ilia Mashkov
55451d3eb4 feat(auth): add basic implementation of login/register/logout store actions 2026-03-17 12:26:13 +03:00
Ilia Mashkov
aa77f4b311 feat(callApi): create callApi helper to call ky callbacks and use Go-like pattern to return [data, error] tuple 2026-03-17 12:25:23 +03:00
Ilia Mashkov
638e198d02 feat(auth): create logout api call with basic test coverage and msw mock 2026-03-17 10:14:57 +03:00
Ilia Mashkov
2f863bc5ba feat(auth): create register api call with basic test coverage and msw mock 2026-03-17 10:08:38 +03:00
Ilia Mashkov
701dc981d2 chore: add export/input shortcuts 2026-03-17 10:02:25 +03:00
Ilia Mashkov
9302013632 feat(auth): create login api call with basic test coverage and msw mock 2026-03-17 10:00:51 +03:00
Ilia Mashkov
a36922e1c7 feat(auth): create extended api config placeholder 2026-03-17 09:59:37 +03:00
Ilia Mashkov
7cf8d463f6 chore: add msw package to intercept requests and mock responces 2026-03-16 18:45:57 +03:00
Ilia Mashkov
a98a9c2c79 feat(Auth): create useAuthStore hook representing auth store using zustand 2026-03-16 18:31:53 +03:00
Ilia Mashkov
5acb326c03 feat(api): create base api using ky 2026-03-16 18:30:49 +03:00
Ilia Mashkov
3214fe716d feat(Auth): split AuthStore type to State and Actions 2026-03-16 18:29:56 +03:00
Ilia Mashkov
31f9bac50b chore: add testing packages 2026-03-16 18:29:03 +03:00
Ilia Mashkov
6bfcc4db24 chore: add testing packages 2026-03-16 18:28:41 +03:00
Ilia Mashkov
fa3f461add feature(auth): create types 2026-03-16 13:30:09 +03:00
Ilia Mashkov
7ab2d3b812 chore: setup absolute imports 2026-03-16 13:20:53 +03:00
Ilia Mashkov
d28ecef77c feat: fill the expose section of the federation config 2026-03-16 12:56:22 +03:00
Ilia Mashkov
85d296942b chore: install zustand for state management and ky for data fetching 2026-03-16 12:55:35 +03:00
Ilia Mashkov
5267c35d15 feat(User): create User interface 2026-03-16 12:54:52 +03:00
Ilia Mashkov
8916fd759e chore: initial commit with basic module federation setup in vite config 2026-03-12 21:07:00 +03:00