From ef17838c64863b0f8c11057063ee0becf4ba566f Mon Sep 17 00:00:00 2001 From: tamaina Date: Thu, 26 Sep 2019 04:23:48 +0900 Subject: [PATCH] Better broadcast widget mk2 (#5455) * better broadcast widget * :art: * :art: * :art: * mk2 (left nav with chevron icons) * fix * button title --- locales/ja-JP.yml | 1 + .../app/common/views/widgets/broadcast.vue | 206 +++++++++++------- 2 files changed, 129 insertions(+), 78 deletions(-) diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 66200a7f5..a9d425126 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -878,6 +878,7 @@ common/views/widgets/broadcast.vue: no-broadcasts: "お知らせはありません" have-a-nice-day: "良い一日を!" next: "次" + prev: "前" common/views/widgets/calendar.vue: year: "{}年" diff --git a/src/client/app/common/views/widgets/broadcast.vue b/src/client/app/common/views/widgets/broadcast.vue index 6850ff7af..88b18a245 100644 --- a/src/client/app/common/views/widgets/broadcast.vue +++ b/src/client/app/common/views/widgets/broadcast.vue @@ -1,28 +1,36 @@