Korange
3c3f7fd5a6
enhance(frontend): 検索画面においてEnterキー押下で検索できるように ( #12752 )
...
* enhance: 検索画面においてEnterキー押下で検索できるように
* enterイベントを使用するように
2023-12-28 09:48:41 +01:00
Marie
5db583a3eb
merge: upstream
2023-12-23 02:09:23 +01:00
ikasoba
5eb944ecde
enhance: チャンネルに新規の投稿がある場合にバッジを表示させる ( #12690 )
...
* 多分できたかも
* 不要なpropsを削除
* 不要なimportを削除
* 縁を付けた
* 枠線の位置を端に寄せた
* やっぱり内側へ寄せることにした
* できたかも
* 修正
* 修正
* クラスにまとめた
* 微調整
* 直せたかも
* importを付け足し
* 多分できたかも
* Update channel.vue
* Update MkMenu.vue
* Update channel.vue
* Update CHANGELOG.md
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-12-22 20:41:42 +09:00
zyoshoka
406b4bdbe7
refactor(frontend): 非推奨となったReactivity Transformを使わないように ( #12539 )
...
* refactor(frontend): 非推奨となったReactivity Transformを使わないように
* refactor: 不要な括弧を除去
* fix: 不要なアノテーションを除去
* fix: Refの配列をrefしている部分の対応
* refactor: 不要な括弧を除去
* fix: lint
* refactor: Ref、ShallowRef、ComputedRefの変数の宣言をletからconstに置換
* fix: type error
* chore: drop reactivity transform from eslint configuration
* refactor: remove unnecessary import
* fix: 対応漏れ
2023-12-07 14:42:09 +09:00
おさむのひと
413f7bfb44
Fix: navigator.share未サポートの場合は共有ボタンを非表示にする(+URLのコピーボタンを設置) ( #12506 )
...
* navigator.share未サポートの場合は共有ボタンを非表示にする
* fix CHANGELOG.md
* ライセンス表示追加
* URLのコピーボタンを設置
2023-11-30 08:15:13 +09:00
Mar0xy
db29a5c2da
merge: develop
2023-11-04 21:52:12 +01:00
Mar0xy
647e76ab36
merge: upstream
2023-11-04 14:32:28 +01:00
syuilo
5e9f6a90df
enhance(frontend): ノート内のカスタム絵文字をクリックすることで、コピーおよびリアクションができるように
2023-11-04 18:27:22 +09:00
Amelia Yukii
08de1f7baa
fix: icons being inconsistent and PG ( #136 )
2023-11-03 23:20:53 +01:00
ShittyKopper
ae5d052274
upd: implement radius setting
...
to keep things manageable i merged a lot of one off values into just a
handful of common sizes, so some parts of the ui will look different than
upstream even with the "Misskey" rounding mode
2023-11-01 21:43:26 +03:00
ShittyKopper
72204d9294
Revert "prototype: decreased rounding"
...
This reverts commit 7a51e2d404
.
2023-11-01 21:43:26 +03:00
Mar0xy
f8f128b347
merge: all upstream changes
2023-10-13 19:01:17 +02:00
syuilo
a5b6e807bb
feat: per user featured notes
2023-10-06 18:30:08 +09:00
Insert5StarName
7a51e2d404
prototype: decreased rounding
2023-10-01 01:20:20 +02:00
Insert5StarName
7b179d3a92
work in progress icons
2023-09-30 21:53:52 +02:00
syuilo
b0f6c44f36
refactor(frontend): use ESM
2023-09-19 16:37:43 +09:00
anatawa12
c5b8766a18
feat: sensitive channel ( #11438 )
...
* feat(backend): add isSensitive to Channel
* feat(backend): support isSensitive in channel endpoints
* feat(frontend/channel-editor): support isSensitive in create/edit channel page
* feat(frontend/channel): show sensitive indicator for sensitive channels
* docs(changelog): add チャンネルをセンシティブ指定できるようになりました
* chore: license header for each file
* chore: add isSensitive of channel to Note object
2023-08-05 13:58:31 +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
Sayamame-beans
239ea39d6f
feat: フォローやお気に入り登録をしていないチャンネルを開く時は概要ページを開くように ( #11218 )
...
* feat: フォローやお気に入り登録をしていないチャンネルを開く時は概要ページを開くように
* Update CHANGELOG.md
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-07-10 13:30:41 +09:00
syuilo
95470a40a7
refactor
2023-05-19 16:20:53 +09:00
syuilo
e126083e10
fix(frontend): コンポーネントのpropを非lowerCamelCaseで渡すと機能しない
2023-05-17 11:42:50 +09:00
nenohi
0d8e1c5421
channel favoriteの位置修正 ( #10855 )
2023-05-16 12:28:59 +09:00
syuilo
df924d18f1
fix(frontend): チャンネル内の検索ボックスが挙動不審な問題を修正
...
Fix #10793
2023-05-11 16:29:34 +09:00
syuilo
f8ed6b1a54
refactor
2023-05-08 18:30:40 +09:00
syuilo
5dfbce7571
feat: チャンネルの削除
...
Resolve #7171
Resolve #9935
2023-05-06 08:15:17 +09:00
syuilo
b45bc3fd5d
feat(frontend): in channel search
2023-05-05 10:05:33 +09:00
tamaina
6798effbab
enhance(client): 投稿フォームをちょっといい感じに ( #10442 )
...
* .formラッパーを削除
* fix type of MkPostFormAttaches
* 🚀
* 🎨
* 🎨
* 🎨
* 🎨
* specifiedの時は連合なしをdisabledに
* ✌️
* set select default
* gap: 2px (max-width: 500px) / 4px
* wip
* ✌️
* 🎨
* fix maxTextLength
* 今後表示しない
* 🎨
* cache channel
* 🎨
* 連合なしにする
* use i18n.ts.neverShow
* ✌️
* refactor
* fix indent
* tweak
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-04-05 14:30:03 +09:00
syuilo
9bc5d52e41
feat: チャンネルにノートをピン留めできるように
...
Resolve #7740
2023-03-31 15:01:56 +09:00
syuilo
3cb0cc7989
feat: チャンネルをお気に入りに登録できるように
...
Resolve #10097
2023-03-31 11:30:27 +09:00
mmorita
aad70a97db
fix: チャンネルの編集権限をチャンネル所有者とモデレーターに限定する ( #10268 )
...
* チャンネルの編集権限をチャンネルオーナーとモデレーターに限定する
* PR 指摘点対応(共有ボタンを全員に表示、$i の nullable 対応、fix a typo)
* everyOne -> share
2023-03-09 07:58:53 +09:00
syuilo
9f73c23b38
[ci skip] fix(client): fix post button of channel
2023-03-05 20:48:46 +09:00
syuilo
e4fc9ea816
enhance(client): improve channel ui
2023-03-04 10:50:21 +09:00
syuilo
dcd4d80869
enhance(client): improve channel ui
2023-03-04 10:34:54 +09:00
syuilo
aee7ed992b
enhance(client): add share button to clip and channel page
...
Resolve #10183
2023-03-04 10:17:45 +09:00
syuilo
ea04778649
feat: in-channel featured note
...
Resolve #9938
2023-02-25 18:26:35 +09:00
arrow2nd
9c787a578e
feat(frontend): スマホ・タブレットの場合、チャンネルの投稿フォームに自動でフォーカスしないように ( #10051 )
...
* feat(frontend): スマホ・タブレットの場合、チャンネルの投稿フォームに自動でフォーカスしない
* Update CHANGELOG.md
2023-02-24 10:31:21 +09:00
syuilo
69869307bf
enhance(client): improve entrance page
...
Resolve #9986
2023-02-22 11:00:34 +09:00
Kagami Sascha Rosylight
63df2c851e
refactor: remove all unused imports ( #9951 )
...
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-02-16 23:09:41 +09:00
syuilo
7afee5977f
feat(client): add channel column to deck
2023-02-09 10:35:28 +09:00
syuilo
047262ab20
refactor
2023-01-05 21:04:56 +09:00
syuilo
4f15b6f7c2
Revert "perf?(client): remove needless scoped annotation for style"
...
This reverts commit ada04c1932
.
2022-12-27 18:29:39 +09:00
syuilo
ada04c1932
perf?(client): remove needless scoped annotation for style
2022-12-27 18:01:06 +09:00
syuilo
9384f5399d
rename: client -> frontend
2022-12-27 14:36:33 +09:00