Marie
3c3c5e190a
upd: add tossface emojis as an option
2024-01-04 20:42:25 +01:00
Marie
bdd7583ff5
chore: add locales to i18n
2024-01-02 19:27:24 +01:00
Marie
5659ed24f9
upd: show menu to update or remove background and banner if set
...
Closes #298
2024-01-02 14:00:10 +01:00
Marie
c9ca1dd3f1
upd: add boost settings
2024-01-01 20:34:18 +01:00
Marie
6a46e30f67
chore: fix icons
2023-12-31 22:26:46 +01:00
Marie
8d28c16ee1
fix: bring back default like setting
...
Seems like due to misskey deleting reaction.vue and making it a new file called emoji-picker.vue caused the default like setting to vanish
2023-12-30 18:05:09 +01:00
YAVIIGI
b0301dd2fb
feat(frontend): 投稿ウインドウにMFM要素を追加するボタンの追加 ( #12788 )
...
* functionPicker の追加
* Update CHANGELOG.md
* fix lint errors
* Add addMfmFunction
* add enableQuickAddMfmFunction setting
* Update CHANGELOG.md
issue 番号を追加
* Update index.d.ts
* change 'functionPicker' to 'mfmFunctionPicker'
* Change indent from 4 space to 1 tab
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-12-28 09:47:14 +01:00
GrapeApple0
5e0eb76d3b
Revert "refactor: paginationの型を明示する ( #12809 )" ( #12810 )
...
This reverts commit 6855079811
.
2023-12-28 09:46:20 +01:00
GrapeApple0
6415a789ae
refactor: paginationの型を明示する ( #12809 )
...
* refactor: paginationの型を明示する
* asではなくsatisfiesを使うように
2023-12-28 09:45:16 +01:00
zyoshoka
8daff4a998
refactor(frontend): Reactivityで型を明示するように ( #12791 )
...
* refactor(frontend): Reactivityで型を明示するように
* fix: プロパティの参照が誤っているのを修正
* fix: 初期化の値を空配列に書き換えていた部分をnullに置き換え
2023-12-28 09:45:15 +01:00
zyoshoka
ed3e30581f
refactor(frontend): import宣言周りのエラーを修正 ( #12773 )
2023-12-28 09:43:12 +01:00
Marie
2201cd6d0c
merge: another batch of small ui tweaks ( #255 )
2023-12-28 09:02:18 +01:00
Amelia Yukii
dd22d7b683
chore: update hard word mute icon
2023-12-27 10:16:22 +01:00
Marie
45b99a476d
upd: swap api
out with apiWithDialog
for word mute saving
...
Closes #259
2023-12-27 09:39:59 +01:00
ShittyKopper
32318bbbfa
fix: un-hardcode more border radius values
...
all of these are blind find and replace, no clue if they end up breaking
anything
2023-12-26 22:02:48 +03:00
Marie
5db583a3eb
merge: upstream
2023-12-23 02:09:23 +01:00
Marie
beded1c7ce
upd: show reload dialog for note design
...
Closes #242
2023-12-21 22:04:58 +01:00
woxtu
c92508a575
Remove unused imports ( #12730 )
2023-12-21 11:36:45 +09:00
syuilo
15b0d2aff2
enhance: ロールにアサインされたときの通知 ( #12607 )
...
* wip
* Update misskey-js.api.md
* Update CHANGELOG.md
* Update RoleService.ts
* Update locales/ja-JP.yml
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* Update UserListService.ts
* Update misskey-js.api.md
* fix (#12724 )
---------
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com>
2023-12-21 10:39:11 +09:00
zawa-ch
4e2d802967
enhance: “つながりの公開範囲”がフォロー・フォロワー個別設定できるように ( #12702 )
...
* Enhance: “つながりの公開範囲”がフォロー・フォロワー個別設定できるように (#12072 )
* refactor: crowdin 編集部分のコミットを打ち消し
https://github.com/misskey-dev/misskey/pull/12702#issuecomment-1859417158
* refactor: オブジェクトの名前修正
https://github.com/misskey-dev/misskey/pull/12702#issuecomment-1859417158
* fix: 設定項目の説明を削除
名称が具体的になって必要なくなったため
https://github.com/misskey-dev/misskey/pull/12702#discussion_r1429932463
2023-12-18 20:59:20 +09:00
syuilo
776eea736a
enhance(frontend): tweak avatar decoration setting ui
2023-12-16 17:37:50 +09:00
syuilo
742da2f1e9
feat(frontend): 画面に雪を降らせる機能を復活
2023-12-16 13:52:52 +09:00
おさむのひと
d7d9304a49
fix(frontend): 絵文字ピッカー設定ページのボタン文言修正 ( #12676 )
...
* fix(frontend): 絵文字ピッカー設定ページのボタン文言修正
* fix
2023-12-16 13:23:54 +09:00
かっこかり
17065418cf
(enhance) コード入力をMkCodeEditorに変更 ( #12682 )
2023-12-16 13:18:12 +09:00
1STEP621
272dc208b4
Fix(frontend): ほとんどのMkTextareaでMFMプレビューが表示されてしまっている問題を修正 ( #12672 )
...
* ほとんどのMkTextareaでMFMのプレビューが表示されてしまっている不具合を修正
* refactor
* そもそも #12130 でプロフィールはnyaizeされない仕様にもどっていたらしいので修正
2023-12-15 17:57:31 +09:00
1STEP621
c41924399b
コード入力ボックスでTabを入力できるように ( #12671 )
2023-12-15 17:18:31 +09:00
syuilo
417852779f
enhance: アイコンデコレーションの位置を微調整できるように
2023-12-14 20:58:08 +09:00
syuilo
f7eef546a6
fix(frontend): fix missing localization
2023-12-14 17:05:29 +09:00
syuilo
8ff87176f8
tweak profile.avatar-decoration.dialog.vue
2023-12-14 14:23:18 +09:00
おさむのひと
a92795d90f
feat(frontend): 絵文字ピッカーの実装 ( #12617 )
...
* 絵文字デッキの作成
* 細かい不備を修正
* fix lint
* fix
* fix CHANGELOG.md
* fix setTimeout -> nextTick
* fix https://github.com/misskey-dev/misskey/pull/12617#issuecomment-1848952862
* fix bug
* fix CHANGELOG.md
* fix CHANGELOG.md
* wip
* Update CHANGELOG.md
* Update CHANGELOG.md
* wip
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-12-14 14:11:20 +09:00
1STEP621
b33fe53047
Enhance(frontend): MFMや絵文字が使える入力ボックスでオートコンプリートを使えるように ( #12643 )
...
* rich autocomplete for use in profiles, announcements, and channel descriptions
* implementation omissions
* add tab, apply to page editor, and fix something
* componentization
* fix nyaize doesn't working in profile preview
* detach autocomplete instance when unmounted
* fix: mismatched camelCase
* remove unused / unnecessary styles
* update CHANGELOG.md
* fix lint
* remove dump.rdb
* props.richAutocomplete -> autocomplete
* Update packages/frontend/src/scripts/autocomplete.ts
* clarify namings
メンションなども「MFM」に含まれるのか自信がなかったのでrichSyntaxなどとぼかしていましたが、含むようなので変更しました
* tweak
* Update MkFormDialog.vue
* rename
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-12-14 13:11:23 +09:00
syuilo
839b7483ac
enhance(frontend): 同じ種類のデコレーションを複数付けられるように
2023-12-14 11:29:27 +09:00
syuilo
17f894348f
fix(client): fix glitch when attach/detach avatar decoration
2023-12-13 18:21:17 +09:00
syuilo
5472f4b934
enhance: アイコンデコレーションを複数設定できるように
2023-12-13 16:56:19 +09:00
syuilo
b691126bff
refactor(frontend): menuのdividerをnullで表現するのをやめる
2023-12-12 10:26:37 +09:00
woxtu
4c135a5ca1
Fix indentation ( #12615 )
2023-12-10 02:11:17 +09:00
ShittyKopper
05166f79e1
upd: add option for reply depth
2023-12-08 11:35:26 +00:00
かっこかり
ac4089f37d
enhance(frontend): ウィジェットを非表示にできるPageMetaを追加 ( #12456 )
...
* (enhance) ウィジェットを非表示にできるPageMetaを追加
* fix lint
* rename
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-12-08 13:06:42 +09:00
おさむのひと
b0039f0946
chore: 開発モードでフロントエンドとバックエンドを独立して起動するようにする(再) ( #12593 )
...
* [wip]run standalone vite
* [wip]run standalone vite
* some fix (tabler icons, sw, streaming)
* fix theme
* fix run scripts
* favicon
* client-assets
* cssの読み込み順序とCSP設定の変更
* fix lang change
* fix clientManifest
* baseを相対パスにしてドメイン直下とサブディレクトリ配下両方に対応
* 色々修正
* 色々修正
* 色々修正
* fix
* Revert "client-assets"
This reverts commit 582601e90eb771875bdf8aba263da2316a59d01b.
# Conflicts:
# packages/frontend/vite.config.ts
* 色々修正
* fix
* fix
* add url and proxy to server proxy
* Update packages/frontend/src/index.html
* wip
* Merge remote-tracking branch 'origin/develop' into feat/launch-standalone-frontend
# Conflicts:
# packages/frontend/src/pages/welcome.entrance.a.vue
* Merge remote-tracking branch 'origin/develop' into feat/launch-standalone-frontend
# Conflicts:
# packages/frontend/src/pages/welcome.entrance.a.vue
* fix tabler load
* Apply suggestions from code review
* Update packages/frontend/src/index.html
* fix
* fix vite.config.local-dev.ts
* fix CONTRIBUTING.md
---------
Co-authored-by: FruitRiin <nassii74@gmail.com>
Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com>
Co-authored-by: 果物リン <fruitriin@riinswork.space>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Co-authored-by: ozelot <contact@ozelot.dev>
2023-12-08 08:22:08 +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
Mar0xy
532d55180b
upd: add icons to radio buttons for note design and corner radius
2023-12-07 01:58:00 +01:00
Mar0xy
304a91a474
upd: change formlink handling
2023-12-03 20:01:05 +01:00
Mar0xy
0158b6fc1b
fix: Drive folder button not working
...
Closes #199
2023-12-03 19:59:01 +01:00
Mar0xy
620be4a9e1
add: auto uncollapse CW on all notes option
...
Closes transfem-org/Sharkey#191
2023-12-03 19:35:39 +01:00
かっこかり
5bf7813b2d
enhance/feat(frontend): データセーバーの改良・強化 ( #12526 )
...
* enhance(frontend): データセーバーを個別で設定できるように
* Update Changelog
* fix design
* (fix) 設定が当たらない
* fix test(無理やり感)
* (fix) 設定がない状態ですべて有効・向操作が効かない
* fix
* tweak
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-12-03 10:58:42 +09:00
Mar0xy
f0fe8eceaf
upd: add option to select between note designs
...
Adds the ability to choose between `Sharkey` or `Misskey`
2023-12-02 13:09:25 +01:00
Insert5StarName
1a4bff7698
upd: rework threading/post ui 1/2
...
Co-authored-by: Gaspard Wierzbinski <contact@cpluspatch.com>
Co-authored-by: Marie <marie@kaifa.ch>
2023-12-02 01:39:29 +01:00
Insert5StarName
97bd4e6f82
chore: add locales for defaultLike
2023-11-30 13:25:35 +01:00
Mar0xy
13550bac35
upd: remove reload from DisconnectedBehavior
...
This feature was mainly broken and there is no real way to fix it and as it is mostly not needed it is easier to just remove it.
Closes transfem-org/Sharkey#43
2023-11-30 06:59:24 +01:00
yukineko
22d6fa1fdf
enhance(dev): 開発モード時にlocaleと型定義が自動的に再生成されるように ( #12481 )
...
* enhance: localeを任意のタイミングでリビルドできるように
* enhance: localeも監視し、必要であればlocaleをリビルドするように
* feat: devモードの時のみナビゲーションバーからキャッシュクリアができるように
* refactor: キャッシュクリア部分を共通化
* fix: localesのファイル変更イベントが取れないのを修正
* fix: replaceAllでコケるのを修正
* change: 開発モードに関係なくナビゲーションバーからキャッシュクリアできるように
* refactor: 必要のないリビルドをしないように
* update: CHANGELOG.md
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-11-30 14:48:02 +09:00