mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 16:25:55 +03:00
[GH-ISSUE #1070] [FEATURE REQUEST] Button for creating a new User on top of List #384
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#384
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Valgaroo on GitHub (Jan 5, 2025).
Original GitHub issue: https://github.com/lldap/lldap/issues/1070
It is annoying to scroll down the list of users to create a new one.
I suggest moving the button to the top.
@nitnelave commented on GitHub (Jan 17, 2025):
How about a button both at the top and bottom? Or a button that's at the bottom of the screen, but always visible (on top of the list)?
I'm not a web dev, so I don't know how to make that last one, but if you can give me some html/js/css to do that, we can probably integrate it.
@kapsh commented on GitHub (Jan 26, 2025):
@nitnelave please don't do floating over content buttons. This android trend thankfully died in the desktop web already. Simply moving "create user/group" button on top of the list would play better overall: with 3-5 users/groups it won't change layout much and will save a click with large user/group count.
It is also possible to get a bit more of vertical space with this style or maybe some similar Bootstrap class to squish footer which is too thick:
@nitnelave commented on GitHub (Apr 25, 2025):
I put a button at the top and at the bottom.
Note that there's a (framework, I think) bug: when you switch from the users page to the groups page, both "create a group" buttons show up at the bottom of the page, instead of one at the top and one at the bottom.