summaryrefslogtreecommitdiff
path: root/packages/frontend/src/ui/universal.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(frontend/pageMetadata): ページタイトルが更新されない問題 ↵taiy2024-02-161-6/+14
| | | | | | (#13289) Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* (re) update SPDX-FileCopyrightTexttamaina2024-02-131-1/+1
| | | | Fix #13290
* Revert "update SPDX-FileCopyrightText"tamaina2024-02-131-1/+1
| | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
* update SPDX-FileCopyrightTextsyuilo2024-02-121-1/+1
|
* refactor(frontend): global/router -> routersyuilo2024-01-301-1/+1
|
* enhance(frontend): リファクタリングなどsyuilo2024-01-211-1/+1
|
* refactor(frontend): router.ts解きほぐし (#12907)おさむのひと2024-01-081-1/+1
| | | | | | | | | | | | | | | | | | | * refactor(frontend): router.ts解きほぐし * add debug hmr option * fix comment * fix not working * add comment * fix name * Update definition.ts --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor(frontend): remove redundant class names (#12618)Acid Chicken (硫酸鶏)2023-12-101-1/+1
|
* enhance(frontend): ↵かっこかり2023-12-081-7/+7
| | | | | | | | | | | | | ウィジェットを非表示にできるPageMetaを追加 (#12456) * (enhance) ウィジェットを非表示にできるPageMetaを追加 * fix lint * rename --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor(frontend): 非推奨となったReactivity ↵zyoshoka2023-12-071-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | 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: 対応漏れ
* enhance(frontend): improve pull to refreshsyuilo2023-11-041-1/+1
|
* Feat: 未読通知数を表示できるように (#11982)かっこかり2023-11-011-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 未読通知数を表示できるように * Update Changelog * オプトインにする * Fix lint * (add) テスト通知のプッシュ通知を追加 * add test * フロントエンドの表示上限を99に変更 * Make it default on * 共通スタイルをくくりだす * Update Changelog * tweak * Update UserEntityService.ts * rename * Update navbar-for-mobile.vue --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* feat(frontend): ↵_2023-10-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | スワイプやボタンでタイムラインを再読込する機能 (#12113) * pc reloading * add: disable TL websocket option * fix: stream disconnect when reload * add: pull to refresh * fix: pull to refresh * add changelog * fact: change to disableStreamingTimeline * lint * remove: en-US text * refactor * refactor * add license identifier * tweak * Update MkPullToRefresh.vue * Update MkPullToRefresh.vue * change name timeoutHeartBeat * tweak * :art: --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor(frontend): use ESMsyuilo2023-09-191-12/+12
|
* feat: refine announcement (#11497)syuilo2023-08-131-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update read-announcement.ts * wip * wip * wip * Update index.d.ts * wip * Create 1691649257651-refine-announcement.js * wip * wip * wip * wip * wip * wip * Update announcements.vue * wip * wip * Update announcements.vue * wip * Update announcements.vue * wip * Update misskey-js.api.md * Update users.ts * Create MkAnnouncementDialog.stories.impl.ts * wip * wip * Create AnnouncementService.ts
* chore: ↵Shun Sakai2023-07-271-0/+5
| | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#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>
* fix: insert bottom spacing appropriately (#11370)Ibuki Sugiyama2023-07-251-0/+2
|
* fix(frontend): ↵syuilo2023-07-081-0/+3
| | | | | | ページ遷移でスクロール位置が保持されない問題を修正 Fix #11068
* tweak of 6032c2be1syuilo2023-06-091-12/+13
|
* fix(frontend): Scrolling Issue in Safari for Top and Bottom Barssyuilo2023-06-091-0/+21
| | | | fix #10977
* :art:syuilo2023-06-011-0/+1
|
* :art:syuilo2023-06-011-0/+1
|
* tweak uisyuilo2023-05-311-9/+11
|
* tweak uisyuilo2023-05-311-0/+1
|
* clean upsyuilo2023-05-301-1/+1
|
* refactorsyuilo2023-05-301-25/+15
|
* refactorsyuilo2023-05-191-17/+17
|
* clean upsyuilo2023-05-151-1/+1
|
* fix of f8ed6b1a5syuilo2023-05-081-1/+1
|
* refactorsyuilo2023-05-081-2/+2
|
* fix(client): Consider safe-area-inset-bottom on global widgets areatamaina2023-04-101-2/+2
| | | | Fix #9052
* refactor(frontend): remove $storesyuilo2023-04-011-16/+16
|
* :art:syuilo2023-03-031-1/+1
|
* enhance(client): provide sticktyFootersyuilo2023-03-021-4/+21
|
* refactor: remove all unused imports (#9951)Kagami Sascha Rosylight2023-02-161-3/+2
| | | Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* lintsyuilo2023-02-091-3/+3
|
* enhance: PizzaxデータをindexedDBに保存するように (#9225)tamaina2023-02-021-1/+1
| | | | | | | | | | | | | | | | | * Revert "Revert #8098" This reverts commit 8b9dc962ae7b04354c65f6e80ad0e9a6bafd57ea. * fix * use deepClone instead of deepclone * defaultStore.loaded * fix load * wait ready * use top-level await, await in device-kind.ts
* feat: ↵yupix2023-01-271-0/+9
| | | | | | | | | classicモードでテーマが自動変更された際元に戻すように (#9669) * feat: classicモードでテーマが自動変更された際元に戻すように * docs: update CHANGELOG.md * fix: prefixを miux:ui_temp から ui_temp に変更
* fix `navButtonIcon` not being aligned to center (#9543)あずき⪥™2023-01-131-0/+1
| | | | | * fix `navButtonIcon` not being aligned to center * fix `navButtonIcon` on deck not being aligned
* fix(client): ↵syuilo2023-01-101-0/+13
| | | | | | 画面の幅が狭いとウィジェットドロワーを閉じる手段がなくなるのを修正 Fix #7191
* refactor(client): use css modulessyuilo2023-01-101-1/+3
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-01-101-1/+2
|\
| * prefer using composition (#9521)あずき⪥™2023-01-101-1/+2
| |
* | :art:syuilo2023-01-101-7/+11
|/
* fix stylesyuilo2023-01-101-5/+5
|
* 画面下部に必要なスペース関連の改善 (#9509)あずき⪥™2023-01-101-7/+1
| | | | | | | | | * enhance: apply same safe area processing to the tab bar * fix: remove unnecessary bottom space on messaging room * enhance bottom spacing * fix size of `minBottomSpacing`
* refactor(client): use css modulessyuilo2023-01-101-34/+54
|
* refactor(client): use css modulessyuilo2023-01-101-134/+136
|
* refactor(client): typed localStoragesyuilo2023-01-071-1/+2
|
* perf(client): use shallowRef for html element refsyuilo2023-01-031-1/+1
|