eAPD icon indicating copy to clipboard operation
eAPD copied to clipboard

[Dev] Research Ways To Improve The Frontend Layout

Open thetif opened this issue 4 years ago • 1 comments

Evaluate the frontend components and layout(s) to determine what could be done in regard to:

  • Improving maintainability (ex. Easy to add simple items without re-structuring the page)
  • More flexibility (ie. improve the layout at different sizes)
    • Additional notes
      • Login box doesn't stay centered when resizing the window
      • Consider using flexbox or grid
      • Consider dropping the fixed header
  • Housekeeping our React components
    • Remove old unused ones, rename ones, combine ones where appropriate

This task is done when…

  • [ ] The above points are evaluated
  • [ ] an epic and tickets have been created to implement the restructuring

thetif avatar Feb 23 '21 22:02 thetif

Playing around with making most pages full-width worked pretty well in my limited testing. That should be explored further in this ticket.

tbolt avatar Jun 01 '22 20:06 tbolt