summaryrefslogtreecommitdiff
path: root/packages/client/src/components/global (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rename: client -> frontendsyuilo2022-12-2717-1694/+0
|
* feat: introduce fluent emojisyuilo2022-12-261-3/+5
|
* fix(client): prevent infinite resize loop (#9232)tamaina2022-12-261-2/+21
| | | | | | | | | | | * clientWidth? * spacer? * size directive? * size directive * use const
* enhance(client): use container queries if available to improve perfsyuilo2022-12-261-0/+1
|
* Merge remote-tracking branch 'refs/remotes/origin/develop' into developtamaina2022-12-251-1/+2
|\
| * fixsyuilo2022-12-251-1/+2
| | | | | | | | https://github.com/misskey-dev/misskey/pull/9399#issuecomment-1364635903
* | fixtamaina2022-12-251-1/+1
|/ | | | https://github.com/misskey-dev/misskey/pull/9400#discussion_r1056909900
* enhance(client): show Unicode emoji tooltip with its name (#9399)Kagami Sascha Rosylight2022-12-251-7/+16
| | | | | | | | | | * enhance(client): show Unicode emoji tooltip with its name * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: tamaina <tamaina@hotmail.co.jp> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor(client): fix TypeScript errors from MkPageHeader (#9400)Kagami Sascha Rosylight2022-12-251-17/+20
|
* :art:syuilo2022-12-211-2/+2
|
* :art:syuilo2022-12-211-1/+1
| | | | Fix #9374
* :art:syuilo2022-12-201-1/+2
|
* :art:syuilo2022-12-201-1/+9
|
* :art:syuilo2022-12-201-2/+2
|
* Use tabler icons (#9354)syuilo2022-12-195-8/+8
| | | | | | | | | | | | | | | | | * wip * wip * wip * Update style.scss * wip * wip * wip * wip
* Revert "wip"syuilo2022-12-191-2/+2
| | | | This reverts commit f83bd31fd5fee0bb2209ad0e5359ffa473ffb30e.
* wipsyuilo2022-12-191-2/+2
|
* fix(client): clarify to use props.url (#9143)futchitwo2022-11-041-2/+2
|
* refactor(client): refactor file name and directory structuresyuilo2022-09-062-2/+2
|
* refactor(client): use setup syntaxsyuilo2022-09-051-2/+2
|
* refactor(client): use setup syntaxsyuilo2022-08-312-118/+83
|
* refactor(client): align filename to component namesyuilo2022-08-3116-2/+2
|
* chore(client): tweak loading displaysyuilo2022-08-272-2/+2
|
* feat: show header with current user avatar on TL (#9051)あずき⪥™2022-08-131-1/+20
| | | | | | | * feat: show header with current user avatar on TL * refactor(client): use displayMyAvatar prop instead of metadata * refactor(client): prefer v-if to `display: none;`
* perf(client): use shallowRef as possiblesyuilo2022-08-061-1/+1
|
* refactor(client): :sparkles:syuilo2022-07-201-2/+3
|
* enhance(client): ネストしたルーティングに対応syuilo2022-07-201-10/+28
|
* enhance(client): suspensesyuilo2022-07-191-1/+7
| | | | Fix #8817
* enhance(client): tweak uisyuilo2022-07-181-3/+7
|
* chore: improve ad style (#8995)Kainoa Kanter2022-07-161-4/+10
| | | | | | | * Improve ad style * :art: * `ad` -> `info`
* chore(client): tweak uisyuilo2022-07-161-2/+2
|
* refactor(client): use setup syntaxsyuilo2022-07-161-52/+25
|
* refactor(client): remove useCssModule (#8999)tamaina2022-07-141-3/+1
| | | | | | | | | * refactor(client): remove useCssModule() * use MkStickyContainer * Revert "use MkStickyContainer" This reverts commit 639746786bb7e3342db9cbd3452854fc29aacf88.
* fix(client): fix url encoded string handling of niraxsyuilo2022-07-131-10/+4
| | | | Fix #8878
* chore(client): rendering performance tweak a bitsyuilo2022-07-051-0/+2
|
* fix lint @typescript-eslint/ban-typesJohann1502022-07-041-3/+0
|
* chore(client): tweak stylesyuilo2022-07-031-1/+1
|
* feat(client): status bar (experimental)syuilo2022-07-031-2/+6
|
* enhance(client): better sticky-container componentsyuilo2022-07-022-31/+24
|
* chore(client): tweak uisyuilo2022-07-011-11/+13
|
* tweak clientsyuilo2022-06-301-1/+2
|
* perf(client): remove needless reactivitysyuilo2022-06-291-1/+1
|
* chore(client): tweak stylesyuilo2022-06-281-1/+1
|
* refactor(client): extract interval logic to a composable functionsyuilo2022-06-261-9/+9
| | | | あと`onUnmounted`を`onMounted`内で呼んでいたりしたのを修正したりとか
* tweak clientsyuilo2022-06-221-2/+8
|
* refactor(client): use composition apisyuilo2022-06-221-63/+46
|
* refactor(client): refactor header tab handlingsyuilo2022-06-221-25/+64
|
* refactor(client): Refine routing (#8846)syuilo2022-06-204-379/+352
|
* refactor: チャットルームをComposition API化 (#8850)tamaina2022-06-201-50/+42
| | | | | | | | | | | | | | | | | | | | | * pick form * pick message * pick room * fix lint * fix scroll? * fix scroll.ts * fix directives/sticky-container * update global/sticky-container.vue * fix, :art: * test.1
* feat: Add Badge Image to Push Notification (#8012)tamaina2022-06-201-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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を戻した * backend/src/web/index.ts * notification-badges * add scripts * change create-notification.ts * 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 * refactor * キャッシュ対策 * Truncate push notification message * fix * クライアントがあったらストリームに接続しているということなので通知しない判定の位置を修正 * components/drive-file-thumbnail.vue * components/drive-select-dialog.vue * components/drive-window.vue * merge * fix * Service Workerのビルドにesbuildを使うようにする * return createEmptyNotification() * fix * fix * i18n.ts * update * :v: * remove ts-loader * fix * fix * enhance: Service Workerを常に登録するように * pollEnded * pollEnded * URLをsw.jsに戻す * clean up * fix lint * changelog * alpha-test * also with twemoji * add isMimeImage function * catch * Colour => Color * char2file => char2filePath * Update autocomplete.vue * remove clone? Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>