UA-Smart-Signage-Platform / Content-Manager-System-and-Content-Creator-Tool

Content Manager System and Content Creator Tool developed to facilitate the presentation of information.
GNU General Public License v3.0
1 stars 0 forks source link

Website Aspect: Update table themes to make them consistent for all pages in the UI #173

Open fungame2270 opened 3 months ago

fungame2270 commented 3 months ago

Issue Description

The current visual state of the many tables in the interactive frontend it's not consistent in all pages. The page monitors and the page media have tables with different style when originally it's suppose to be the same style.

Proposed Solution

Creating a file with the table global style in the project src and use it in every table that needs the same design. This solution also makes the codebase easier too work if this style needs to change in the future.

Other Information

The Documentation of React Data Table Component can help in the task.