1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2025-01-10 20:04:31 +09:00
Commit Graph

55 Commits

Author SHA1 Message Date
NoriDev
58baa36afb chore friendlyEnableNotifications 2023-07-21 17:21:46 +09:00
NoriDev
440d12d0c6 feat(client): モバイル環境でタイムラインのヘッダーデザインを変更する機能 2023-06-27 17:11:12 +09:00
NoriDev
101adfc46d feat: タイムラインを編集できるように 2023-06-22 20:29:05 +09:00
NoriDev
41948632c4 fix missing icon 2023-06-22 19:37:39 +09:00
NoriDev
9598552367 feat: メディアタイムラインを改善 2023-06-22 17:00:32 +09:00
NoriDev
5e02db855e feat: キャットタイムラインを追加 2023-06-22 16:44:37 +09:00
NoriDev
94d781923d グローバルタイムラインのアイコンを変更 2023-06-16 16:47:37 +09:00
Nyamori
f45745af5a メディアタイムライン追加 2023-06-10 20:23:45 +09:00
NoriDev
dd259c3d14 fix style 2023-06-07 20:46:59 +09:00
NoriDev
f0d72345a7 fix(client/friendly): タイムラインが変更されたときにナビゲーションバーのインジケーターが消えない問題 2023-06-07 17:23:26 +09:00
NoriDev
d56b50a5f1 feat(client): ページの更新が必要なときに静かに通知する機能を追加 2023-06-05 20:47:49 +09:00
NoriDev
206ca5c90d fix typo: newNoteRecivedNotification -> newNoteReceivedNotification 2023-06-05 17:16:00 +09:00
NoriDev
c92a83679d lint 2023-06-04 15:48:47 +09:00
NoriDev
d42e8fac58 enhance(client): ノートを離して表示オプションを有効にすると、通知ページのノートも離するように 2023-06-04 14:30:03 +09:00
NoriDev
5d2b521f42 enhance(client/friendly): ヘッダーに通知領域有効化ボタンを追加 2023-06-04 04:02:53 +09:00
NoriDev
5003c20672 lint 2023-05-30 15:39:23 +09:00
NoriDev
36753b4d5d fix: 新しいノート通知がプロフィールアイコンを押し出す問題 2023-05-30 15:39:22 +09:00
NoriDev
ecdcdcdb66 refactor 2023-05-26 22:37:06 +09:00
NoriDev
a467f1d72c Merge remote-branch 'misskey/develop' 2023-05-23 17:27:08 +09:00
syuilo
4a703d7cf6 refactor 2023-05-19 16:25:48 +09:00
syuilo
95470a40a7 refactor 2023-05-19 16:20:53 +09:00
NoriDev
de0beaf59b (friendly) Responding to the new header design 2023-05-14 14:29:28 +09:00
NoriDev
a3ea3bba41 Merge remote-branch 'ltlapy/develop-v13' 2023-05-12 20:25:08 +09:00
NoriDev
97c4782014 Merge remote-branch 'upstream/develop' 2023-05-11 20:55:13 +09:00
syuilo
85a4c8dbb1
feat(frontend): アカウント初期設定ウィザード (#10799)
* wip

* 🎨

* 🎨

* wip

* wip

* 🎨

* Update CHANGELOG.md

* wip

* Update MkUserSetupDialog.vue

* add stories

Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>

* update stories

* Update MkUserSetupDialog.Follow.stories.impl.ts

* test: load mock user account

* ✌️

* ✌️

* test: reset on each render

* test: use id to identify

---------

Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
2023-05-08 17:29:19 +09:00
syuilo
c823cbe63b refactor(frontend): remove $store 2023-04-01 13:42:40 +09:00
syuilo
3cb0cc7989 feat: チャンネルをお気に入りに登録できるように
Resolve #10097
2023-03-31 11:30:27 +09:00
syuilo
69869307bf enhance(client): improve entrance page
Resolve #9986
2023-02-22 11:00:34 +09:00
syuilo
d4eb1def61 fix(client): MkHeader及びデッキのカラムでチャンネル一覧を選択したとき、最大5個までしか表示されない
Fix #9904
2023-02-17 14:59:11 +09:00
tamaina
9349f72227
refactor(client): Refactor MkPageHeader #9869 (#9878)
* disable animation

* refactor(client): MkPageHeaderのタブをMkPageHeader.tabsに分離
animationをフォローするように

* update CHANGELOG.md

* remove unnecessary props
2023-02-11 16:04:45 +09:00
tamaina
0138c3b00e
enhance(client): ヘッダー(MkPageHeader)関連 (#9869)
* MkPageHeader大改造

* ユーザーページのノート一覧をタブにするなど

* ✌️

* 🎨

* fix

* wheel

* clean up

* 🎨

* 🎨

* remove console.log

* update CHANGELOG.md

* fix

* fix

* fix

* ✌️

* header avatar clickable

* !hideTitle

* Revert "!hideTitle"

This reverts commit 19cad428c906f555b73730d602e401a1e943cdef.

* fix changelog
2023-02-11 13:08:18 +09:00
Acid Chicken (硫酸鶏)
7b70b6c3cd
fix: newNoteReceived indicator causes Layout Shift (#9843)
* fix: newNoteReceived indicator causes Layout Shift

* chore: tweak position

* chore: apply to user-list-timeline

* style: unitless

* chore: apply to antenna-timeline

* fix: redundant margin
2023-02-11 10:36:14 +09:00
NoriDev
69e7432ca4 refactor 2023-02-10 18:56:02 +09:00
NoriDev
c220bc8f75 Merge remote-branch 'upstream/master' 2023-02-09 18:58:54 +09:00
syuilo
7afee5977f feat(client): add channel column to deck 2023-02-09 10:35:28 +09:00
NoriDev
826cfbca1e improve: Disabled animation of new note notification when Reduce UI animation option is enabled 2023-02-07 16:59:24 +09:00
NoriDev
396cd5f55c improve(friendly): Hide the header only in mobile environment 2023-02-07 16:38:12 +09:00
NoriDev
3d5bae0b60 improve: Make new note notifications appear smoother, (friendly) Change position of button based on scroll 2023-02-07 16:05:11 +09:00
NoriDev
9b9ff2056a Merge remote-branch 'upstream/master' 2023-02-06 03:25:40 +09:00
NoriDev
0fbfda3fa4 feat(friendly): Added indicator notification to bottom navigation bar when new notes are available 2023-02-05 17:51:39 +09:00
NoriDev
ab210e9db3 fix: Headers appear blurry when using friendly UI on non-timeline pages, Header refactor 2023-02-05 17:00:21 +09:00
futchitwo
04f92bd688
feat: timeline page for non-login users (#9795) 2023-02-05 14:02:54 +09:00
NoriDev
37a860278e Merge remote-branch 'upstream/master' 2023-02-03 23:53:54 +09:00
syuilo
81f11d8f86 refactor: rename role.options -> role.policies 2023-01-15 20:52:53 +09:00
tamaina
b8b1899a9f chore: fix ref name (pages/timeline.vue) 2023-01-14 04:47:59 +00:00
syuilo
2470afaa2e
Role (#9437)
* wip

* Update CHANGELOG.md

* wip

* wip

* wip

* Update create.ts

* wip

* wip

* Update CHANGELOG.md

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Update CHANGELOG.md

* wip

* wip

* Update delete.ts

* Update delete.ts

* wip

* wip

* wip

* Update account-info.vue

* wip

* wip

* Update settings.vue

* Update user-info.vue

* wip

* Update show-file.ts

* Update show-user.ts

* wip

* wip

* Update delete.ts

* wip

* wip

* Update overview.moderators.vue

* Create 1673500412259-Role.js

* wip

* wip

* Update roles.vue

* 色

* Update roles.vue

* integrate silence

* wip

* wip
2023-01-12 21:02:26 +09:00
syuilo
d10e000883 refactor(client): use css modules 2023-01-10 10:35:02 +09:00
syuilo
46af9515b0 fix style 2023-01-06 13:52:05 +09:00
syuilo
372a17d7f0 refactor 2023-01-06 09:41:14 +09:00
syuilo
c93f091ba8 perf(client): use shallowRef instead of ref for template reference 2023-01-03 13:37:32 +09:00