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: remove dark blue theme#14890

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 intocoder:mainfromzxt-tzx:feat/rm-dark-blue
Oct 2, 2024
Merged
Show file tree
Hide file tree
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
fix: add migration, PR comments
  • Loading branch information
@zxt-tzx
zxt-tzx committedOct 2, 2024
commitf68e15e09d2eadc60e24b08b1288fd96f6119fe1
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
-- Nothing to restore
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
UPDATE users SET theme_preference = '' WHERE theme_preference = 'darkBlue';
32 changes: 32 additions & 0 deletionssite/src/pages/UsersPage/storybookData/users.ts
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -336,6 +336,22 @@ export const MockUsers: User[] = [
},
],
},
{
id: "59da0bfe-9c99-47fa-a563-f9fdb18449d0",
created_at: "2022-08-15T08:30:10.343828Z",
updated_at: "2024-09-05T12:27:22.098297Z",
last_seen_at: "2024-09-05T12:27:22.098297Z",
status: "active",
login_type: "oidc",
theme_preference: "dark",
organization_ids: ["703f72a1-76f6-4f89-9de6-8a3989693fe5"],
roles: [
{
name: "owner",
display_name: "Owner",
},
],
},
{
id: "12b03f43-1bb7-4fca-967a-585c97f31682",
created_at: "2022-08-10T15:35:20.553581Z",
Expand DownExpand Up@@ -400,6 +416,22 @@ export const MockUsers: User[] = [
},
],
},
{
id: "c323e5c3-57cb-45e7-81c4-56d6cacb2f8c",
created_at: "2024-03-04T11:12:41.201352Z",
updated_at: "2024-09-05T07:24:39.32465Z",
last_seen_at: "2024-09-05T07:24:39.324649Z",
status: "active",
login_type: "oidc",
theme_preference: "dark",
organization_ids: ["703f72a1-76f6-4f89-9de6-8a3989693fe5"],
roles: [
{
name: "owner",
display_name: "Owner",
},
],
},
{
id: "9e7815af-bc48-435a-91c7-72dcbf26f036",
created_at: "2024-05-24T14:53:53.996555Z",
Expand Down
2 changes: 1 addition & 1 deletionsite/src/theme/index.ts
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -33,6 +33,6 @@ export const DEFAULT_THEME = "dark";
const theme = {
dark,
light,
} satisfies Record<"dark" | "light", Theme>;
} satisfies Record<string, Theme>;

export default theme;
Loading

[8]ページ先頭

©2009-2025 Movatter.jp