Commit graph

84 commits

Author SHA1 Message Date
swve
bfd27ef6e3 feat: Init explore metadata features & redesign org settings panel 2024-12-18 01:04:11 +01:00
swve
734cf072ad fix: login button issues 2024-11-30 13:50:22 +01:00
swve
9929edffc0 fix: Couldn't update course's details when it is in "users only" access mode #389 2024-11-28 22:20:48 +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
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
93c0838fab fix: webhooks issues 2024-11-10 15:42:55 +01:00
swve
a8ba053447 feat: use stripe connect for payments 2024-11-09 16:54:43 +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
d8913d1a60 feat: improve course creation UI 2024-10-31 19:24:54 +01:00
swve
f0aeb4605c feat: add ability to link courses to products 2024-10-31 19:24:31 +01:00
swve
3f96f1ec9f feat: add user choosen custom prices 2024-10-31 16:12:32 +01:00
swve
bf38fee68b fix: conflicts and upgrades 2024-10-30 23:52:39 +01:00
swve
416c3a4afc feat: init stripe utils 2024-10-30 23:41:25 +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
Badr B.
94c2ed50ab
Merge pull request #367 from chrishollandaise/fix/limit-inputs-accept-values
fix: file inputs limit to their respective file formats
2024-10-27 20:29:08 +01:00
Badr B.
de10fb4969
Merge pull request #373 from Benjamin-Frost/fix/350-long-email-invite
Fix Long User Input Leads To Overflow
2024-10-27 20:18:08 +01:00
Benjamin Frost
7a7e12cd11 fix: long user input leads to overflow 2024-10-24 09:09:34 +02:00
Chris Holland
3430cfdb3a
chore: merge with dev 2024-10-23 20:06:17 -07:00
Chris Holland
9c41df22da
Merge remote-tracking branch 'origin/dev' into fix/make-left-menu-sticky 2024-10-23 19:55:51 -07:00
Badr B.
0c905d9d8f
Merge pull request #369 from chrishollandaise/feat/usergroup-edit-button
Edit UserGroups Metadata
2024-10-23 19:14:04 +02:00
Chris Holland
4b87072a5b
feat: add a way to for user to update a usergroups name,description 2024-10-23 07:20:53 -07:00
swve
3014817d95 feat: add mobile dashboard menu, make dashboard pages responsive 2024-10-23 15:17:02 +02:00
Chris Holland
b678ac86e8
fix: inputs limit to their respective file formats 2024-10-22 15:26:46 -07:00
Chris Holland
6e33a37e98
fix: ensure that left menu always present even when scrolling 2024-10-21 09:50:45 -07: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
swve
cc68ea2e94 feat: add unsplash image chooser for courses thumbnails 2024-10-10 22:06:27 +02:00
swve
aecf03404f feat: init org thumbnails creation & edition & redesign dash org config page 2024-09-27 11:03:33 +02:00
swve
c68fa66ff8 feat: Add loading toasts 2024-08-13 18:13:58 +02:00
swve
6cb738a8a2 feat: update activity publish state in assignment page 2024-08-12 19:29:38 +02:00
swve
28a2456d69 feat: migrate orgconfig model across the app 2024-08-11 15:46:14 +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
182cd73001 feat: Remove unused imports and update some packages 2024-07-18 00:36:58 +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
0fb213ee4e fix: Error when you try to edit a course from a button 2024-06-14 00:46:12 +01:00