adfinis / timed

Monorepo for the Timed time-tracking application
GNU Affero General Public License v3.0
4 stars 5 forks source link

[REFACTOR]: get rid of adcssy.scss #256

Open c0rydoras opened 1 month ago

c0rydoras commented 1 month ago

What to refactor

stuff in adcssy.scss

Why refactor it

its not maintainable

How to refactor it

  1. find replacement e.g. uikit which we use in our other projects
  2. rewrite easy parts to uikit
  3. ensure there are no visual regressions
  4. merge, be happy, more maintainable

Required

MitanOmar commented 1 month ago

@c0rydoras what are you trying to fix ?

c0rydoras commented 1 month ago

Timed

derrabauke commented 1 month ago

Very good point! Let's do that. You could use https://github.com/garris/ember-backstop or https://github.com/percy/percy-ember to test for visual regression. It runs locally as well, I you don't want to set it up permanently.