Commit graph

109 commits

Author SHA1 Message Date
axolotle
d39440c3bc handle 401 depending on settings.public and route.meta.public 2023-09-04 16:49:13 +02:00
axolotle
5286b22dd2 add useApps composable to conditionnaly display public apps or user permitted apps 2023-09-04 16:46:51 +02:00
axolotle
11d303a8e6 reflect User composable changes to default layout and edit page 2023-09-04 16:43:51 +02:00
axolotle
623d3b4483 add states with auto query getter for user and settings data 2023-09-04 16:38:54 +02:00
axolotle
46a76ff4bc turn apiEndpoint into composable to avoid nuxt context errors 2023-09-04 16:36:42 +02:00
axolotle
535dd0e0c5 YButton: use link instead of button if used as navigation 2023-09-04 16:34:13 +02:00
axolotle
bba01d685b redirect on password change + rename args 2023-08-29 16:31:38 +02:00
axolotle
d14071995b update edit view with included password change 2023-08-28 19:19:30 +02:00
axolotle
e78c97f926 add pick + exclude object util 2023-08-28 19:12:46 +02:00
axolotle
8d6b1aa791 update edit view with feedback 2023-08-28 15:10:25 +02:00
axolotle
c898122abe throw page error if error not 400 2023-08-28 15:08:33 +02:00
axolotle
7c513154eb add BaseAlert component 2023-08-28 14:44:39 +02:00
axolotle
4275efe402 add SubmitButton component with loading state 2023-08-28 14:43:23 +02:00
axolotle
98b10175e0 add iconClass prop to button 2023-08-28 14:42:54 +02:00
axolotle
36174cbb8b add validation i18n messages 2023-08-23 14:34:04 +02:00
ljf (zamentur)
11a78de6b2
[enh] User doc instead of Admin doc 2023-08-23 11:44:18 +02:00
axolotle
464fe40ec8 update TextInputList with fieldset 2023-08-07 16:39:06 +02:00
axolotle
ec02765545 add skip link 2023-08-06 16:27:24 +02:00
axolotle
2e90b14d0a add eslint-plugin-vuejs-accessibility 2023-08-06 16:24:37 +02:00
axolotle
c20987659c add basic error page 2023-08-05 16:06:28 +02:00
axolotle
9d71cea517 add default app.vue 2023-08-05 15:06:40 +02:00
axolotle
746fdafa9c YButton update type prop 2023-08-01 16:32:42 +02:00
axolotle
cbe3a5d641 add password change 2023-08-01 16:32:42 +02:00
axolotle
9f7451a276 edit: add error handling and rename keys 2023-08-01 16:32:42 +02:00
axolotle
7a18f54de9 use $fetch for useApi 2023-08-01 16:32:42 +02:00
axolotle
b82638f247 use localeStorage to store isLoggedIn value 2023-08-01 16:32:42 +02:00
axolotle
a7ddfca923 rm BaseForm component 2023-08-01 16:32:42 +02:00
axolotle
c5bb881d30 update Edit + Password without BaseForm 2023-08-01 16:32:42 +02:00
axolotle
077fb2827a login: add login error 2023-08-01 16:32:42 +02:00
axolotle
72527ad82a TextInput: remove prop placeholder 2023-08-01 16:32:42 +02:00
Alexandre Aubin
c8b4a79564 debian: use 'generate' instead of 'build', because this seems to be the way for single page apps ? 2023-07-30 18:46:26 +02:00
Alexandre Aubin
65ce3f683f Add debian/ folder 2023-07-30 18:10:27 +02:00
Alexandre Aubin
136ad443f5 Update dev instructions 2023-07-29 19:32:16 +02:00
Alexandre Aubin
944a27037b Proper link to Docker instructions 2023-07-27 01:04:36 +02:00
Alexandre Aubin
c3e1caf77d Update development instructions 2023-07-27 00:58:27 +02:00
Alexandre Aubin
b2911f79b9 Add Dockerfile + docker-compose.yml to ease up development ? 2023-07-27 00:38:02 +02:00
axolotle
0628a09749 add redirect after login 2023-07-26 05:24:04 +02:00
axolotle
9cc3bad2d5 add Password page 2023-07-26 05:19:52 +02:00
axolotle
50e3d29c65 add temp theme selector 2023-07-26 04:30:24 +02:00
axolotle
b24bd4d5ff add Edit page 2023-07-26 04:11:47 +02:00
axolotle
77e3ac3ea0 fix form cosmetics 2023-07-26 04:08:17 +02:00
axolotle
56b3190293 add TextInputList component 2023-07-26 04:01:12 +02:00
axolotle
bb72f01edd update tiles page 2023-07-26 02:14:58 +02:00
axolotle
28d0295f0c use explicit class names for tailwind inspector 2023-07-25 23:11:32 +02:00
axolotle
cf4b85465e default layout: update with user info and logout 2023-07-25 22:51:03 +02:00
axolotle
9b37078d79 Button: add text + icon props 2023-07-25 22:46:38 +02:00
axolotle
85c787f428 add useUserInfo that auto fetch user data 2023-07-25 22:25:27 +02:00
axolotle
34092041e6 readd base layout onto Login 2023-07-25 22:24:31 +02:00
axolotle
9db0745505 misc fixes 2023-07-25 22:22:59 +02:00
axolotle
ccbcab1bf3 update Login view with form components 2023-07-25 19:24:27 +02:00