Actions
dev #1378
open[BUG] : Home page upload files button design issue
Description
Several design-related issues have been identified on the home page. These include inconsistencies in the design of the "Upload Files" button, the link icon's background, and the recent files' thumbnail borders. Below are the required fixes and improvements:
Issues and Tasks¶
-
Upload Files Button
- Problem: Design mismatch in shadow and width.
-
Fix:
- Adjust the button's width to match the updated design specifications.
- Add or modify the shadow to achieve consistency with the overall theme.
-
Icon for "Upload Files" Button
- Problem: Icon needs to be updated to the latest design.
- Fix: Replace the current icon with the specified new icon.
-
Link Icon with Rounded Background
- Problem: Rounded background for the link icon is missing in certain themes or conditions.
- Fix: Add a condition to display a rounded background for the link icon based on the current theme (e.g., dark mode or specific states).
-
Recent Files Thumbnail Border
- Problem: Border around recent files' thumbnails is missing or inconsistent.
- Fix: Add a conditional border to the thumbnail based on the theme or state.
Acceptance Criteria¶
- The "Upload Files" button width and shadow match the design.
- The icon for the "Upload Files" button is updated as per the latest specifications.
- The link icon has a rounded background that dynamically adapts to the theme or condition.
- The recent files' thumbnails display a border conditionally, ensuring consistent appearance across themes.
- All changes are tested for responsiveness and compatibility with both light and dark modes.
Updated by Najmul Hasan over 1 year ago
- Status changed from In Progress to Complete
- % Done changed from 10 to 100
Actions