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
swve
bfd27ef6e3
feat: Init explore metadata features & redesign org settings panel
2024-12-18 01:04:11 +01:00
swve
90a47880cb
fix: No way to add an answer for question after deleting all answers for quizzes on admin assignment page #359
2024-11-28 22:25:19 +01:00
swve
f4794ebaf2
fix: login and signup orgslug missing bug
2024-11-28 21:47:41 +01:00
swve
546e8a5f98
feat: add payments feature access based on config
2024-11-25 23:58:25 +01:00
swve
5a746a946d
chore: refactor frontend components folder
2024-11-25 23:26:33 +01:00
swve
46f016f661
feat: better healthcheck
2024-11-25 23:04:40 +01:00
swve
6cd1cf7e9c
feat: UI improvements & migration script
2024-11-23 20:24:39 +01:00
swve
0449d6f87c
feat: use OAuth for stripe connect
2024-11-18 19:52:09 +01:00
swve
cdd893ca6f
feat: prevent access removal if user has paid for a product
2024-11-03 01:26:58 +01:00
swve
0e97580747
feat: add user owned courses page
2024-11-03 00:44:34 +01:00
swve
9f1d8c58d1
feat: add customers list on the dashboard
2024-11-03 00:04:00 +01:00
swve
3988ee1d4b
feat: protect paid courses
2024-11-02 23:35:39 +01:00
swve
1bff401e73
feat: add course checkout UI and stripe integration and webhook wip
2024-11-02 19:44:26 +01:00
swve
bf38fee68b
fix: conflicts and upgrades
2024-10-30 23:52:39 +01:00
swve
412651e817
feat: improve products & subscriptions page
2024-10-30 23:41:11 +01:00
swve
4c8cb42978
feat: products crud
2024-10-30 23:41:11 +01:00
swve
deba63cc15
feat: init payments config backend & dash frontend
2024-10-30 23:40:37 +01:00
swve
96e453a4de
fix: courses visibility issue
2024-10-30 23:40:37 +01:00
Chris Holland
3430cfdb3a
chore: merge with dev
2024-10-23 20:06:17 -07:00
Chris Holland
b678ac86e8
fix: inputs limit to their respective file formats
2024-10-22 15:26:46 -07:00
swve
3f1e9ecb7f
fix: 404 error typo
2024-10-10 21:43:16 +02:00
Badr B.
1f35dfdd93
Merge branch 'dev' into feat/editor-and-misc-updates
2024-10-10 21:17:57 +02:00
Dhanya MD
b4e407e132
modified not-found-page
2024-10-10 18:29:42 +05:30
swve
b1d05168b6
feat: allow zip file upload
2024-09-27 19:16:31 +02:00