Commit graph

3437 commits

Author SHA1 Message Date
axolotle
4f0df60458 chore: rm no longer used ViewBase component 2024-08-13 11:56:52 +02:00
axolotle
c9eedc4989 chore: rm no longer used useInitialQueries.ts 2024-08-13 11:56:52 +02:00
axolotle
c786d47a6f feat: add routes skeletons 2024-08-13 11:56:52 +02:00
axolotle
a12e168b45 refactor: format InputItem type=number as number 2024-08-13 11:56:52 +02:00
axolotle
8507e35ff2 ts: types to ToolPower 2024-08-13 11:56:52 +02:00
axolotle
06ce2a5bec refactor: rework async UserList 2024-08-13 11:56:52 +02:00
axolotle
9dcdc654b9 refactor: rework async UserInfo 2024-08-13 11:56:52 +02:00
axolotle
66bf3a5560 refactor: rework async UserEdit 2024-08-13 11:56:52 +02:00
axolotle
1e2a1e2663 refactor: rework async UserCreate 2024-08-13 11:56:52 +02:00
axolotle
f7c563afb2 refactor: rework async SystemUpdate 2024-08-13 11:56:49 +02:00
axolotle
09e9c272b7 refactor: rework async ToolSettings 2024-08-13 11:56:49 +02:00
axolotle
ab506a5727 refactor: rework async ToolMigrations 2024-08-13 11:56:49 +02:00
axolotle
68e6c78c22 refactor: rework async ToolLogs 2024-08-13 11:56:49 +02:00
axolotle
27f87eeb17 refactor: rework async ToolLog 2024-08-13 11:56:49 +02:00
axolotle
732578156a refactor: rework async ToolFirewall 2024-08-13 11:56:49 +02:00
axolotle
b9154908b4 refactor: rework async ServiceList 2024-08-13 11:56:49 +02:00
axolotle
e8b0e3b87c refactor: rework async ServiceInfo 2024-08-13 11:56:49 +02:00
axolotle
fe380005a5 refactor: rework async GroupList 2024-08-13 11:56:49 +02:00
axolotle
3e44d959eb refactor: rework async DomainList 2024-08-13 11:56:49 +02:00
axolotle
ddf872dd58 refactor: rework async DomainInfo 2024-08-13 11:56:49 +02:00
axolotle
e99a50e5fc refactor: rework async DomainDns 2024-08-13 11:56:49 +02:00
axolotle
20bbdb7e86 refactor: rework async DomainAdd 2024-08-13 11:56:49 +02:00
axolotle
50a464016b refactor: rework async DiagnosisView 2024-08-13 11:56:49 +02:00
axolotle
dd6522a8b3 refactor: rework async BackupList 2024-08-13 11:56:49 +02:00
axolotle
a0dc769461 refactor: rework async BackupInfo 2024-08-13 11:56:49 +02:00
axolotle
ccc65b0b06 refactor: rework async BackupCreate 2024-08-13 11:56:49 +02:00
axolotle
2478f53fc2 refactor: rework async AppList 2024-08-13 11:56:46 +02:00
axolotle
301fd4d36c refactor: rework async AppInstall 2024-08-13 11:56:46 +02:00
axolotle
a5714e56fc refactor: rework async AppInfo 2024-08-13 11:56:46 +02:00
axolotle
38859f5afc refactor: rework async AppCatalog 2024-08-13 11:56:46 +02:00
axolotle
7f867e38e9 fix: misc 2024-08-13 11:56:43 +02:00
axolotle
837e92789a refactor: rework TagsSelectizeItem with multiple choices types 2024-08-13 11:56:43 +02:00
axolotle
cba781d809 feat: add useFormQuery to pair url params and a form 2024-08-13 11:56:43 +02:00
axolotle
311d5fdc27 feat: add cache policy from settings 2024-08-13 11:56:43 +02:00
axolotle
354a06af6d refactor: return the same content when cache is not present 2024-08-13 11:56:39 +02:00
axolotle
b2a233f1f1 refactor: update form fields definition in views 2024-08-13 11:56:35 +02:00
axolotle
c17da2c93e fix: add maybeMainDomain getter which do not error out 2024-08-13 11:56:35 +02:00
axolotle
1f1dac1792 refactor: rework useSearch and ViewSearch to no longer use ViewBase and expect defined data 2024-08-13 11:56:35 +02:00
axolotle
da02692d93 refactor: normalize status to variants + icons 2024-08-13 11:56:35 +02:00
axolotle
5b5cac5478 feat: add api.refetch method that force reload a view and its data queries 2024-08-13 11:56:35 +02:00
axolotle
e0816d14e1 feat: add more complex skeleton definitions 2024-08-13 11:56:35 +02:00
axolotle
59f7b59408 refactor: add errors when data is not present in cache 2024-08-13 11:56:35 +02:00
axolotle
931e74ff29 fix: form types & useForm fields rules reactivity 2024-08-13 11:56:28 +02:00
axolotle
1b14c78195 chore: rm remaning stores and vuex 2024-08-13 11:56:28 +02:00
axolotle
de3c680d75 refactor: use data global state in views 2024-08-13 11:55:34 +02:00
axolotle
b3df5040cc refactor: update api calls 'cachePath' + useInitialQueries 2024-08-13 11:54:35 +02:00
axolotle
13dc8de182 refactor: turn data store to global state with cache handing 2024-08-13 11:54:28 +02:00
axolotle
66f48649d2 chore: mv store/data.ts to composables/data.ts 2024-08-13 11:54:28 +02:00
axolotle
60b5134dcf refactor: turn infos store to global state 2024-08-13 11:54:20 +02:00
axolotle
deae1324e1 chore: mv store/infos.ts -> composables/useInfos.ts 2024-08-13 11:52:06 +02:00