Jason Rasmussen
|
84d824d6a7
|
refactor: library type (#9525)
|
2024-05-20 18:09:10 -04:00 |
|
Ben
|
48b490f5e9
|
feat(web): increase usage of CircleIconButton (#9256)
|
2024-05-04 14:29:50 -04:00 |
|
Ben
|
796c933fb8
|
feat(web,a11y): standardize the FullScreenModal UI (#8566)
* feat(web,a11y): standardize the FullScreenModal look
* consistent header, padding, close button, and radius as BaseModal
* vertically stacking ConfirmDialogue CTA buttons in narrow screens
* adding aria-modal tags for screen reader
* add viewport-specific height limits on modals, to enable scrolling
* prevent focus from being hidden under sticky content in modals
* standardize FullScreenModal widths using a Prop
* wip: consistent padding with header
* fix: alignment on "create user" and "edit user" modals
* fix: horizontal modal content alignment
* fix: create user CTA buttons
* chore: remove unnecessary warning
---------
Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
|
2024-04-08 21:02:09 +00:00 |
|
Daniel Dietzler
|
7b1562c050
|
fix(server): remove isWatched from DTO (#8598)
* fix: remove isWatched
* chore: open api
|
2024-04-08 16:00:08 -04:00 |
|
Jason Rasmussen
|
40262c30cb
|
refactor(server): library service (#8050)
* refactor: library service
* chore: open api
* fix: checks
|
2024-03-18 16:59:53 -04:00 |
|
Michel Heusschen
|
b7e5407822
|
fix(web): small fixes for empty placeholder (#7859)
|
2024-03-11 21:18:47 -04:00 |
|
Jason Rasmussen
|
a41ffb5131
|
feat(web): empty external library placeholder (#7848)
|
2024-03-11 10:29:21 -05:00 |
|
Michel Heusschen
|
5dd11ca17a
|
fix(web): consistent modal escape behavior (#7677)
* fix(web): consistent modal escape behavior
* make onClose optional
|
2024-03-06 22:18:53 -05:00 |
|
Jonathan Jogenfors
|
efa6efd200
|
feat(server,web): remove external path nonsense and make libraries admin-only (#7237)
* remove external path
* open-api
* make sql
* move library settings to admin panel
* Add documentation
* show external libraries only
* fix library list
* make user library settings look good
* fix test
* fix tests
* fix tests
* can pick user for library
* fix tests
* fix e2e
* chore: make sql
* Use unauth exception
* delete user library list
* cleanup
* fix e2e
* fix await lint
* chore: remove unused code
* chore: cleanup
* revert docs
* fix: is admin stuff
* table alignment
---------
Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
|
2024-02-29 12:35:37 -06:00 |
|