Commit graph

1040 commits

Author SHA1 Message Date
Prateek Khandelwal
6ad20bddad Migrated Langchain 2024-10-27 16:49:22 +05:30
Badr B.
93c41d02b4
Merge pull request #361 from chrishollandaise/fix/make-left-menu-sticky
Fix: Left menu should always stay on screen where content can be scrolled down farther than the height of the initial screen
2024-10-25 22:10:00 +02:00
Chris Holland
9c41df22da
Merge remote-tracking branch 'origin/dev' into fix/make-left-menu-sticky 2024-10-23 19:55:51 -07:00
swve
ac7d90a3f4 chore: upgrade backend python packages 2024-10-23 19:48:58 +02:00
swve
c8eb73e137 chore: upgrade collaboration npm packages 2024-10-23 19:46:16 +02: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
Eduard-Constantin Ibinceanu
ba6d17827b
Add Tables feature to the Editor (#340)
* Install table extension

* Add the table extension to editor

* Add table button to toolbar

* Fix packages

* Add table icon

* Add table style

* Change table style

* Add buttons to add rows and columns

* Add buttons to remove columns and rows

* Fix resize icon
2024-10-23 19:08:41 +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
Badr B.
e6979ed1b4
Merge pull request #339 from learnhouse/feat/responsive
Mobile version
2024-10-23 15:19:43 +02:00
swve
3014817d95 feat: add mobile dashboard menu, make dashboard pages responsive 2024-10-23 15:17:02 +02:00
swve
56d2007181 feat: make external pages responsive 2024-10-23 12:23:46 +02:00
swve
5056f53c32 fix: chapter deletion bug 2024-10-23 12:23:46 +02:00
swve
0f6b3c0000 feat: make the menu responsive 2024-10-23 12:23:46 +02:00
Chris Holland
6e33a37e98
fix: ensure that left menu always present even when scrolling 2024-10-21 09:50:45 -07:00
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
Badr B.
aaffdee935
Merge pull request #358 from ablazejuk/patch-1
Refactor: extract directory creation into helper function
2024-10-20 15:37:01 +02:00
Andrey Blazejuk
d77ba5376e
Refactor: extract directory creation into helper function 2024-10-20 08:07:51 -03: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
Badr B.
73421331c5
Merge pull request #353 from ntheanh201/fix/352
fix: fix bad request made to course updates endpoint
2024-10-19 01:15:49 +02: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
Badr B.
a7defca2c3
Merge pull request #345 from chrishollandaise/fix/editor-top-firefox
`EditorTop` takes all available space on Firefox-based browsers
2024-10-18 10:18:55 +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
Badr B.
e95a71d22f
Merge pull request #336 from chrishollandaise/fix/upload-file-block-component
[Fix & Refactor] [Editor] Patches several file input edge cases, refactors upload components to use FileUploadBlock
2024-10-13 16:47:05 +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
Badr B.
dd6f6b11b9
Merge pull request #334 from chrishollandaise/chore/update-contributing
chore: fix stale dev doc links, add docker disclaimer
2024-10-13 16:12:30 +02:00
Chris Holland
69468d34c8
refactor/fix: lift file select logic into its own component block 2024-10-12 13:55:13 -07:00
Chris Holland
43c3fc6de5
chore: fix stale dev doc links, add docker disclaimer 2024-10-11 10:31:54 -07:00
Badr B.
eedc5ab329
Merge pull request #320 from learnhouse/feat/editor-and-misc-updates
Editor & quality of life improvements
2024-10-10 23:05:19 +02: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
swve
3f1e9ecb7f fix: 404 error typo 2024-10-10 21:43:16 +02:00
swve
69f1e9d67a chore: update packages 2024-10-10 21:21:22 +02:00
Badr B.
1f35dfdd93
Merge branch 'dev' into feat/editor-and-misc-updates 2024-10-10 21:17:57 +02:00
Badr B.
1b0a4c7f45
Merge pull request #331 from dhanyamd/feat/not-found-modified
NotFound Error page improvements
2024-10-10 17:07:33 +02:00
Dhanya MD
b4e407e132 modified not-found-page 2024-10-10 18:29:42 +05:30
Badr B.
525cd3a050
Merge pull request #327 from learnhouse/fix/self-hosting-issues
Fix recent self-hosting issues
2024-10-06 13:39:05 +02:00
swve
8940f7ebfa fix: increase Nginx header and cookie size limits 2024-10-06 12:46:10 +02:00
swve
f454520972 fix: chapters org_id and course_id issue 2024-10-06 12:40:33 +02:00
swve
4a10f9a858 chore: update and fix frontend packages 2024-10-06 12:40:11 +02:00
Eduard-Constantin Ibinceanu
2f91b75247 Add debounce to mouse event 2024-10-04 16:57:07 +00:00
Eduard-Constantin Ibinceanu
570e2d4496 Create debounce function 2024-10-04 16:56:53 +00:00
Badr B.
54a28637e5
Merge pull request #323 from learnhouse/dependabot/pip/apps/api/openai-1.50.2
chore(deps): bump openai from 1.40.3 to 1.50.2 in /apps/api
2024-10-01 11:42:05 +02:00