Skip to content

Commit 4cfecb5

Browse files
OsaSoftclaude
andcommitted
Default compact button layout to enabled (#181)
The compact layout (next to menu button) provides better UX than the row below metadata, so make it the default for new users. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2f7ee98 commit 4cfecb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const DEFAULT_SETTINGS = {
1818
"settings.hide.members.only": false,
1919
"settings.hide.most.relevant": false,
2020
"settings.hide.mark.watched.button": false,
21-
"settings.mark.watched.button.compact": false,
21+
"settings.mark.watched.button.compact": true,
2222
"settings.changelog.auto.open": true,
2323
};
2424

tests/setup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const DEFAULT_SETTINGS = {
2424
"settings.hide.members.only": false,
2525
"settings.hide.most.relevant": false,
2626
"settings.hide.mark.watched.button": false,
27-
"settings.mark.watched.button.compact": false,
27+
"settings.mark.watched.button.compact": true,
2828
"settings.changelog.auto.open": true,
2929
};
3030

0 commit comments

Comments
 (0)