Skip to content

fix: Remove CSS overrides for material-ui #1444

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

Closed
wants to merge 1 commit into from
Closed

Conversation

kylecarbs
Copy link
Member

This hopefully removes some debt, and doesn't mess up
styling too much!

This hopefully removes some debt, and doesn't mess up
styling too much!
@kylecarbs kylecarbs self-assigned this May 13, 2022
@kylecarbs kylecarbs requested a review from a team as a code owner May 13, 2022 22:32
@codecov
Copy link

codecov bot commented May 13, 2022

Codecov Report

Merging #1444 (abde75b) into main (50ad2f8) will increase coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #1444      +/-   ##
==========================================
+ Coverage   67.10%   67.12%   +0.01%     
==========================================
  Files         291      290       -1     
  Lines       19527    19518       -9     
  Branches      258      256       -2     
==========================================
- Hits        13104    13101       -3     
+ Misses       5073     5070       -3     
+ Partials     1350     1347       -3     
Flag Coverage Δ
unittest-go-macos-latest 54.23% <ø> (-0.07%) ⬇️
unittest-go-postgres- 65.62% <ø> (+0.11%) ⬆️
unittest-go-ubuntu-latest 56.56% <ø> (+0.01%) ⬆️
unittest-go-windows-2022 52.64% <ø> (-0.01%) ⬇️
unittest-js 74.62% <ø> (-0.12%) ⬇️
Impacted Files Coverage Δ
site/src/theme/theme.ts 100.00% <ø> (ø)
provisionersdk/serve.go 35.13% <0.00%> (-8.11%) ⬇️
peer/conn.go 78.86% <0.00%> (-2.95%) ⬇️
cli/cliui/provisionerjob.go 76.42% <0.00%> (-2.15%) ⬇️
provisionerd/provisionerd.go 78.04% <0.00%> (+0.53%) ⬆️
coderd/provisionerdaemons.go 64.48% <0.00%> (+1.17%) ⬆️
agent/agent.go 67.76% <0.00%> (+1.23%) ⬆️
provisioner/echo/serve.go 56.80% <0.00%> (+2.39%) ⬆️
peerbroker/listen.go 87.39% <0.00%> (+3.36%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 50ad2f8...abde75b. Read the comment docs.

Copy link
Contributor

@greyscaled greyscaled left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This breaks a few things, and I feel that it overlaps with #803 (TL:DR - Adjusting the theme to be dark only, including adjustments that are needed in all pages/components).

Since there's a lot of pieces here, and it's not on CE scope to remove the overrides, I suggest we use the chromatic build here as a reference point and hand-off to @Kira-Pilot for #803 and its concerns.

The goal can be to solve these incrementally (whether it's with #803 or after, so as to avoid doubling up on style work or creating conflict) for minimal risk.

I captured these thoughts in #1449

@misskniss misskniss added this to the V2 Beta milestone May 15, 2022
@Kira-Pilot
Copy link
Member

I captured these thoughts in #1449

Going to go ahead and put my name on that one.

@kylecarbs
Copy link
Member Author

This is done as part of the redesign in #1450!

@misskniss misskniss modified the milestones: V2 Beta, Community MVP May 16, 2022
@misskniss misskniss removed the V2 BETA label May 16, 2022
@kylecarbs
Copy link
Member Author

Superseded by #1450

@kylecarbs kylecarbs closed this May 17, 2022
@kylecarbs kylecarbs deleted the rmoverrides branch May 17, 2022 04:52
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.

4 participants