757cec7438
✨ Add key management to admin settings
2023-06-30 20:52:36 +02:00
0ae553cca8
✨ 🚧 Add admin api and ui for timetable management
2023-06-20 23:10:52 +02:00
41c0d329fb
✨ Allow updating remote timetables with permission
2023-06-20 20:22:51 +02:00
5d9317ac01
🛂 Add key-based permission system
2023-06-20 19:53:34 +02:00
1bfd156a03
🚸 Improve UX in timetable editor
2023-06-20 15:25:16 +02:00
cd6801d625
✨ Implement importing and exporting of timetables
2023-06-19 23:58:17 +02:00
9afae9b2cc
🐛 Fix bugs in timetable editor
...
- Turn off autocorrect / spellcheck
- Prevent some browsers from jumping to the start of the text field
- Correctly handle lesson lengths
2023-06-19 16:14:10 +02:00
4d4a92bff3
✨ Implement timetable editing
2023-06-18 23:43:08 +02:00
956058eef9
✨ Implement duplication and deletion of timetables
2023-06-18 15:04:51 +02:00
f19d43396c
✨ Add basic handling for local timetables
2023-06-18 14:45:12 +02:00
48364d4c59
✨ Add support for multiple remote timetables
...
- Add timetable "title" column to db
- Make API return array of timetables
- Add settings page for selecting a timetable
- Add InfoCard if no timetable is selected
2023-06-18 14:30:36 +02:00
f12c59800a
✨ Add language options to appearance settings
2023-06-06 23:37:07 +02:00
89c1f18f0e
✨ Add timetable group settings
2023-06-06 23:23:11 +02:00
1ed9af766d
🚧 💄 Implement new settings menu and 3 subpages
...
- Implement new main settings menu
- Implement "filtering" page
- Implement "appearance" page
- Implement "about" page
- Make the Git hash a link to the Git repo
2023-06-06 22:39:08 +02:00
55517f6c1b
♻️ Replace relative paths with "@" alias
2023-06-06 21:02:09 +02:00
7928e4941f
🚸 🐛 Fix HMR issues & change lang without reload
...
- Fix HMR issues due to circular import of "language" and "i18n"
- Move i18n to seperate file
- Dynamically update language instead of doing a full page reload
2023-06-05 19:11:15 +02:00
2837255552
🚸 Show infocard on loading failure
2023-06-04 19:58:03 +02:00
626fdcb46c
🚸 Add loading indicator to timetable view
2023-06-04 16:10:54 +02:00
819e63cf31
🎨 Improve CSS around Swiper component
2023-06-04 16:04:26 +02:00
1ad6fc5e3a
♻️ Move from .vue files to Lucide for icons
2023-06-04 00:08:30 +02:00
0e5e693422
🧑💻 ✨ Add UI for generating API tokens (/token)
2023-02-20 01:03:52 +01:00
e2e3113b5b
♻️ Rework authentication
...
- Move login endpoint `/login` to `/auth/login`
- Add logout route `/auth/logout`
- Add `/api/token` endpoint and `?token=` query parameter for auth
- Refactor `auth.js`
2023-01-01 17:11:42 +01:00
f243137145
♻️ Refactor frontend
2022-12-10 16:10:10 +01:00
257f665ce6
✨ Add theme support
2022-10-03 12:05:44 +02:00
4346aa23c5
✨ Implement day navigation gestures with Swiper.js
2022-09-11 20:40:08 +02:00
e1a429162a
🐛 Fix height of "center" element
2022-08-22 22:29:15 +02:00
f17f720f58
💄 Change scrollbar behaviour
2022-08-22 12:25:15 +02:00
09366401a3
♿ ️ Add focus color change in settings menu
2022-08-21 23:42:46 +02:00
1439bfb056
♻️ Refactor frontend code
2022-08-21 23:10:21 +02:00
59a2c0eacb
✨ 🌐 Add Localization feature
2022-08-21 16:57:06 +02:00
5fd7ae44fd
✨ Add "trusted" and "source" to Timetable
2022-08-21 00:50:06 +02:00
9a5d7d5717
✨ Add prompt for selecting a class
2022-07-06 18:35:42 +02:00
14cf7f5f60
🏗️ Merge substitution filter and timetable filter
2022-07-06 18:32:19 +02:00
f00518edb6
🚸 Improve login page
2022-06-28 22:50:01 +02:00
e2635b1c20
♻️ Move colors to css variables
2022-06-28 22:48:52 +02:00
13c3a2c374
🐛 Fix double spacer if teacher is changed
2022-06-14 15:56:39 +02:00
d07093e621
🐛 Add missing spacer text for changed rooms
2022-06-13 17:13:02 +02:00
813c936c4f
✨ Add timetable group feature
2022-06-13 00:28:43 +02:00
e38691c2eb
🐛 Fix line warp in Timetable View
2022-06-03 15:48:00 +02:00
8bfa0e1bde
🔇 Remove console.log
2022-06-02 21:10:35 +02:00
5911043ca0
✨ Only show changes matching the original teacher
2022-06-02 16:35:24 +02:00
0eea73b780
♻️ Refactor frontend
2022-05-20 00:02:38 +02:00
01cce13104
✨ Add about section
2022-05-05 22:53:46 +02:00
64196eeab2
✨ Use Vue-based login page
2022-05-05 14:39:41 +02:00
3f73ad4552
💄 Show notes on frontend
2022-05-04 14:37:17 +02:00
9404d3e4db
🐛 Only show changed value if it is different
2022-05-04 14:37:05 +02:00
7ecff18efd
✨ Switch to global date selector
2022-05-04 00:32:23 +02:00
9c4a09fadc
✨ Fetch data from backend
2022-05-03 23:02:34 +02:00
c733325cc9
♻️ Use a better method to not create a pointer
2022-05-01 19:23:05 +02:00
495771b0e8
✨ Add settings page
2022-05-01 14:26:07 +02:00