|
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 |
|
|
7fa476a86d
|
🔧 Store authorization data in localStorage
|
2021-10-10 16:34:09 +02:00 |
|
|
839a62cf5a
|
🔧 Default to PATCH for commands and actions
|
2021-10-10 16:10:59 +02:00 |
|
|
7f49644a25
|
🐛 Fix wrong url being generated for actions
|
2021-10-10 16:10:10 +02:00 |
|
|
bc701ade24
|
🔧 Make ResourcePanel buttons fixed width
|
2021-10-10 16:02:08 +02:00 |
|
|
461d353c69
|
✨ Add command and action to useManagedViewSet
|
2021-10-10 16:01:43 +02:00 |
|
|
4f9ee37fb2
|
🔧 Swap button location in AuthorizationLogoutBox
|
2021-10-08 17:02:02 +02:00 |
|
|
1bb09cc0e5
|
🔧 Change login flow
|
2021-10-07 20:38:57 +02:00 |
|
|
3d42add8d8
|
🔧 Add status text to the GroupListBox
|
2021-10-07 19:35:52 +02:00 |
|
|
955aa52503
|
🔧 Add status text to the ProjectListBox
|
2021-10-07 19:33:58 +02:00 |
|
|
5e74e9b8d7
|
🔧 Add status text to the NotebookListBox
|
2021-10-07 19:33:19 +02:00 |
|
|
161c154918
|
🔧 Add flavour text to NotebookListBox
|
2021-10-07 18:47:43 +02:00 |
|
|
c7d6aa4797
|
🔧 Remove instance name from GroupListBox
|
2021-10-07 18:44:13 +02:00 |
|
|
94156a1e56
|
🔧 Add flavour text to ProjectListBox
|
2021-10-07 18:43:37 +02:00 |
|
|
efd3c10d75
|
🔧 Add flavour text to GroupListBox
|
2021-10-07 18:36:20 +02:00 |
|
|
34836e5763
|
✨ Create NotebookListBox and NotebookResourcePanel and NotebookRouter
|
2021-10-07 05:32:38 +02:00 |
|
|
5280f2d432
|
✨ Create ProjectListBox and ProjectResourcePanel
|
2021-10-07 05:25:53 +02:00 |
|
|
1cc229730c
|
✨ Create ProjectRouter
|
2021-10-07 05:17:45 +02:00 |
|
|
ce57ea43b9
|
💥 Walk to hell and back to type ResourceRouter and it turned out it wasn't possible
|
2021-10-07 05:06:31 +02:00 |
|
|
af04e9f597
|
🤔 Add a TODO to GroupListBox
|
2021-10-07 02:42:46 +02:00 |
|
|
0552c02197
|
✨ Create GroupListBox
|
2021-10-07 02:36:49 +02:00 |
|
|
30d8ec11a2
|
✨ Create GroupRouter
|
2021-10-07 02:14:34 +02:00 |
|
|
3883d8fd23
|
🔧 useAuthorizedAxios in the useViewSet hook
|
2021-10-07 02:00:23 +02:00 |
|
|
6124764c38
|
🧹 Remove unused interface
|
2021-10-07 01:56:53 +02:00 |
|
|
a2e391e33a
|
🧹 Remove unnecessary dependencies from canLogin
|
2021-10-07 01:56:40 +02:00 |
|
|
91cb8fa456
|
🐛 Fix highlighting of the LoginBox while logging in
|
2021-10-07 01:56:17 +02:00 |
|
|
3225144010
|
🐛 Add trailing slash to /api/core/instance/
|
2021-10-07 01:52:35 +02:00 |
|