summaryrefslogtreecommitdiff
path: root/src/client/sidebar.ts
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-04-10 12:40:50 +0900
committerGitHub <noreply@github.com>2021-04-10 12:40:50 +0900
commitd3fe02fb3e8dd7bfc45c246d54d45acccd5959c7 (patch)
tree4cd72e5e5868e89ef3dd83ada99495da2bd7cd85 /src/client/sidebar.ts
parentFix punycode deprecation warning (#7426) (diff)
downloadsharkey-d3fe02fb3e8dd7bfc45c246d54d45acccd5959c7.tar.gz
sharkey-d3fe02fb3e8dd7bfc45c246d54d45acccd5959c7.tar.bz2
sharkey-d3fe02fb3e8dd7bfc45c246d54d45acccd5959c7.zip
Default UI redesign (#7429)
* wip * wip * wip * wip * Update default.sidebar.vue * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update sticky-sidebar.ts * wip * wip * Update messaging-room.form.vue * Update timeline.vue
Diffstat (limited to 'src/client/sidebar.ts')
-rw-r--r--src/client/sidebar.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/client/sidebar.ts b/src/client/sidebar.ts
index 97036042cf..09b69fd815 100644
--- a/src/client/sidebar.ts
+++ b/src/client/sidebar.ts
@@ -143,6 +143,12 @@ export const sidebarDef = {
unisonReload();
}
}, {
+ text: 'pope',
+ action: () => {
+ localStorage.setItem('ui', 'pope');
+ unisonReload();
+ }
+ }, {
text: 'Chat (β)',
action: () => {
localStorage.setItem('ui', 'chat');