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

feat(css): Move popup themes into a single file using CSS variables #623

Merged
merged 2 commits into from
Jul 20, 2021

Conversation

melink14
Copy link
Owner

The process exposed some minor consistency issues so this refactor has minor user visible changes.

Fixes #222

@codecov
Copy link

codecov bot commented Jul 20, 2021

Codecov Report

Merging #623 (09b1b47) into main (d0f0ea7) will increase coverage by 2.73%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #623      +/-   ##
==========================================
+ Coverage   38.89%   41.62%   +2.73%     
==========================================
  Files           7        7              
  Lines        2900     2897       -3     
  Branches       46       53       +7     
==========================================
+ Hits         1128     1206      +78     
+ Misses       1772     1691      -81     
Impacted Files Coverage Δ
extension/rikaicontent.ts 47.27% <100.00%> (+6.07%) ⬆️

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 d0f0ea7...09b1b47. Read the comment docs.

The process exposed some minor consistency issues so this refactor has minor user visible changes.

Fixes #222
@melink14 melink14 force-pushed the melink14/issue222/Refactor-CSS-to-avoid-duplication branch from 24218df to 30a6488 Compare July 20, 2021 09:34
@melink14 melink14 merged commit 75241b5 into main Jul 20, 2021
@melink14 melink14 deleted the melink14/issue222/Refactor-CSS-to-avoid-duplication branch July 20, 2021 11:34
melink14 pushed a commit that referenced this pull request Jul 20, 2021
## [2.1.0](v2.0.1...v2.1.0) (2021-07-20)

### Features

* **css:** Move popup themes into a single file using CSS variables ([#623](#623)) ([75241b5](75241b5)), closes [#222](#222)
* **popup:** Explicilty sets rikaikun to horizontal writing mode ([#624](#624)) ([5fae815](5fae815)), closes [#613](#613)
* Set `offline_enabled` to true in extension manifest ([#612](#612)) ([202aeac](202aeac)), closes [#429](#429)

### Bug Fixes

* **dict:** Update dictionaries to latest versions. ([#620](#620)) ([9a67cb1](9a67cb1))
@melink14
Copy link
Owner Author

🎉 This PR is included in version 2.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor CSS to avoid duplication
1 participant