Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: frontend #483

Open
wants to merge 128 commits into
base: main
Choose a base branch
from
Open

Conversation

c0rydoras
Copy link
Collaborator

@c0rydoras c0rydoras commented Oct 2, 2024

  • get rid of adcssy.scss (and all other scss)
  • use adfinis ci (colors)
    • currently toggle-able via ctrl+.
  • support for dark mode
    • currently toggle-able via ctrl+,
  • fix some bugs
    • comments can only be deleted if they exist
    • the save button is disabled if the report is invalid
    • some visual bugs

@c0rydoras c0rydoras force-pushed the refactor/frontend/css branch 3 times, most recently from 3d77b08 to ab8126e Compare October 2, 2024 08:34
@c0rydoras c0rydoras force-pushed the refactor/frontend/css branch 4 times, most recently from e5540ba to 5f4bbee Compare October 2, 2024 10:10
@derrabauke
Copy link
Contributor

Just as a note for later: The same needs to be done for the customer-center

@c0rydoras c0rydoras force-pushed the refactor/frontend/css branch 10 times, most recently from debab36 to 37abeff Compare October 4, 2024 12:18
@c0rydoras c0rydoras force-pushed the refactor/frontend/css branch 8 times, most recently from e5bd6e1 to dc1cf6b Compare October 21, 2024 07:31
@c0rydoras c0rydoras force-pushed the refactor/frontend/css branch 2 times, most recently from aeac3af to 76dc6c8 Compare October 28, 2024 13:35
this introduces the color `foreground-accent` which is meant for highlighting things e.g. in the analysis if you can edit something
also used for highlighting what tab in a NavTabs nav is active and in other places as well
if no color-scheme is saved in localStorage it defaults to the one the user prefers (via media query)
if no theme is saved in localStorage it defaults to old
@c0rydoras c0rydoras force-pushed the refactor/frontend/css branch 2 times, most recently from 18b0c1f to 45e2baf Compare November 25, 2024 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ENHANCEMENT]: Update colors [REFACTOR]: get rid of adcssy.scss
8 participants