Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat(site): bring back dark blue#11071

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
aslilac merged 2 commits intomainfrombbdb
Dec 8, 2023
Merged

feat(site): bring back dark blue#11071

aslilac merged 2 commits intomainfrombbdb
Dec 8, 2023

Conversation

aslilac
Copy link
Member

@aslilacaslilac commentedDec 6, 2023
edited
Loading

We've had feedback that some people miss the dark blue, and this is an easier first target for adding a theme switcher than light mode, so lets bring it back!

It's currently inaccessible, because it will need#11069 for persistence and another PR to actually introduce a setting for it to the app. This PR mostly exists to make that later PR more reviewable, by keeping its diff simpler.

Notable changes:

  • No more importing theme/colors! Colors need to be tweakable from theme to theme, and should be a part of the theme itself

  • Addtheme.colors to replace the old globally importable module, and switch everyone over

  • Duplicate theme/dark, with minor modifications, giving us theme/darkBlue

  • Actually fixes a minor visual bug where our buttons and inputs haven't been using Inter 💀

  • Some other small things snuck in because I never have any self control about those

Don't let the big line count scare you! Most of it is from moving/duplicating files without actually changing much!

@aslilacaslilac requested review froma team andKira-Pilot and removed request fora teamDecember 6, 2023 21:49
@@ -32,7 +31,7 @@ export interface LicenseBannerViewProps {
warnings: string[];
}

export const LicenseBannerView:React.FC<LicenseBannerViewProps> = ({
export const LicenseBannerView: FC<LicenseBannerViewProps> = ({
Copy link
Member

Choose a reason for hiding this comment

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

Do you know of a way to get our linter to enforce this?

Copy link
MemberAuthor

@aslilacaslilacDec 8, 2023
edited
Loading

Choose a reason for hiding this comment

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

no, I wish 😪

Copy link
Member

@Kira-PilotKira-Pilot left a comment

Choose a reason for hiding this comment

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

Sorry for the delayed review! Pulled it down and poked around - looks great!

@aslilacaslilac merged commitebd6c1b intomainDec 8, 2023
@aslilacaslilac deleted the bbdb branchDecember 8, 2023 21:38
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsDec 8, 2023
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@Kira-PilotKira-PilotKira-Pilot approved these changes

Assignees

@aslilacaslilac

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@aslilac@Kira-Pilot

[8]ページ先頭

©2009-2025 Movatter.jp