41 Commits

Author SHA1 Message Date
Fulmine
3c37e63aa2 turn "view page" buttons into proper links
I got tired of not being able to ctrl+click to open in a new tab
2022-03-19 18:14:38 +01:00
Fulmine
379120ab51 fix member and group page border settings breaking 2022-03-19 13:27:21 +01:00
Fulmine
8c2c2747ad group pages! 2022-03-19 13:10:14 +01:00
Fulmine
e4142a9762 Allow for editing groups for now 2022-03-19 12:42:28 +01:00
Fulmine
9bf2a2bb68 dont allow group editing from member pages 2022-03-19 11:45:25 +01:00
Fulmine
5a43a38bb7 fix: only show create member if the page is public 2022-03-02 16:49:07 +01:00
Fulmine
2012e9484b feat: creating groups! 2022-03-02 10:57:04 +01:00
Fulmine
730df46a03 feat: updated privacy for groups 2022-03-02 10:56:48 +01:00
Fulmine
929987e995 feat: refresh button next to error in lists 2022-03-01 12:29:21 +01:00
spiral
e74b5e1c13
refactor: generalize API library 2022-02-01 15:24:45 -05:00
Spectralitree
6d2fa78767 fix: use spread syntax when updating groups in browser after edit
After editing a group, there would be no members in the group member list anymore. Turns out I was overwriting the member list when patching a group. oops.
2022-01-26 21:06:50 +01:00
Spectralitree
27a7f73cc7 fix: only pass values that are used to edit components 2022-01-12 10:47:13 +01:00
Spectralitree
2bcaabc5ae tweak: change avatar url to icon for groups 2022-01-12 10:46:49 +01:00
Spectralitree
48549d8e2b tweak: move visibility privacy setting to be last
this is more consistent with the member privacy settings
2022-01-09 23:19:31 +01:00
Spectralitree
2c187bac71 fix: avoid rendering crash when changing privacy settings sometimes 2022-01-09 23:18:49 +01:00
Spectralitree
70e515ade7 fix: extra space typo 2022-01-09 16:26:31 +01:00
Spectralitree
e2a16cd76b feat: group deletion 2022-01-09 15:01:24 +01:00
Spectralitree
96557097a8 fix: display name would show as undefined sometimes?? idk 2021-12-31 19:00:23 +01:00
Spectralitree
cdd9c664fc fix: tabbing between edit panel and group list panel crashes rendering 2021-12-31 17:17:40 +01:00
Spectralitree
728740a429 fix: typo (extra > in button when loading) 2021-12-31 17:17:02 +01:00
Spectralitree
c286aaa0b8 feat: adding member(s) to group(s)! 2021-12-31 16:23:25 +01:00
Spectralitree
c7da3b749a fix: some random error that i cant properly reproduce but still can fix 2021-12-30 10:23:03 +01:00
Spectralitree
85a758ee15 feat: move loading spinner from top of card to submit button 2021-12-30 10:22:08 +01:00
Spectralitree
5f372f50cf feat: search for items without desc or display name in lists 2021-12-30 08:27:52 +01:00
Spectralitree
625dcd787a fix: remove some unused imports 2021-12-30 08:23:50 +01:00
Spectralitree
73dd8b05f3 fix: unique target names for member and group filter tooltips 2021-12-29 10:26:36 +01:00
Spectralitree
83623eed54 feat: more easily readable group member lists 2021-12-29 10:23:46 +01:00
Spectralitree
c8d073d44a fix: remove highlight from svelecte elements 2021-12-21 00:21:46 +01:00
Spectralitree
af9380365d feat: member list in groups 2021-12-21 00:20:55 +01:00
Spectralitree
8a6c26696f feat: filtering members & groups based on if they are in no group 2021-12-21 00:20:25 +01:00
Spectralitree
a1c44ea3c6 fix: newlines on group display names 2021-12-21 00:18:59 +01:00
Spectralitree
00bcf4c7a1 fix: inconsistent button coloring 2021-12-21 00:18:44 +01:00
Spectralitree
535966560c feat: group privacy editing 2021-12-19 19:10:39 +01:00
Spectralitree
9a7da2896e fix: check if creation date isn't null when sorting 2021-12-19 15:19:43 +01:00
Spectralitree
90f5d63959 feat: dynamic icons based on visibility in lists 2021-12-19 14:24:21 +01:00
Spectralitree
479876a0f1 fix: margins for the refresh button in lists 2021-12-19 12:02:38 +01:00
Spectralitree
d87b16014f fix: fix group list not updating when group gets edited 2021-12-19 12:01:55 +01:00
Spectralitree
9d3bbc7e5c feat: group editing! 2021-12-19 09:53:13 +01:00
Spectralitree
5c0403e883 feat: filtering members by groups and vice versa! 2021-12-19 00:58:55 +01:00
Spectralitree
a048c9dab3 feat: beginnings of a proper card for groups 2021-12-19 00:58:22 +01:00
Spectralitree
537a4d45cc some stuff 2021-12-18 20:10:02 +01:00