Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve id column for larger ids #5465

Merged
merged 1 commit into from
Feb 8, 2023
Merged

Conversation

oliver-stoehr
Copy link
Collaborator

@oliver-stoehr oliver-stoehr commented Nov 28, 2022

The id column is now a little bit wider to display ids with up to seven digits on the desktop and the processes list.
In addition the column is now resizable on the processes list.

Id column in processes list

Resolves #3738.

@solth
Copy link
Member

solth commented Nov 29, 2022

Please rebase against master to fix broken Github CI builds!

Copy link
Collaborator

@andre-hohmann andre-hohmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@oliver-stoehr : Thanks! From the user perspective it is OK.

Copy link
Collaborator

@henning-gerhardt henning-gerhardt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good so far as I can tell this :)

@@ -22,7 +22,7 @@
styleClass="default-layout"
var="process">
<p:column headerText="#{msgs.id}"
width="50"
width="70"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know if its possible to move the width declarations here and on the other place to a style sheet property so the adjustment must be done only once and can maybe defined more granular.

@solth solth merged commit cec865d into kitodo:master Feb 8, 2023
@oliver-stoehr oliver-stoehr deleted the 3738 branch February 8, 2023 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ID column to short for big Ids
4 participants