Changes:
- Attachment layout improvements: Tooltips for attachments now display correctly even for long names, and long attachment names in the editor no longer disrupt the layout or push other interface elements.
- Fixed comment creation button layout: the button no longer overlaps icons on small screen sizes.
- Fixed task display in the Completed Tasks section on the user’s page: only the current user’s completed tasks are now shown, without tasks from other users.
- Refactor CTaskTimeInput: isMobile has been completely removed, and numeric input on mobile devices has been simplified. value and onChange now work directly with floats. Time format validation has been optimized using a single regular expression.
- Fixed public task access behavior: if the link is invalid or the user lacks access, they are now immediately redirected to a 404 Not Found page instead of encountering a looping session_id_unknown error.
- Refactor task and comment styles: styles for the task page have been converted to modular CSS, with heavy .task and .comment classes split into smaller components. Now, when using subclasses like task_body or comment_content, only the necessary CSS is loaded, speeding up page rendering.
- Mobile layout fixes: filter options on All Hours and All Activities now display correctly. People and Watchers lists are fully visible on both vertical and horizontal screens. The page no longer overflows when adding comments, and project lists and tags remain accessible when creating tasks.
Latest posts by Veronika Tseleva (see all)
- doboard.com updated to version 1.62.0 - September 18, 2025
- doboard.com updated to version 1.61.0 - September 11, 2025
- doboard.com updated to version 1.60.0 - September 3, 2025
doboard.com updated to version 1.59.0