f52cb31189
Adding info about self ( #88 )
...
Reviewed-on: PGL/Clyde#88
Reviewed-by: Wal <karpinskiwal@gmail.com>
Reviewed-by: Maxime <231026@umons.ac.be>
Reviewed-by: LeoMoulin <leomoulin125@gmail.com>
Co-authored-by: Anthony Debucquoy <debucquoy.anthony@gmail.com>
Co-committed-by: Anthony Debucquoy <debucquoy.anthony@gmail.com>
2024-03-13 09:54:56 +01:00
86f1a6f17b
Little corrections
2024-03-12 09:55:26 +01:00
68df9f99fa
modify profil strating setup
2024-03-12 09:55:26 +01:00
2fe6153705
Translation correction
2024-03-12 09:55:26 +01:00
042553c123
Profil Teacher and examples
2024-03-12 09:55:26 +01:00
3cf5153e79
Profil Student Prototype
2024-03-12 09:55:26 +01:00
07e5fb3a73
profil menu base
2024-03-12 09:55:26 +01:00
c14d0a9d21
option language settings start
2024-03-12 09:55:26 +01:00
84fe1df671
Reactive Translations
...
Make Translated text reactive so that when switching lang, text is
reload on the fly
Fixes : #77
2024-03-09 19:14:57 +01:00
31159ebb5c
Merge pull request 'Fixing the cross origine on the frontend side + request in json' ( #79 ) from tonitch/front/fix/crossOrigine into master
...
Reviewed-on: PGL/Clyde#79
Reviewed-by: Maxime <231026@umons.ac.be>
2024-03-09 18:18:15 +01:00
ac88307036
fix expiration date and frontend requests
2024-03-09 16:22:38 +01:00
be084cfd12
Removing more useless stuff
2024-03-09 12:32:07 +01:00
0b4b38f6c5
Fix typo
...
Merci javascript pour ces erreurs de qualitée...
2024-03-09 10:36:20 +01:00
21de520175
Fixing the cross origine on the frontend side
2024-03-09 10:29:32 +01:00
ba8b32160d
Lots of refactoring
...
- Removing test mentions in readme
- moving login page as an app
- removing vite broken config
- removing auto-generated and unused vite configuration (base.css)
Overall simplification
(sorry @Wal I kinda destroyed your login page a bit but seems fixable 👉 👈 )
2024-03-08 23:35:11 +01:00
619d2601f1
Fix lang toggle
...
This is not perfect as the toggle is not set to the right position when
the site is reload but as @Wal_ said he would refactor, I just made a
working sample good enough imo
2024-03-08 22:00:15 +01:00
d2a697904e
Merge branch 'master' into wal/frontend/Register
2024-03-08 20:53:10 +01:00
fe34ff4705
Merge pull request 'wtf is it doing there ?' ( #71 ) from tonitch/front/fix/stupidLine into master
...
Reviewed-on: PGL/Clyde#71
Reviewed-by: Maxime <231026@umons.ac.be>
Reviewed-by: Wal <karpinskiwal@gmail.com>
2024-03-08 20:46:59 +01:00
a524845d06
First draft of the register requests api.
...
I don't think it's currently usable but it serve as a stub for when
backend will support it
2024-03-08 20:45:22 +01:00
8e40638b5e
adding the right dependencies
2024-03-08 20:43:47 +01:00
13d9020c7d
stub for cursus
2024-03-08 20:43:47 +01:00
481c96bec2
i18n added but not usable
2024-03-08 20:22:00 +01:00
7ff47b6e9c
wtf is it doing there ?
2024-03-08 19:23:59 +01:00
0ca5640564
Merge branch 'master' into wal/frontend/Register
2024-03-08 16:37:00 +01:00
4111839852
Requests setup
2024-03-08 11:54:10 +01:00
e69ece23d0
adding set cookie and set lang ( #68 )
...
simple set cookie (je deteste javascript) et un setlang pour le syntastic sugar
Reviewed-on: PGL/Clyde#68
Reviewed-by: Maxime <231026@umons.ac.be>
Reviewed-by: Wal <karpinskiwal@gmail.com>
Co-authored-by: Anthony Debucquoy <debucquoy.anthony@gmail.com>
Co-committed-by: Anthony Debucquoy <debucquoy.anthony@gmail.com>
2024-03-08 11:23:32 +01:00
b42324987b
stub for courses ( #60 )
...
base for the courses api
Reviewed-on: PGL/Clyde#60
Reviewed-by: Wal <karpinskiwal@gmail.com>
Reviewed-by: Maxime <231026@umons.ac.be>
Co-authored-by: Anthony Debucquoy <debucquoy.anthony@gmail.com>
Co-committed-by: Anthony Debucquoy <debucquoy.anthony@gmail.com>
2024-03-07 22:29:07 +01:00
3c08022c20
toggle for language(base) + starting inscription menu
2024-03-07 15:42:36 +01:00
d639fa5ee3
Merge pull request 'fixing top level await' ( #64 ) from tonitch/front/fix/top-level-await into wal/frontend/Register
...
Reviewed-on: PGL/Clyde#64
Reviewed-by: Wal <karpinskiwal@gmail.com>
Reviewed-by: Maxime <231026@umons.ac.be>
2024-03-07 15:21:12 +01:00
8e932b1b67
fixing top level await
2024-03-07 14:51:36 +01:00
dbbf74f2c3
Merge pull request 'tonitch/front/User_API' ( #56 ) from tonitch/front/User_API into master
...
Reviewed-on: PGL/Clyde#56
Reviewed-by: Maxime <231026@umons.ac.be>
Reviewed-by: Wal <karpinskiwal@gmail.com>
2024-03-07 14:12:49 +01:00
4aa15ec72a
Merge branch 'master' into wal/frontend/Register
2024-03-07 14:11:32 +01:00
0e7c18e088
Base for rest api utilisation ( #53 )
...
The restConsumer will be the base, then I will create a js file per
"object" (for instance there will be users.js with all endpoints for
users using the restConsumer.js)
Reviewed-on: PGL/Clyde#53
Reviewed-by: Wal <karpinskiwal@gmail.com>
Reviewed-by: Maxime <231026@umons.ac.be>
Co-authored-by: Anthony Debucquoy <debucquoy.anthony@gmail.com>
Co-committed-by: Anthony Debucquoy <debucquoy.anthony@gmail.com>
2024-03-06 21:38:09 +01:00
886077349c
Adding menu button + Cursus
2024-03-06 21:00:35 +01:00
d9ec085d2c
Inputs setup
2024-03-06 17:41:18 +01:00
6df81a66f2
Fixing i18n path
2024-03-06 14:41:03 +01:00
34a36f8b1e
i18n try
2024-03-06 14:35:58 +01:00
2a558e40cb
Merge branch 'master' into wal/frontend/Register
2024-03-06 14:23:24 +01:00
3350533e74
Register proto
2024-03-06 14:20:32 +01:00
aaaba0ddf3
User api first draft finished
2024-03-06 14:08:39 +01:00
38ed249150
using unix socket
2024-03-06 10:52:11 +01:00
e158fa1f87
backbone for login
2024-03-06 09:00:55 +01:00
6289be529a
package-lock was forgoten
2024-03-06 08:59:08 +01:00
1f69040436
adding patch to restConsumer
2024-03-06 08:59:08 +01:00
56a14a3e8a
adding toast on requests
2024-03-06 08:59:06 +01:00
24a54bdee4
removing useless function & calling reloadLang properly ( #52 )
...
Reviewed-on: PGL/Clyde#52
Reviewed-by: Maxime <231026@umons.ac.be>
Reviewed-by: Wal <karpinskiwal@gmail.com>
Co-authored-by: Anthony Debucquoy <debucquoy.anthony@gmail.com>
Co-committed-by: Anthony Debucquoy <debucquoy.anthony@gmail.com>
2024-03-05 20:28:23 +01:00
d1b4023d92
adding register
2024-03-05 14:58:56 +01:00
837db9aba9
backbone for login
2024-03-05 14:10:13 +01:00
09d5e1c293
Document rest
2024-03-05 11:48:04 +01:00
dcd1fad6ac
solve access to /login
...
Vite won't export not specified page, so I specified it in the config.
2024-03-05 10:57:48 +01:00