Commit Graph

306 Commits

Author SHA1 Message Date
Fulmine a1056e38b1 im getting tired of these value errors 2022-03-01 12:29:31 +01:00
Fulmine 929987e995 feat: refresh button next to error in lists 2022-03-01 12:29:21 +01:00
Fulmine 50e7e9e200 fix: update alt text 2022-03-01 12:28:33 +01:00
Fulmine 58e446d999 fix(?): don't parse data twice 2022-03-01 11:32:05 +01:00
Jake Fulmine 33ee82efa4 Merge pull request #4 from spiralw/refactor/api
refactor: generalize API library
2022-03-01 10:37:52 +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 28b5f5bc1d publish #8087153 2022-01-23 15:35:52 +01:00
Spectralitree 80871539d9 Merge pull request #2 from spiralw/feat/status-page
add shard status page
2022-01-23 15:34:53 +01:00
spiral e22427ab59 feat: add more spacing to shard popup card 2022-01-23 09:27:37 -05:00
spiral faa645e3b3 feat: use Card to be more UX consistent with the rest of the site 2022-01-23 03:52:11 -05:00
spiral 400918c349 feat: only show one shard's popup at a time 2022-01-23 03:46:54 -05:00
spiral 762ac7c7c4 fix typescript 2022-01-23 03:32:59 -05:00
spiral f48a8d401f feat: show pointer when hovering over clickable shard 2022-01-23 02:49:25 -05:00
spiral 737240d4db feat: update to latest pluralkit API 2022-01-23 02:49:04 -05:00
Spectralitree 141da1ef7b deploy 27a7f73 2022-01-12 10:47:58 +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 3e435c252c tweak(api): make sure data for the constructor is typed instead of any 2022-01-12 10:46:05 +01:00
spiral b6da842206 feat: add shard status page 2022-01-11 22:09:50 -05:00
Spectralitree e897a33c41 deploy 48549d8 2022-01-09 23:20:47 +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 57fc323e1f deploy 70e515a 2022-01-09 16:27:27 +01:00
Spectralitree 70e515ade7 fix: extra space typo 2022-01-09 16:26:31 +01:00
Spectralitree 0f4434d88c Update README.md 2022-01-09 16:24:49 +01:00
Spectralitree 841b3bb469 deploy commit bf294e5 2022-01-09 15:58:17 +01:00
Spectralitree bf294e58a0 feat: proxy tag editing 2022-01-09 15:56:04 +01:00
Spectralitree 230b33d203 fix: remove unused import 2022-01-09 15:55:48 +01:00
Spectralitree b57f5b6cb6 feat(api): proxy tag type 2022-01-09 15:55:23 +01:00
Spectralitree e2a16cd76b feat: group deletion 2022-01-09 15:01:24 +01:00
Spectralitree 1e9fe25355 feat: member deletion 2022-01-09 15:01:17 +01:00
Spectralitree 27226af56e fix: correctly submit a birthday divided by / instead of - 2022-01-09 15:01:03 +01:00
Spectralitree a33d736693 fix: remove typo (extra > in button) 2022-01-09 15:00:16 +01:00
Spectralitree cc1faf8553 feat(api): delete member and group 2022-01-09 14:59:52 +01:00
Spectralitree 72de7910d2 fix: hopefully get rid of more rendering crashing 2021-12-31 19:01:18 +01:00
Spectralitree 96557097a8 fix: display name would show as undefined sometimes?? idk 2021-12-31 19:00:23 +01:00
Spectralitree 74dcfd4ebc deploy fixes 2021-12-31 17:21:49 +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 4287b738f4 deploy 2021-12-31 16:23:42 +01:00
Spectralitree c286aaa0b8 feat: adding member(s) to group(s)! 2021-12-31 16:23:25 +01:00
Spectralitree ff2a6d038d feat(api): adding member(s) to group(s) 2021-12-31 16:23:10 +01:00
Spectralitree 6b24b362da fix: properly update the group list 2021-12-31 16:22:39 +01:00
Spectralitree c0c2d2085e fix: typo (name privacy showed member list) 2021-12-31 16:22:22 +01:00
Spectralitree fdf59f011f fix: remove unused booleans in dash component 2021-12-31 16:21:56 +01:00
Spectralitree 3072896164 fix: no transparent header and footer on dark mode 2021-12-31 16:21:24 +01:00
Spectralitree 7313f1188a fix: remove bottom margin from svelecte dropdown 2021-12-31 16:20:57 +01:00
Spectralitree 9b8962ebeb fix: add overflow hidden back to accordion-collapse
this fix makes svelecte dropdowns' positions static, so they expand the container they're in when opened. if this causes trouble i might change it in the future
2021-12-31 13:33:01 +01:00
Spectralitree 335f373dd1 deploy styling fix 2021-12-30 13:02:26 +01:00