Commit graph

278 commits

Author SHA1 Message Date
Badr B.
19cc3ea0d7
Merge pull request #354 from chrishollandaise/fix/activity-chapter-elements
Fixing various bugs in the `ActivityElement` component
2024-10-20 23:37:32 +02:00
Chris Holland
9c2b147582
refactor: remove onclick on pencil and condense indicator 2024-10-19 07:45:50 -07:00
Chris Holland
60373ad002
fix: stale closure due to non-unique key to the activity itself 2024-10-19 06:26:17 -07:00
Chris Holland
5ff720ab06
fix: activity titles are aligned 2024-10-19 05:56:15 -07:00
Chris Holland
b3b78b058f
fix: odd pushdown effect after drag/drop
Apparently when you set your own css-transition properties, it'll cause this known visual bug for react-beautiful-dnd.

See https://github.com/atlassian/react-beautiful-dnd/issues/2086 for more info about this
2024-10-18 16:53:01 -07:00
Chris Holland
4afa1d4458
fix: edit assignment flickering when dragged and dropped
After some testing, I found that assignmentUUID isn't necessary for the conditional render. After some testing in a race condition environment (two clients)  the activity itself as a condition is enough and it doesn't seem that its worth having assignmentUUID as well.
2024-10-18 14:03:57 -07:00
Chris Holland
53bae7cbb3
fix: always dimiss select state regardless of modification #341 2024-10-18 13:37:15 -07:00
The Anh Nguyen
a53e9418e2
fix: fix bad request made to course updates endpoint 2024-10-18 19:01:41 +02:00
Chris Holland
f08fbbd1a1
fix: add appropriate width declaration for mozilla-based browsers 2024-10-17 15:48:20 -07:00
Badr B.
0fe55b36e7
Merge pull request #326 from eduardconstantin/feat/debounce-websocket
Feat/debounce websocket
2024-10-13 16:49:40 +02:00
Eduard-Constantin Ibinceanu
d90af6947e Format for real 2024-10-13 14:36:45 +00:00
Eduard-Constantin Ibinceanu
d9c31e4d07 Fix format 2024-10-13 14:33:40 +00:00
Chris Holland
69468d34c8
refactor/fix: lift file select logic into its own component block 2024-10-12 13:55:13 -07:00
swve
f2c6687660 feat: add buttons extension blocks 2024-10-10 22:44:56 +02:00
swve
8965ee67c3 feat: add badges to editor 2024-10-10 22:20:02 +02:00
swve
cc68ea2e94 feat: add unsplash image chooser for courses thumbnails 2024-10-10 22:06:27 +02:00
Eduard-Constantin Ibinceanu
2f91b75247 Add debounce to mouse event 2024-10-04 16:57:07 +00:00
swve
bcd029d178 fix: purify content in externalObjects 2024-09-29 18:47:30 +02:00
swve
d8be321021 feat: add ExternalObjects (Embeds) to editor 2024-09-27 20:58:10 +02:00
swve
aecf03404f feat: init org thumbnails creation & edition & redesign dash org config page 2024-09-27 11:03:33 +02:00
swve
9fbeb08234 fix: remove unused imports 2024-08-29 20:18:08 +02:00
swve
8b1332c840 fix: various bugs 2024-08-29 20:12:15 +02:00
swve
c68fa66ff8 feat: Add loading toasts 2024-08-13 18:13:58 +02:00
swve
14a3ddebeb feat: disable Image optimization 2024-08-12 20:06:28 +02:00
swve
6cb738a8a2 feat: update activity publish state in assignment page 2024-08-12 19:29:38 +02:00
swve
a5fbf49304 feat: implement usage limits across the app 2024-08-12 17:39:08 +02:00
swve
1bf58efe1c feat: add watermark 2024-08-11 15:46:14 +02:00
swve
28a2456d69 feat: migrate orgconfig model across the app 2024-08-11 15:46:14 +02:00
swve
dc1673c053 fix: UI bugs 2024-08-08 22:02:39 +02:00
swve
ad3f66057c feat: enable grading for file subs 2024-08-06 18:55:32 +02:00
swve
d6aa071425 feat: add publish status change from the course edition page 2024-08-05 19:45:24 +02:00
swve
dab80069d4 feat: init assignment subpages and misc python and ts improvements 2024-07-20 21:12:13 +02:00
swve
e9caa2ceb4 feat: add assignment submission from the activity page 2024-07-20 20:10:43 +02:00
swve
bfb977ac5d feat: enable Tasks submissions 2024-07-19 19:56:49 +02:00
swve
29600d9b6c feat: assignments activity page init 2024-07-18 21:05:32 +02:00
swve
182cd73001 feat: Remove unused imports and update some packages 2024-07-18 00:36:58 +02:00
swve
ccf387cc98 feat: assignment publishing state switching 2024-07-18 00:15:42 +02:00
swve
175a5a97fa feat: full quiz tasks edition and creation 2024-07-17 23:41:46 +02:00
swve
aa55c51b48 feat: finalize basic task edition and ref files 2024-07-16 22:07:54 +02:00
swve
3c41e0ee73 feat: edit tasks and general improvements 2024-07-14 14:06:25 +02:00
swve
acfcea026b feat: assignmentTask creation and switching 2024-07-13 20:03:08 +02:00
swve
6a4e16ec29 feat: init assignments UI and fix bugs 2024-07-12 21:28:50 +02:00
swve
10e9be1d33 feat: create and delete assignment activities from UI 2024-07-12 11:54:33 +02:00
swve
9cf84b959d feat: add assignment activity to new activity modal 2024-07-11 18:37:24 +02:00
swve
01447868a2 feat: add priority for images in onboarding 2024-06-19 18:48:28 +01:00
swve
79da5b8e87 feat: init onboarding 2024-06-19 15:59:52 +01:00
swve
461147eb7b feat: change menu links 2024-06-16 15:03:52 +01:00
swve
b6473947ff feat: new course thumbnail design 2024-06-16 09:32:16 +01:00
swve
c8cff9cbb4 chore: misc improvements 2024-06-15 16:10:42 +01:00
swve
9c1fb565af fix: Empty thumbnail from Editor Bug 2024-06-15 14:13:48 +01:00