-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
fix(files): make sure mtime row is wide enough #53993
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
skjnldsv
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.
Nice catch!!
|
There's probably many other areas where we used this multiplication for the column width that needs adjusting |
szaimen
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.
LGTM from the screenshot but didnt test
Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
- Add comprehensive E2E tests for mtime column width fix - Test visual display and layout integrity of modification time column - Test business workflows requiring clear visibility of file modification times - Test accessibility compliance and internationalization support - Test edge cases, performance, and responsive behavior - Ensure mtime column width (2.5x row height) properly displays timestamps These tests verify that the increased mtime column width from PR nextcloud#53993 properly accommodates various date/time formats across different locales and screen sizes, supporting critical business workflows like: - Document collaboration and version tracking - Audit trail visibility for compliance - File synchronization conflict resolution - Batch operations based on modification times
- Add comprehensive file sharing workflow tests - Add collaboration and multi-user workflow tests - Add AI assistant integration tests - Add system processes and background job tests - Include proper test cleanup and documentation These E2E tests cover key Nextcloud business workflows including: - User-to-user and public file sharing with permissions - Collaborative folder sharing and activity tracking - AI/LLM features (text processing, translation, image generation) - Background jobs, versioning, and system maintenance - Notification processing and dashboard functionality
Summary
As the row height was reduced this also reduced the width of the column, making it too narrow.
Checklist