1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-12-23 15:24:21 +00:00
Commit graph

232 commits

Author SHA1 Message Date
bf7e15bd2f Create NotebookDescriptionBox 2021-10-17 01:32:28 +02:00
9ecd6dfaec 🔧 Disable editing a notebook while it's locked or started 2021-10-17 01:32:28 +02:00
35d0383389 🔧 Disable deleting a notebook while it's locked 2021-10-17 01:32:28 +02:00
477efeccc9 🔧 Create useApplyChanges hook 2021-10-17 01:32:28 +02:00
9df848788e 📔 Document SafetyButton 2021-10-17 01:32:28 +02:00
aeeca9736f 🔧 Create useFormSlug hook 2021-10-17 01:32:28 +02:00
9dc9d06185 🔧 Improve validators names 2021-10-17 01:32:28 +02:00
543946fc56 🚧 idk notebook stuff 2021-10-17 01:32:28 +02:00
458ce19a62
💥 Implement group creation, deletion and editing 2021-10-14 03:43:05 +02:00
be4df7daa5
🐛 Fix notebooks in private projects not being returned for the group owner 2021-10-14 03:28:06 +02:00
015de8a40f
🐛 Fix private projects not being returned for the group owner 2021-10-14 03:27:15 +02:00
67d7b9a112
🧹 Fix warnings 2021-10-13 16:24:22 +02:00
7641efa624
🔧 Improve group flow 2021-10-13 05:21:38 +02:00
4d7877feee
🔧 Improve login flow 2021-10-13 05:14:50 +02:00
58b92a8f8f
🔧 Generify DescriptionBox 2021-10-13 05:05:34 +02:00
21ebec42ac
🔧 Add an icon to ResourceDescriptionBox 2021-10-13 04:51:55 +02:00
5896fad3a6
Generify ResourceDescriptionBox 2021-10-13 04:45:53 +02:00
56a75f5ec8
🐛 Prevent mysterious bug on group deletion 2021-10-13 04:29:24 +02:00
9b91068281
🧹 Improve GroupCreateBox code quality 2021-10-13 04:26:01 +02:00
7363521b65
💥 Disallow group members from editing group name and description 2021-10-13 03:52:06 +02:00
4c5b0bd118
🐛 Fix rerenders on every location change 2021-10-13 03:39:38 +02:00
029c3dee38
Add group edit box 2021-10-12 05:27:39 +02:00
ee4d774d99
🐛 Fix fields being read-only with administrator privileges 2021-10-12 05:27:28 +02:00
6c5ef55bc0
Add GroupMembersBox 2021-10-12 04:40:48 +02:00
d22eb70cc6
📔 Document context/cache 2021-10-12 04:16:13 +02:00
264d97bbe5
🔧 Move users list to its own context 2021-10-12 04:12:17 +02:00
7c3eab6e60
🐛 Allow useViewSet and useManagedViewSet to return undefined 2021-10-12 04:03:03 +02:00
3c0c8d1e73
🔧 Simplify GroupDeleteButton 2021-10-12 03:36:29 +02:00
ffacc3e1f4
💥 Improve things here and there 2021-10-12 03:24:55 +02:00
0cdbaf6bb6
💥 Improve GroupResourcePanel 2021-10-12 02:26:27 +02:00
1fe27c2002
Create GroupDescriptionBox 2021-10-12 02:17:54 +02:00
e71884a7f3
🐛 Make POST requests return all fields on creation 2021-10-11 19:24:49 +02:00
ebc6a02206
Add group deletion button for owners of a group 2021-10-11 19:13:32 +02:00
57f283ef74
🔧 Count the owner of the group in its members 2021-10-11 18:53:28 +02:00
c1bf5978ac
🔧 Enable the create button only if all required fields have been filled 2021-10-11 18:50:03 +02:00
55210e1f82
🔧 Draw the error row only if there's a operationError 2021-10-11 18:30:58 +02:00
5dfcfeaa5a
🔧 Make GroupCreateBox collapsible 2021-10-11 18:30:07 +02:00
825621a558
Implement group creation 2021-10-11 18:27:17 +02:00
922476ed74
🔧 Change package name to @steffo/sophon-frontend 2021-10-11 16:58:38 +02:00
eb96c83779
⬆ Update dependencies 2021-10-11 16:58:20 +02:00
b4747a3b5e
🚧 Start working on the GroupCreateBox 2021-10-10 17:40:14 +02:00
1a689d3333
🔧 Make button icons spin while the resource is busy 2021-10-10 17:12:53 +02:00
f7ad614323
🔧 Silence another annoying warning 2021-10-10 17:11:40 +02:00
b4ee807e1a
🔧 Make destroy non-generic 2021-10-10 17:11:17 +02:00
a23e3197ad
🔧 Silence the annoying dependency warning 2021-10-10 17:10:30 +02:00
d919e6d042
Implement group joining and leaving 2021-10-10 17:02:48 +02:00
701e4be2d8
🔧 Support choosing HTTP method in useManagedViewSet 2021-10-10 17:02:35 +02:00
53b62f92ac
🔧 Fix ResourceRouter, as the previous behaviour is no longer needed 2021-10-10 17:02:05 +02:00
54dbb35724
🐛 Return responses instead of raising exceptions 2021-10-10 17:01:37 +02:00
0e4cccc57a
🔧 Return the joined / left group 2021-10-10 16:44:19 +02:00