swve
a73b6ae57e
feat: add creators, dates and overall ux improvements
2025-05-25 22:05:30 +02:00
swve
988534a42c
feat: move focus mode button and chapters button
2025-05-25 21:43:42 +02:00
swve
6aca58ece7
feat: improve readability of the activity indicators
2025-05-25 21:32:39 +02:00
swve
f712d68e28
feat: update revalidation settings for course metadata to improve caching efficiency
2025-05-17 00:24:17 +02:00
swve
30b7dc4410
feat: improve performance on activity page
2025-05-16 23:38:23 +02:00
swve
ab0de5e771
feat: enhance activity navigation by adding NextActivityButton and restructuring layout
2025-05-16 22:37:22 +02:00
swve
231b08921a
feat: redesign the mark as done button + add info tooltips
2025-05-16 15:58:27 +02:00
swve
1fc791473e
feat: add breadcrumbs to course and activity page
2025-05-13 19:39:35 +02:00
swve
59b5ac4793
feat: disable org menu when in focus mode on the activity page
2025-04-29 14:44:34 +02:00
swve
46bf3f9c82
feat: introduce focus mode
2025-04-28 22:15:38 +02:00
swve
0b2c4d3ad1
feat: activity page changes
2025-04-28 21:12:53 +02:00
swve
47b354db12
feat: course page changes
2025-04-28 20:29:30 +02:00
swve
ed8783d0ef
feat: Add course completion indicator at the end of the course
2025-04-18 18:08:20 +02:00
swve
8c43f09a2f
feat: add Next Activity button to activity component for improved navigation
2025-04-18 17:47:54 +02:00
swve
39ab1a132e
fix: bigger text and confirmation for unmarking an activity
2025-04-18 17:36:19 +02:00
swve
3d489c599e
feat: better activity sticky topbar
2025-04-17 16:38:05 +02:00
swve
46e06201fb
feat: unpublished activities are now hidden by default
2025-04-17 15:57:57 +02:00
swve
1350cb7354
feat: implement activity removal from trail and update UI for unmarking activities
2025-04-16 15:24:40 +02:00
swve
b40ddde2c2
feat: enhance course page and indicators
2025-04-08 15:44:13 +02:00
swve
ca12e799df
feat: enhance activity completion handling and tooltip functionality
2025-04-08 14:22:48 +02:00
swve
12e1d79504
feat: introduce search page + improvements to the search experience
2025-04-06 22:13:26 +02:00
swve
b1aec48947
feat: Add User Courses in Profile
2025-04-06 12:12:01 +02:00
swve
fe38020f02
fix: profile issues
2025-04-01 22:10:18 +02:00
swve
3b5c4f9d92
feat: Implement UserProfiles
2025-03-30 22:49:00 +02:00
swve
1bbb0269a3
feat: minor course page ui changes
2025-03-29 18:37:53 +01:00
swve
5a2732258f
feat: add additional details change from user settings
2025-03-29 17:59:12 +01:00
swve
af17deff30
chore: refactor account settings code + add skeleton for profile building
2025-03-29 16:20:26 +01:00
swve
b6059f8d5c
feat: implement contributor editing for activities
2025-03-22 16:51:00 +01:00
swve
95c3550c42
refactor: update key usage in components for improved rendering
2025-03-22 14:23:19 +01:00
swve
5a80dd17f1
fix: Authors showing on the course page
2025-03-22 13:49:07 +01:00
swve
4ab8f52b09
feat: implement author roles in course management
2025-03-20 13:38:10 +01:00
swve
744e372f4e
refactor: improve perf on the frontend
2025-03-16 16:48:07 +01:00
swve
a6b5db29ca
fix: misc assignments bugs
2025-03-16 10:59:53 +01:00
swve
0229380cba
feat: enhance assignment page with edit functionality and description display
2025-03-12 14:10:42 +01:00
swve
63be0f0ff3
chore: upgrade React and Next.js to latest versions
...
Update project dependencies to React 19 and Next.js 15, including TypeScript type adjustments and async parameter handling across multiple components
2025-03-11 12:50:56 +01:00
swve
81c4190b00
feat: migrate tailwind to v4
2025-03-10 13:26:59 +01:00
swve
d3df80a8b2
feat: add mobile version CoursesActions, improve the user flow
2025-03-04 23:02:55 +01:00
swve
7b33639b9a
feat: dynamic and classic landing page detection
2025-03-02 11:04:06 +01:00
swve
f6f915c956
feat: init of landing page editor
2025-03-02 10:47:19 +01:00
swve
df12731026
refactor: Improve Activity Navigation Layout and Responsiveness
2025-02-27 15:06:08 +01:00
swve
440e22fa28
feat: Drastically improve Course navigation
2025-02-27 11:46:55 +01:00
swve
0a3a2a5985
feat: Improve Chapter Header Responsiveness and Text Handling
2025-02-27 10:30:54 +01:00
swve
05efdcb642
feat: Enhance Course Learning Items with Emoji and Flexible Parsing
2025-02-27 09:59:39 +01:00
Badr B.
6878fec2e8
Merge pull request #442 from JustFlavio/refactor/course-creation-tags
...
feat: replace textareas with FormTagInput for tags and learnings
2025-02-26 18:57:02 +01:00
swve
85cbb100fe
feat: Improve Assignment UI and File Upload Responsiveness
2025-02-26 17:39:37 +01:00
Flavio Mastrangelo
cdd05f6476
feat: implement FormTagInput for learnings and tags in course creation & edit forms.
2025-02-20 23:56:11 +01:00
swve
31e8eaf0b5
feat: optimize NextAuth session and token management
...
- Added global session caching to reduce API calls
- Improved token refresh logic with expiry check
- Implemented 5-minute session caching mechanism
- Added type declarations for global session cache
2025-01-25 13:51:15 +01:00
swve
be7b9499f2
fix: collections bugs and issues
2025-01-24 22:59:04 +01:00
swve
79a31dd8ec
feat: enhance user account management with password and profile updates
...
- Added validation for user profile and password update forms using Yup.
- Implemented user feedback for successful profile and password updates, including prompts to re-login.
- Improved UI for profile editing and password change sections, enhancing user experience.
- Updated password update service to include response metadata handling.
2025-01-24 22:46:05 +01:00
swve
5006b1abad
fix: switching issues in payments dashboard
2024-12-18 01:11:32 +01:00