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

Night mode audit #2118

Merged
merged 29 commits into from
May 20, 2024
Merged

Night mode audit #2118

merged 29 commits into from
May 20, 2024

Conversation

laurakwhit
Copy link
Contributor

@laurakwhit laurakwhit commented May 17, 2024

Description & motivation 💭

Audit of color variables and Holocene components to align with designs.

Screenshots (if applicable) 📸

Workflows
Before After
Screenshot 2024-05-17 at 11 34 20 AM Screenshot 2024-05-17 at 12 18 23 PM
Screenshot 2024-05-17 at 11 34 01 AM Screenshot 2024-05-17 at 12 18 44 PM
Workflow detail
Before After
Screenshot 2024-05-17 at 11 33 09 AM Screenshot 2024-05-17 at 11 32 39 AM
Screenshot 2024-05-17 at 11 33 46 AM Screenshot 2024-05-17 at 11 32 23 AM
Screenshot 2024-05-17 at 11 33 21 AM Screenshot 2024-05-17 at 11 31 39 AM
Screenshot 2024-05-17 at 11 33 36 AM Screenshot 2024-05-17 at 11 31 53 AM
Timeline
Before After
Screenshot 2024-05-17 at 11 37 30 AM Screenshot 2024-05-17 at 12 00 36 PM
Screenshot 2024-05-17 at 11 35 28 AM Screenshot 2024-05-17 at 12 01 12 PM

Design Considerations 🎨

Testing 🧪

How was this tested 👻

  • Manual testing
  • E2E tests added
  • Unit tests added

Steps for others to test: 🚶🏽‍♂️🚶🏽‍♀️

Components with significant changes to verify look/work as expected:

Checklists

Draft Checklist

Merge Checklist

Issue(s) closed

DT-2137

Docs

Any docs updates needed?

Copy link

vercel bot commented May 17, 2024

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

Name Status Preview Comments Updated (UTC)
holocene ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 17, 2024 10:10pm

@laurakwhit laurakwhit force-pushed the DT-2137-color-variables-audit branch from 9a8e1ec to 48cf33a Compare May 17, 2024 18:26
@laurakwhit laurakwhit marked this pull request as ready for review May 17, 2024 20:01
@laurakwhit laurakwhit requested review from rossedfort and a team as code owners May 17, 2024 20:01
src/lib/components/workflow-status.svelte Show resolved Hide resolved
src/lib/components/pill.svelte Show resolved Hide resolved
@@ -22,6 +22,6 @@

<style lang="postcss">
.frequency {
@apply flex h-auto max-h-32 flex-col overflow-auto rounded-lg bg-inverse px-2 py-2 font-mono text-sm text-[#e9d5ff];
@apply flex h-auto max-h-32 flex-col overflow-auto rounded-lg bg-spaceBlack px-2 py-2 font-mono text-sm text-[#e9d5ff];
Copy link
Member

Choose a reason for hiding this comment

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

Should we just make spaceBlackblack?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I would but we also have this black that we use.

src/lib/holocene/day-of-week-picker.svelte Outdated Show resolved Hide resolved
Copy link
Contributor

@rossedfort rossedfort left a comment

Choose a reason for hiding this comment

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

This is amazing @laurakwhit great work! I have some questions/comments but nothing major

src/lib/components/pill.svelte Show resolved Hide resolved
src/lib/theme/colors.ts Outdated Show resolved Hide resolved
src/lib/holocene/button.svelte Outdated Show resolved Hide resolved
src/lib/holocene/day-of-week-picker.svelte Outdated Show resolved Hide resolved
src/lib/holocene/icon-button.svelte Show resolved Hide resolved
src/lib/holocene/input/input.svelte Outdated Show resolved Hide resolved
@laurakwhit laurakwhit merged commit 8864e88 into main May 20, 2024
10 checks passed
@laurakwhit laurakwhit deleted the DT-2137-color-variables-audit branch May 20, 2024 15:17
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.

None yet

3 participants