1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-12-16 15:48:23 +09:00
Commit Graph

184 Commits

Author SHA1 Message Date
NoriDev
a68e2d714d enhance(client): データセーバーをオンにすると、設定を反映するためにページを更新するように 2023-06-16 23:43:00 +09:00
NoriDev
642650909d enhance(client): ノートのサーバー情報オプションの順序を変更する 2023-06-16 16:14:13 +09:00
NoriDev
1713839000 feat(client): 「ノート本文に翻訳ボタンを表示」をオプショナルに 2023-06-15 16:36:28 +09:00
NoriDev
5cf0212baf Update cherrypick.vue 2023-06-15 02:51:46 +09:00
NoriDev
339b1e196e tweak 80976114 2023-06-15 02:45:15 +09:00
Ebise Lutica
80976114e3 「既にフォローしている場合、通知欄にフォローボタンを表示しない」をオプショナルに 2023-06-15 02:37:03 +09:00
NoriDev
b9279aa4ce tweak cherrypick page 2023-06-15 02:05:53 +09:00
NoriDev
4895e05f6d 設定ページ順序の変更 2023-06-15 01:39:28 +09:00
NoriDev
684ae57011 ナビゲーションメニューのバナースタイルの改善 2023-06-15 01:34:41 +09:00
NoriDev
504bcd56f3 lint 2023-06-15 01:01:21 +09:00
Ebise Lutica
fb01f8bcc3 ニックネーム機能のUIを変更 2023-06-15 01:00:18 +09:00
NoriDev
d2a1806300 tweak 105f4179 2023-06-15 00:46:10 +09:00
Ebise Lutica
105f41796b ニックネーム機能
close #25
2023-06-15 00:45:22 +09:00
NoriDev
2250dafb09 tweak e45ae000 2023-06-15 00:05:24 +09:00
Ebise Lutica
e45ae000ed enhance(frontend): ナビゲーションバーのUIを改善 2023-06-15 00:04:27 +09:00
NoriDev
245ec7a68a Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop 2023-06-14 21:17:35 +09:00
NoriDev
f58cd2be2b enhance(client): CherryPick独自の機能と改善された機能は「CherryPick」バッジを追加する 2023-06-14 21:14:23 +09:00
syuilo
f5dfb64a52 ユーザー統計表示機能を削除
Resolve #10998
2023-06-13 14:13:33 +09:00
NoriDev
53a4e4054d misskey-js -> cherrypick-js 2023-06-12 16:35:30 +09:00
NoriDev
3ca938c188 feat: ノートでアイコンを隠すオプションを追加 2023-06-12 00:11:59 +09:00
NoriDev
ed948bf91a feat: ナビゲーションメニューにバナー表示オプションを追加 2023-06-11 23:57:11 +09:00
NoriDev
635765eacc Merge remote-branch 'misskey/develop' 2023-06-09 20:06:13 +09:00
atsuchan
0465e74521
Fix: enhance: タイムラインにフォロイーの行った他人へのリプライを含めるかどうかの設定をアカウントに保存するのをやめるように (#10982) 2023-06-09 14:08:35 +09:00
Ebise Lutica
34a32a8334
エラー画像URLを設定可能に (#10959)
* エラー画像URLを設定可能に

* Update CHANGELOG.md

* 設定したエラーアイコンをprefetchするようにbase.pugを変更

* 不足していたデータを追加

* enhance(frontend): デザイン調整
2023-06-09 14:00:53 +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
fee4b042ca enhance(client): 特定のMFM構文を含むノートを省略化するかどうかを選択できる 2023-06-04 04:25:14 +09:00
NoriDev
5d2b521f42 enhance(client/friendly): ヘッダーに通知領域有効化ボタンを追加 2023-06-04 04:02:53 +09:00
NoriDev
5e86d02694 enhance(client): Friendly UIで通知領域をオン/オフできるように 2023-06-02 23:31:22 +09:00
NoriDev
ac51b7169d fix(client): MFM設定のプレビューがすぐに反映されない問題 2023-06-02 20:28:34 +09:00
NoriDev
f282b00f8f style refactor 2023-06-02 20:18:23 +09:00
NoriDev
fa4e422deb Merge remote-branch 'misskey/develop' 2023-06-01 17:51:18 +09:00
syuilo
f6830885d7 tweak of cd8274888 2023-06-01 17:34:56 +09:00
Acid Chicken (硫酸鶏)
337dd97b49
perf(#10923): CSS Modules のクラス名をインライン化する (#10930)
* perf(#10923): unwind css module class name

* perf(#10923): support multiple components

* refactor: clean up

* refactor(#10923): avoid `useCssModule()`

* fix(#10923): allow direct literal class name

* fix(#10923): avoid computed class name

* fix(#10923): allow literal keys

* fix(#10923): typo

* fix(#10923): invalid class names

* chore: test

* revert: test

This reverts commit 5c7ef366eceebe8ba260efa4d5d675f6c1775c45.

* fix(#10923): hidden tale

* perf(#10923): also unwind scoped css contained components

* perf(#10923): `normalizeClass` AOT compilation

---------

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-06-01 17:19:46 +09:00
syuilo
cd82748889 enhance(frontend): 追加の絵文字用辞書をダウンロードできるように
Resolve #10921
2023-06-01 17:10:53 +09:00
NoriDev
73e0f3ff6c enhance(client): MFM設定を変更すると現れる変化を視覚的に表示するように 2023-05-30 17:54:11 +09:00
NoriDev
b3e3fa850e Merge remote-branch 'misskey/develop' 2023-05-30 16:36:37 +09:00
syuilo
22a446de8d refactor 2023-05-30 15:39:23 +09:00
syuilo
de71845b35 🎨 2023-05-30 14:38:13 +09:00
syuilo
0a2ac58b82 refactor 2023-05-30 10:20:06 +09:00
NoriDev
b10a706f51 enhance(client): フォントサイズスライダー左右にフォントサイズを直観的に表示 2023-05-27 20:02:32 +09:00
NoriDev
2e320a41cf refactor 2023-05-27 16:41:25 +09:00
NoriDev
5cb4237919 🎨 2023-05-27 13:52:57 +09:00
NoriDev
94213f80d8 feat(client): 文字を太くするオプションを追加 2023-05-27 13:45:24 +09:00
NoriDev
013aab992a feat(client): フォントサイズをより簡単に変更できるよう 2023-05-27 13:20:03 +09:00
NoriDev
841a95f8f6 feat(frontend): 新しいフォントサイズを追加 2023-05-27 00:33:07 +09:00
NoriDev
b5be0a2de9 一部設定変更時のリロード 2023-05-26 16:27:03 +09:00
NoriDev
449c3675ac Add description of animated images 2023-05-25 17:34:16 +09:00
NoriDev
1dbd343e83 Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop 2023-05-25 09:30:02 +09:00
syuilo
1c57983bfd refactor 2023-05-24 17:50:15 +09:00