Skip to content

Commit

Permalink
Merge pull request #89 from FedeIlLeone/enhancements
Browse files Browse the repository at this point in the history
User profiles, mod view and other enhancements
  • Loading branch information
LuckFire authored Jul 9, 2024
2 parents 4b6ca4d + cdbdb67 commit 0a8ce45
Show file tree
Hide file tree
Showing 20 changed files with 1,163 additions and 395 deletions.
395 changes: 294 additions & 101 deletions clients/amoled-cord.theme.css

Large diffs are not rendered by default.

395 changes: 294 additions & 101 deletions clients/amoled-cord.user.css

Large diffs are not rendered by default.

395 changes: 294 additions & 101 deletions src/amoled-cord.css

Large diffs are not rendered by default.

321 changes: 256 additions & 65 deletions src/core/_variables.scss

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/theme/_index.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@forward 'app';
@forward 'chat';
@forward 'inputs';
@forward 'guilds';
@forward 'inputs';
@forward 'members';
@forward 'modals';
@forward 'overlay';
Expand Down
1 change: 0 additions & 1 deletion src/theme/app/_index.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@forward 'loading';
// @forward 'notice';
// @forward 'scrollerbar';
@forward 'sliders';
@forward 'toolbar';
3 changes: 3 additions & 0 deletions src/theme/chat/_forums.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
.mainCard_a6d69a, .container_a03b48, .container_ddbb27, .container_a039eb {
background-color: var(--background-tertiary);
}
.matchingPostsRow_a6d69a {
background-color: var(--background-secondary);
}
.loadingCard_a6d69a {
background-color: var(--background-tertiary);
}
Expand Down
11 changes: 3 additions & 8 deletions src/theme/chat/_messages.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
:is(.theme-dark, .theme-midnight) #app-mount {
// Message Items
.messageListItem_d5deea:hover {
background-color: rgba(255, 255, 255, 0.015);
}
// Gifts
.tile_ab47a1 {
background-color: var(--background-secondary);
&:hover {
background-color: var(--background-modifier-hover);
}
.invalidPoop_ff31dd {
background-color: var(--background-secondary-alt);
}
Expand All @@ -23,10 +22,6 @@
outline-color: var(--background-secondary-alt);
}

.answerInner_cf2c85 {
background-color: var(--background-primary);
}

.normalStylesDefault_b5cb3c .votePercentageBar_cf2c85 {
background-color: var(--background-secondary-alt);
}
Expand Down
7 changes: 0 additions & 7 deletions src/theme/chat/_onboarding.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
:is(.theme-dark, .theme-midnight) #app-mount .chat_a7d72e {
// Roles
.container_f1fd9c,
.container_c2efea,
.header_f1fd9c,
.scrollerContainer_c6b11b,
.emptyPage_c6b11b {
background-color: transparent;
}
.prompt_c6b11b {
background-color: var(--background-tertiary);
.selected_bd5e1f {
Expand Down
1 change: 1 addition & 0 deletions src/theme/inputs/_index.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
@forward 'buttons';
@forward 'keybinds';
@forward 'sliders';
2 changes: 1 addition & 1 deletion src/theme/inputs/_keybinds.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:is(.theme-dark, .theme-midnight) #app-mount .key_c90023 {
:is(.theme-dark, .theme-midnight) #app-mount .key_c90023:not(.keyComboInner_f51af4, .keyComboInner_c11c02) {
box-shadow: inset 0 -4px 0 var(--primary-760);
background-color: var(--primary-660);
}
File renamed without changes.
File renamed without changes.
3 changes: 2 additions & 1 deletion src/theme/modals/_index.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@forward 'accept-invite';
@forward 'account-switcher';
@forward 'create-poll';
@forward 'delete';
@forward 'generic';
@forward 'invite';
Expand All @@ -8,7 +9,7 @@
@forward 'modify-attachment';
@forward 'notification-settings';
@forward 'onboarding';
@forward 'polls';
@forward 'poll-votes';
@forward 'server-shop-product';
@forward 'stickers';
@forward 'tab-tips';
3 changes: 3 additions & 0 deletions src/theme/modals/_poll-votes.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:is(.theme-dark, .theme-midnight) #app-mount .voters_cbdbf0 {
background-color: var(--modal-background);
}
6 changes: 0 additions & 6 deletions src/theme/popouts/_autocomplete.scss

This file was deleted.

4 changes: 2 additions & 2 deletions src/theme/popouts/_index.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
@forward 'add-game';
@forward 'add-permissions';
@forward 'autocomplete';
@forward 'color-picker';
@forward 'content-warning';
@forward 'country-code';
@forward 'drawer';
@forward 'generic';
@forward 'color-picker';
@forward 'member-roles';
@forward 'public-guild-announcement';
@forward 'region-picker';
@forward 'screenshare';
@forward 'search';
Expand Down
3 changes: 3 additions & 0 deletions src/theme/popouts/_public-guild-announcement.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:is(.theme-dark, .theme-midnight) #app-mount .popout_b705bc {
background-color: var(--background-floating);
}
1 change: 1 addition & 0 deletions src/theme/sidebar/_index.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@forward 'container';
@forward 'dm-list';
@forward 'header';
@forward 'mod-view';
@forward 'user-area';
5 changes: 5 additions & 0 deletions src/theme/sidebar/_mod-view.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#app-mount .sidebarContianer_d2194f :is(.theme-dark, .theme-midnight) {
.topRow_d936aa, .bottomRowAction_d936aa, .header_f51af4, .container_f51af4 {
background-color: hsl(var(--black-hsl)/.8) !important;
}
}

0 comments on commit 0a8ce45

Please sign in to comment.