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(theme): background color #537

Merged
merged 9 commits into from
Nov 13, 2022
Merged

feat(theme): background color #537

merged 9 commits into from
Nov 13, 2022

Conversation

devrsi0n
Copy link
Owner

@devrsi0n devrsi0n commented Nov 6, 2022

Description

New background theme
image

Primary color improvements
image

Related Issue

Closes #523

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Checklist

  • Unit tests and integration tests passed
  • No reduction in test coverage
  • Documentation is up to date (if appropriate)
  • Related issues linked using fixes #number

@vercel
Copy link

vercel bot commented Nov 6, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
chirpy ✅ Ready (Inspect) Visit Preview Nov 13, 2022 at 2:54AM (UTC)

@changeset-bot
Copy link

changeset-bot bot commented Nov 6, 2022

⚠️ No Changeset found

Latest commit: 68321c0

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@devrsi0n devrsi0n changed the title fix: remove lodash from frontend feat(theme): background color Nov 6, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Nov 6, 2022

Coverage report for ./apps/main

St.
Category Percentage Covered / Total
🔴 Statements 4.33% 40/924
🔴 Branches 3.49% 9/258
🔴 Functions 2.11% 5/237
🔴 Lines 4.39% 38/866

Test suite run success

2 tests passing in 2 suites.

Report generated by 🧪jest coverage report action from 68321c0

@github-actions
Copy link
Contributor

github-actions bot commented Nov 6, 2022

Coverage report for ./packages/ui

Branches coverage not met for global: expected >=26%, but got 25.828220858895705%

St.
Category Percentage Covered / Total
🔴 Statements
52.47% (-0.38% 🔻)
2315/4412
🔴 Branches
25.83% (-0.48% 🔻)
421/1630
🔴 Functions
35.27% (+0.23% 🔼)
444/1259
🔴 Lines
52.6% (-0.33% 🔻)
2203/4188
Show new covered files 🐣
St.
File Statements Branches Functions Lines
🔴 utilities/dom.ts 0% 0% 0% 0%
🟢
... / index.ts
100% 100% 100% 100%
🟢
... / color-mode-select.tsx
100% 100% 100% 100%
🔴 utilities/object.ts 0% 0% 0% 0%
🟡
... / color-picker.tsx
62.5% 100% 62.5% 62.5%
Show files with reduced coverage 🔻
St.
File Statements Branches Functions Lines
🟡
... / theme-editor.tsx
68.29% (-6.71% 🔻)
28.57% (-54.76% 🔻)
33.33% (-33.33% 🔻)
70% (-7.14% 🔻)
🔴
... / utilities.ts
23.53% (+23.53% 🔼)
0% (-100% 🔻)
50% (+50% 🔼)
25.53% (+25.53% 🔼)
🟢
... / colors.tsx
92.86% (-7.14% 🔻)
75% (-25% 🔻)
83.33% (-16.67% 🔻)
100%

Test suite run success

50 tests passing in 32 suites.

Report generated by 🧪jest coverage report action from 68321c0

@relativeci
Copy link

relativeci bot commented Nov 12, 2022

Job #1138: Bundle Size — 2.74MiB (0%).

4755a8c(current) vs 4755a8c main#1132(baseline)

Metrics (1 change)
                 Current
Job #1138
     Baseline
Job #1132
Initial JS 1.45MiB 1.45MiB
Initial CSS 85.1KiB 85.1KiB
Cache Invalidation 0% 92.75%
Chunks 49 49
Assets 58 58
Modules 996 996
Duplicate Modules 166 166
Duplicate Code 3.93% 3.93%
Packages 85 85
Duplicate Packages 1 1
Total size by type (no changes)
                 Current
Job #1138
     Baseline
Job #1132
CSS 88.17KiB 88.17KiB
Fonts 0B 0B
HTML 0B 0B
IMG 976B 976B
JS 2.64MiB 2.64MiB
Media 0B 0B
Other 11.37KiB 11.37KiB

View job #1138 reportView prod branch activity

@cypress
Copy link

cypress bot commented Nov 12, 2022



Test summary

7 0 0 0Flakiness 0


Run details

Project chirpy
Status Passed
Commit 68321c0
Started Nov 13, 2022 2:55 AM
Ended Nov 13, 2022 2:57 AM
Duration 01:42 💡
OS Linux Ubuntu - 20.04
Browser Chrome 107

View run in Cypress Dashboard ➡️


This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

@devrsi0n devrsi0n merged commit 4755a8c into main Nov 13, 2022
@devrsi0n devrsi0n deleted the feat/theme/background-color branch November 13, 2022 03:40
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.

Allowing theming background
1 participant