Commit graph

1391 commits

Author SHA1 Message Date
swve
46bf3f9c82 feat: introduce focus mode 2025-04-28 22:15:38 +02:00
swve
411845d480 feat: add alignment options to ImageBlock component for improved layout control 2025-04-28 21:25:55 +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
Badr B.
f299ecb278
Merge pull request #475 from learnhouse/feat/ux-improvements
UX improvements
2025-04-25 21:38:43 +02:00
swve
3d9ba15b8d feat: enhance ThumbnailUpdate component with improved file validation, cleanup of blob URLs, and error handling for Unsplash image selection 2025-04-24 22:10:37 +02:00
swve
6a5886cefe feat: add file type validation and improve thumbnail upload UI in ThumbnailUpdate component 2025-04-24 21:59:32 +02:00
swve
ff54801e4f feat: update CourseThumbnail to display course update date and active authors with avatars 2025-04-24 19:32:43 +02:00
swve
b83366b60b feat: enhance CourseThumbnailLanding to display active authors with avatars 2025-04-24 19:23:19 +02:00
swve
260bd60c7a fix: update details handling in video activities to use JSON strings 2025-04-23 17:48:44 +02:00
swve
31b5104dd5 feat: add details to video activities
wip: uploadable video activities
2025-04-22 17:25:41 +02:00
swve
3173e6b417 refactor: change video activity modal UI 2025-04-22 15:53:02 +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
c605c2a8f4 feat: implement bullet lists in the editor 2025-04-18 15:24:06 +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
e6d7e881e3 feat: add link extension support and styling to editor components 2025-04-17 15:25:29 +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
b25505465b feat: add download functionality to Image, PDF, and Video block components 2025-04-13 13:06:58 +02:00
Badr B.
3f2a008bef
Merge pull request #474 from learnhouse/feat/course-page-changes
Course Page Improvements
2025-04-11 10:16:42 +02:00
swve
016d2b3aed fix: improve video file validation in VideoBlockComponent 2025-04-08 15:50:32 +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
Badr B.
bbe6f9e2c5
Merge pull request #471 from learnhouse/fix/editor-issues
Fix UI glitchs, editor bugs
2025-04-07 14:39:18 +02:00
swve
aa8abe8d6f fix: reading user id issue 2025-04-07 14:21:20 +02:00
swve
12e1d79504 feat: introduce search page + improvements to the search experience 2025-04-06 22:13:26 +02:00
swve
3bc6703f33 feat: enhance ToolbarButtons with improved heading selection and styling 2025-04-06 16:16:09 +02:00
swve
298414d57f feat: better video file uploader 2025-04-06 14:35:58 +02:00
swve
5fd794e9eb fix: course structure edition bugs 2025-04-06 14:05:54 +02:00
Badr B.
db45d8ef31
Merge pull request #464 from learnhouse/feat/advanced-search
Advanced Search
2025-04-06 13:49:38 +02:00
swve
0167fecbe8 feat: implement multi search on search bar 2025-04-06 13:48:33 +02:00
swve
ed1ae628cb chore: upgrade packages 2025-04-06 12:43:36 +02:00
swve
43a1f4e8e0 feat: revamp search bar 2025-04-06 12:40:17 +02:00
Badr B.
32a59f0ffc
Merge pull request #468 from learnhouse/feat/advanced-profiles
Advanced Profiles
2025-04-06 12:14:44 +02:00
swve
b1aec48947 feat: Add User Courses in Profile 2025-04-06 12:12:01 +02:00
swve
31c27bb70e feat: add user block 2025-04-01 22:35:17 +02:00
swve
fe38020f02 fix: profile issues 2025-04-01 22:10:18 +02:00
swve
b3ef0eb10b feat: update rbac_check to allow 'read' action for anonymous users 2025-04-01 17:52:57 +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
04c5b845fb feat: add UserProfilePopup to UserAvatar and update CoursesActions to show profile popups for authors 2025-03-29 18:31:17 +01:00
swve
5a2732258f feat: add additional details change from user settings 2025-03-29 17:59:12 +01:00
swve
dc5ac3039f chore: remove Sentry configuration + packages upgrades 2025-03-29 17:27:27 +01:00
swve
6ff53915a8 feat: add details and profile fields to User model with JSON support 2025-03-29 16:35:07 +01:00
swve
af17deff30 chore: refactor account settings code + add skeleton for profile building 2025-03-29 16:20:26 +01:00
Badr B.
7f66369e95
Merge pull request #466 from learnhouse/feat/multi-contributors
Multi-contributors
2025-03-22 22:24:14 +01:00
swve
eddaad9bcf chore: update Next.js version from 15.2.2 to 15.2.3 in package.json and pnpm-lock.yaml 2025-03-22 22:22:05 +01:00
swve
837e5842c5 feat: add refetch capability to contributor status hook and update course actions to utilize it 2025-03-22 22:20:37 +01:00