[GH-ISSUE #1070] [FEATURE REQUEST] Button for creating a new User on top of List #384

Closed
opened 2026-02-27 08:16:59 +03:00 by kerem · 3 comments
Owner

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.

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.
Author
Owner

@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.

<!-- gh-comment-id:2598158271 --> @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.
Author
Owner

@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:

footer {
    display: flex;
    justify-content: space-evenly;
}
<!-- gh-comment-id:2614331053 --> @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: ```css footer { display: flex; justify-content: space-evenly; } ```
Author
Owner

@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.

<!-- gh-comment-id:2829529125 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/lldap-lldap#384
No description provided.