You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore(dev): Make S3 mock retain files on exit
I just missed doing this in the PR which migrates to S3. :)
* feat(frontend): Use daisyUI alert component
Makes the `Alert` component use the daisyUI `alert` component. For some
reason the code didn't use it previously. Switching since I think it's
more pretty and looks more consistent.
* feat: Check edit permissions
Adds checks to the backend making sure that the user is allowed to edit
content, and new UI to the frontend which informs the user if they're
not allowed to edit a given slide group.
* feat: Don't show edit buttons when not owner
Hides any buttons for editing slide groups from the slide group options
components when the user isn't allowed to edit it. Previously trying to
interact with them under this condition would have just resulted in an
error. This makes the behavior consistent with when a group is archived.
I also moved the alert boxes to be above the slide group name, and made
it so that the alert that the user can't edit the group isn't shown if
the group is also archived.
0 commit comments