|
c8e84c909e
|
style(*): cleanup unused imports
|
2023-12-29 20:11:07 -05:00 |
|
|
bb1f410d88
|
refactor(composables): make useApiFetch typing stronger(?)
|
2023-12-06 21:27:01 -05:00 |
|
|
b4e8894291
|
fix(composables): remove jwt auth header from useApiFetch implementation
it made things worse
|
2023-10-10 22:22:45 -04:00 |
|
|
480dbfdde9
|
refactor(composables):
|
2023-10-05 02:10:53 -04:00 |
|
|
5dac1d6492
|
fix(composables): create default/empty values for nested options fields as fallbacks
|
2023-10-03 01:06:40 -04:00 |
|
|
2b233364a1
|
refactor(api): refactor app to use pure jwts instead of cookies
cookies are no longer used
|
2023-09-28 21:55:19 -04:00 |
|
|
3640c0db11
|
feat(composables): add fetch helper function
extend useFetch with a helper that prepends `/api` to the url, as well as makes the default http method "GET"
|
2023-09-25 19:23:37 -04:00 |
|