-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
feat(files): reduce row height #53968
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
Conversation
Add comprehensive E2E tests for the row height reduction changes in the Files app: - files-row-height-pr-53968.cy.ts: Tests basic row height functionality, interactions, and accessibility - drag-drop-row-height-pr-53968.cy.ts: Tests drag and drop operations with the new dimensions - visual-regression-row-height-pr-53968.cy.ts: Captures screenshots for visual regression testing - performance-edge-cases-pr-53968.cy.ts: Tests performance and edge cases with reduced row height These tests ensure that: - File rows display correctly at 50px height - Icons and text are properly sized and aligned - User interactions (click, hover, select) work as expected - Drag and drop functionality remains intact with updated preview dimensions - Performance is maintained with large file lists - Edge cases and special characters are handled properly - Visual consistency is maintained across different scenarios
susnux
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we instead of 44px just use --clickable-area-large to have this bound to a design variable?
|
|
/compile rebase |
cdfa5b7 to
37f49a3
Compare
Signed-off-by: skjnldsv <[email protected]>
Signed-off-by: skjnldsv <[email protected]>
37f49a3 to
d1f0cee
Compare
|
/compile |
|
/backport d1f0cee to stable31 |
|
/backport d1f0cee to stable30 |
I know but at least its one magic number less 😅 |
Signed-off-by: nextcloud-command <[email protected]>
Summary
Checklist