summaryrefslogtreecommitdiff
path: root/packages/client/src/components/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor(client): refactor file name and directory structuresyuilo2022-09-0614-2911/+0
|
* refactor(client): use setup syntaxsyuilo2022-09-061-16/+5
|
* refactor(client): use setup syntaxsyuilo2022-09-061-101/+64
|
* refactor(client): use setup syntaxsyuilo2022-08-311-17/+0
|
* chore(client): tweak stylesyuilo2022-07-241-1/+1
|
* fix: broken chats (#8983)Kainoa Kanter2022-07-231-14/+16
| | | | | | | * Fix broken chats Co-authored-by: @ltlapy * :art:
* fix(client): fix drawer menu style regressionsyuilo2022-07-211-0/+3
|
* fix(client): some fixessyuilo2022-07-211-0/+1
|
* refactor(client): :sparkles:syuilo2022-07-202-4/+7
|
* fix(client): fix window default propsyuilo2022-07-191-1/+1
|
* enhance(client): tweak uisyuilo2022-07-181-4/+12
|
* enhance(client): ウィンドウを最大化できるようにsyuilo2022-07-181-267/+295
|
* enhance(client): tweak uisyuilo2022-07-174-8/+10
|
* enhance(client): tweak uisyuilo2022-07-174-198/+212
|
* chore(client): tweak stylesyuilo2022-07-161-17/+18
|
* chore(client): tweak stylesyuilo2022-07-151-1/+2
|
* chore(client): tweak uisyuilo2022-07-152-2/+2
|
* chore(client): tweak uisyuilo2022-07-141-1/+1
|
* chore(client): trust iossyuilo2022-07-133-3/+3
|
* lit fixessyuilo2022-07-131-1/+1
|
* fix: add `es2017` build target (#8931)Johann1502022-07-131-37/+35
| | | | | | | * remove top level awaits * add es2017 target * refactor: use setup and ref sugar
* chore(client): tweak uisyuilo2022-07-121-2/+2
|
* chore(client): tweak stylesyuilo2022-07-061-1/+1
|
* chore(client): rendering performance tweak a bitsyuilo2022-07-051-0/+1
|
* fix: pagination uses API correctly (#8925)Johann1502022-07-051-2/+6
|
* fix lint vue/require-valid-default-propJohann1502022-07-041-2/+2
|
* fix(lint): semicolong spacingJohann1502022-07-041-1/+2
|
* chore(client): tweak stylesyuilo2022-07-031-2/+2
|
* fix(client): style tweak for iossyuilo2022-07-033-14/+15
|
* chore(client): tweak stylesyuilo2022-07-011-1/+0
|
* chore(client): tweak stylesyuilo2022-06-291-0/+1
|
* chore(client): tweak stylesyuilo2022-06-281-1/+1
|
* chore(client): tweak clientsyuilo2022-06-262-22/+15
|
* tweak clientsyuilo2022-06-221-1/+2
|
* refactor(client): Refine routing (#8846)syuilo2022-06-201-24/+45
|
* enhance(client): improve files page of control panelsyuilo2022-06-161-3/+5
|
* feat: image cropping (#8808)syuilo2022-06-112-67/+70
| | | | | | | * wip * wip * wip
* chore: fix some lints automatically (#8788)Johann1502022-06-103-11/+11
| | | | | | | | | * chore: fix some lints automatically Fixed lints that were automatically fixable with `eslint --fix`. * fix type * workaround for empty interface lint
* chore(client): fix menu item stylesyuilo2022-06-051-10/+11
|
* fix lints (#8737)Johann1502022-05-267-47/+47
| | | | | | | | | | | | | | | * fix: emits use ev instead of e * fix: errors use err instead of e * fix: replace use of data where possible * fix: events use evt instead of e * fix: use strict equals * fix: use emoji instead of e * fix: vue lints
* fix: ↵xianon2022-05-191-2/+7
| | | | | | | ノート詳細ページの新しいノートを表示する機能の動作が正しくなるように修正する (#8607) * ノート詳細で新しいノートの表示が正しくないのを修正する * ノート詳細から別のノート詳細を表示した時に前後の表示をリセットする
* Refactor emoji-edit-dialog to use Composition API (#8657)Andreas Nedbal2022-05-151-0/+6
| | | | | | | | | | | | | | | | | | | | | * refactor(client): refactor emoji-edit-dialog to use Composition API * fix(client): fix editing emoji not updating emoji list * Apply review suggestions from @Johann150 Co-authored-by: Johann150 <johann@qwertqwefsday.eu> * fix(client): use cached category info instead of making a request * fix(client): use updateItem in emoji pagination when editing * fix(client): reimplement removeItem in MkPagination * Apply review suggestion from @Johann150 Co-authored-by: Johann150 <johann@qwertqwefsday.eu> Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
* refactor: use Vite to build instead of webpack (#8575)tamaina2022-05-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update stream.ts * https://github.com/misskey-dev/misskey/pull/7769#issuecomment-917542339 * fix lint * clean up? * add app * fix * nanka iroiro * wip * wip * fix lint * fix loginId * fix * refactor * refactor * remove follow action * clean up * Revert "remove follow action" This reverts commit defbb416480905af2150d1c92f10d8e1d1288c0a. * Revert "clean up" This reverts commit f94919cb9cff41e274044fc69c56ad36a33974f2. * remove fetch specification * renoteの条件追加 * apiFetch => cli * bypass fetch? * fix * refactor: use path alias * temp: add submodule * remove submodule * enhane: unison-reloadに指定したパスに移動できるように * null * null * feat: ログインするアカウントのIDをクエリ文字列で指定する機能 * null * await? * rename * rename * Update read.ts * merge * get-note-summary * fix * swパッケージに * add missing packages * fix getNoteSummary * add webpack-cli * :v: * remove plugins * sw-inject分離したがテストしてない * fix notification.vue * remove a blank line * disconnect intersection observer * disconnect2 * fix notification.vue * remove a blank line * disconnect intersection observer * disconnect2 * fix * :v: * clean up config * typesを戻した * Update packages/client/src/components/notification.vue Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * disconnect * oops * Failed to load the script unexpectedly回避 sw.jsとlib.tsを分離してみた * truncate notification * Update packages/client/src/ui/_common_/common.vue Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> * clean up * clean up * キャッシュ対策 * Truncate push notification message * クライアントがあったらストリームに接続しているということなので通知しない判定の位置を修正 * components/drive-file-thumbnail.vue * components/drive-select-dialog.vue * components/drive-window.vue * merge * fix * Service Workerのビルドにesbuildを使うようにする * return createEmptyNotification() * fix * i18n.ts * update * :v: * remove ts-loader * fix * fix * enhance: Service Workerを常に登録するように * pollEnded * URLをsw.jsに戻す * clean up * wip * wip * wip * wip * wip * wip * :v: * use import * fix * install rollup * use defineAsyncComponent. * fix emojilist * wip use defineAsyncComponent * popup(import -> popup(defineAsyncComponent(() => import * draggable? * fix init import * clean up * fix router * add comment * :v: * :v: * :v: * remove webpack * update vite * fix boot sequence * Revert "fix boot sequence" This reverts commit e893dbf37aed83bf9f12e427d98c78a7065b4a39. * revert boot import * never make two app div * ; * remove console.log * change clientEntry sequence * fix * Revert "fix" This reverts commit 12741b3d89950a31dbb1bb81477ddb27b0e9951a. * fix * add comment https://github.com/misskey-dev/misskey/pull/8575#issuecomment-1114239210 * add log * add comment Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* feat: Improve Push Notification (#7667)tamaina2022-04-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * clean up * ev => data * refactor * clean up * add type * antenna * channel * fix * add Packed type * add PackedRef * fix lint * add emoji schema * add reversiGame * add reversiMatching * remove signin schema (use Signin entity) * add schemas refs, fix Packed type * wip PackedHoge => Packed<'Hoge'> * add Packed type * note-reaction * user * user-group * user-list * note * app, messaging-message * notification * drive-file * drive-folder * following * muting * blocking * hashtag * page * app (with modifying schema) * import user? * channel * antenna * clip * gallery-post * emoji * Packed * reversi-matching * update stream.ts * https://github.com/misskey-dev/misskey/pull/7769#issuecomment-917542339 * fix lint * clean up? * add app * fix * nanka iroiro * wip * wip * fix lint * fix loginId * fix * refactor * refactor * remove follow action * clean up * Revert "remove follow action" This reverts commit defbb416480905af2150d1c92f10d8e1d1288c0a. * Revert "clean up" This reverts commit f94919cb9cff41e274044fc69c56ad36a33974f2. * remove fetch specification * renoteの条件追加 * apiFetch => cli * bypass fetch? * fix * refactor: use path alias * temp: add submodule * remove submodule * enhane: unison-reloadに指定したパスに移動できるように * null * null * feat: ログインするアカウントのIDをクエリ文字列で指定する機能 * null * await? * rename * rename * Update read.ts * merge * get-note-summary * fix * swパッケージに * add missing packages * fix getNoteSummary * add webpack-cli * :v: * remove plugins * sw-inject分離したがテストしてない * fix notification.vue * remove a blank line * disconnect intersection observer * disconnect2 * fix notification.vue * remove a blank line * disconnect intersection observer * disconnect2 * fix * :v: * clean up config * typesを戻した * Update packages/client/src/components/notification.vue Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * disconnect * oops * Failed to load the script unexpectedly回避 sw.jsとlib.tsを分離してみた * truncate notification * Update packages/client/src/ui/_common_/common.vue Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> * clean up * clean up * キャッシュ対策 * Truncate push notification message * クライアントがあったらストリームに接続しているということなので通知しない判定の位置を修正 * components/drive-file-thumbnail.vue * components/drive-select-dialog.vue * components/drive-window.vue * merge * fix * Service Workerのビルドにesbuildを使うようにする * return createEmptyNotification() * fix * i18n.ts * update * :v: * remove ts-loader * fix * fix * enhance: Service Workerを常に登録するように * pollEnded * URLをsw.jsに戻す * clean up Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix(client): fix popup menu direction calclationsyuilo2022-03-191-12/+12
|
* tweak clientsyuilo2022-03-061-16/+33
|
* enhance(client): improve launch pad usabilitysyuilo2022-02-231-1/+2
|
* fix(client): ↵syuilo2022-02-131-9/+14
| | | | | | リアクションピッカーの高さが低くなったまま戻らないことがあるのを修正 Fix #8071
* fix(client): ↵syuilo2022-02-121-6/+6
| | | | nextTickの中でonUnmounted呼び出しても効かない可能性がある
* feat(client): デバイスの種類を手動指定できるようにsyuilo2022-02-081-1/+2
|