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

68 Commits

Author SHA1 Message Date
NoriDev
2b5ac6166d Merge remote-branch 'misskey/develop' 2023-09-19 16:36:54 +09:00
syuilo
299c9c4118 feat(frontend): 任意のユーザーリストをタイムラインページにピン留めできるように 2023-09-19 10:58:42 +09:00
syuilo
5c48878dc5 enhance(dev): 関数呼び出しの前にスペースを入れることを許可しない 2023-09-19 09:36:07 +09:00
NoriDev
0b8569edb9 EventBus -> EventEmitter3 2023-09-12 17:39:26 +09:00
NoriDev
0a9071f1e2 Merge remote-branch 'misskey/develop' 2023-09-12 17:03:23 +09:00
syuilo
25e030a707 enhance(frontend): improve some caches 2023-09-11 14:55:18 +09:00
syuilo
85078601c2 enhance(frontend): cache user lists / antennas 2023-09-10 17:40:59 +09:00
NoriDev
ec5dd7c5bf feat(frontend): スクロール時の要素表示機能をFriendly以外のUIにも対応 2023-08-09 18:02:03 +09:00
NoriDev
5ad37c9700 feat: スクロール時の要素表示(ヘッダー、フローティングボタン、ナビゲーションバー)をカスタマイズできるオプションを追加 2023-08-05 00:30:29 +09:00
NoriDev
61c871517d Merge remote-branch 'misskey/develop' 2023-08-01 17:16:39 +09:00
Shun Sakai
c2370a1be6
chore: 著作権とライセンスについての情報を各ファイルに追加する (#11348)
* chore: Add the SPDX information to each file

Add copyright and licensing information as defined in version 3.0 of
the REUSE Specification.

* tweak format

---------

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-07-27 14:31:52 +09:00
NoriDev
8d6d7ac109 enhance(frontend): changed widget icon in header 2023-07-24 17:03:01 +09:00
NoriDev
5ff6a12427 feat(client/friendly): デスクトップモードでタイムラインの横にウィジェット領域を配置するように 2023-07-21 17:44:14 +09:00
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