summaryrefslogtreecommitdiff
path: root/packages/frontend/src/style.scss (follow)
Commit message (Collapse)AuthorAgeFilesLines
* perf(frontend): tweak css performancesyuilo2025-08-031-5/+4
|
* clean upsyuilo2025-07-311-6/+0
| | | | ワイルドカードセレクタはexpensive
* chore(frontend): tweak selector to improve rendering performancesyuilo2025-07-061-5/+5
|
* clean upsyuilo2025-07-061-21/+0
|
* fix(frontend): ↵かっこかり2025-05-251-14/+2
| | | | タブ間同期が行われるとテーマが切り替わり続ける問題を修正 (#16094)
* enhance(frontend): テーマ切り替えのアニメーションをView ↵かっこかり2025-05-211-2/+39
| | | | | | | | | Transitionに変更 (#15974) * enhance(frontend): テーマ切り替えのアニメーションをView Transitionに変更 * fix lint * fix: 切り替え時間を0.5sに
* Feat: No websocket mode (#15851)syuilo2025-05-091-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * Update MkTimeline.vue * wip * wip * wip * Update MkTimeline.vue * Update use-pagination.ts * wip * wip * Update MkTimeline.vue * Update MkTimeline.vue * wip * wip * Update MkTimeline.vue * Update MkTimeline.vue * Update MkTimeline.vue * wip * Update use-pagination.ts * wip * Update use-pagination.ts * Update MkNotifications.vue * Update MkNotifications.vue * wip * wip * wip * Update use-note-capture.ts * Update use-note-capture.ts * Update use-note-capture.ts * wip * wip * wip * wip * Update MkNoteDetailed.vue * wip * wip * Update MkTimeline.vue * wip * fix * Update MkTimeline.vue * wip * test * Revert "test" This reverts commit 3375619396c54dcda5e564eb1da444c2391208c9. * Update use-pagination.ts * test * Revert "test" This reverts commit 42c53c830e28485d2fb49061fa7cdeee31bc6a22. * test * Revert "test" This reverts commit c4f8cda4aa1cec9d1eb97557145f3ad3d2d0e469. * Update style.scss * Update MkTimeline.vue * Update MkTimeline.vue * Update MkTimeline.vue * ✌️ * Update MkTimeline.vue * wip * wip * test * Update MkPullToRefresh.vue * Update MkPullToRefresh.vue * Update MkPullToRefresh.vue * Update MkPullToRefresh.vue * Update MkTimeline.vue * wip * tweak navbar * wip * wip * wip * wip * wip * wip * wip * Update home.vue * wip * refactor * wip * wip * Update note.vue * Update navbar.vue * Update MkPullToRefresh.vue * Update MkPullToRefresh.vue * Update MkPullToRefresh.vue * wip * Update MkStreamingNotificationsTimeline.vue * Update use-pagination.ts * wip * improve perf * wip * Update MkNotesTimeline.vue * wip * megre * Update use-pagination.ts * Update use-pagination.ts * Update MkStreamingNotesTimeline.vue * Update use-pagination.ts * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md
* refactor(frontend): 空/エラー結果表示をコンポーネント化 ↵syuilo2025-05-061-12/+0
| | | | | | | | | | | | | | | | | | | | | | | (#15963) * wip * wip * wip * wip * wip * Update MkResult.vue * Add storybook story for MkResult (#15964) * Update MkResult.vue --------- Co-authored-by: taichan <40626578+tai-cha@users.noreply.github.com>
* tweak ui stylesyuilo2025-05-051-3/+8
|
* fix(frontend): tweak spacer stylesyuilo2025-04-271-3/+3
|
* add todosyuilo2025-04-271-0/+1
|
* perf(frontend): use css-native implementation for spacer rather than vue ↵syuilo2025-04-271-0/+24
| | | | component
* 🎨syuilo2025-04-181-1/+0
|
* 🎨syuilo2025-03-311-1/+1
|
* refactor(frontend): refactor base stylessyuilo2025-03-301-6/+16
|
* perf(frontend): avoid main thread scroll repaintsyuilo2025-03-281-0/+8
|
* Feat: Chat (#15686)syuilo2025-03-241-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * Update types.ts * Create 1742203321812-chat.js * wip * wip * Update room.vue * Update home.vue * Update home.vue * Update ja-JP.yml * Update index.d.ts * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update CHANGELOG.md * wip * Update home.vue * clean up * Update misskey-js.api.md * wip * wip * wip * wip * wip * wip * wip * wip * wip * lint fixes * lint * Update UserEntityService.ts * search * wip * 🎨 * wip * Update home.ownedRooms.vue * wip * Update CHANGELOG.md * Update style.scss * wip * improve performance * improve performance * Update timeline.test.ts
* fix(frontend): fix broken stylessyuilo2025-03-231-2/+2
|
* refactor(frontend): refactor page stylessyuilo2025-03-221-0/+9
|
* 🎨syuilo2025-03-181-2/+2
|
* 🎨syuilo2025-03-181-0/+14
|
* enhance(frontend): 投稿フォームの設定メニューを改良 (改)syuilo2025-03-161-0/+4
| | | | This reverts commit a814395127aa1b4ea643fb40235e3e58c747b77f.
* Revert "enhance(frontend): 投稿フォームの設定メニューを改良 ↵syuilo2025-03-161-4/+0
| | | | | | (#14804)" This reverts commit ce6b2448ced1101a4f0f8eeeb0d48378d40f696a.
* enhance(frontend): 投稿フォームの設定メニューを改良 (#14804)かっこかり2025-03-161-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * enhance(frontend): 投稿フォームの設定メニューを改良 * Update Changelog * indent * MkMenuのitemを切り出して共通化 * remove unused expose * fix: ドロワーなどのOptionが当たらない問題を修正 * 他のpopupMenuの項目選択時と挙動をあわせる * チュートリアルで詰む問題を修正 * Revert "MkMenuのitemを切り出して共通化" This reverts commit ce3679798c5b642dd0e47056f70657e46b382b5e. * enhance: slotで共通化 * Update MkPostFormOtherMenu.vue * remove duplicated locale key * refactor: メニューの定義をMkPostForm側で行うように * Update CHANGELOG.md * [ci skip] Update MkPostFormOtherMenu.vue * Update MkPostForm.vue * Update CHANGELOG.md --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* enhance(frontend): improve ux for touch devicessyuilo2025-03-161-5/+0
|
* enhance(frontend): improve usability on touch devicesyuilo2025-03-161-0/+17
|
* enhance(frontend): re-organize settings pagesyuilo2025-03-141-0/+1
|
* enhance(frontend): improve preferencessyuilo2025-03-131-1/+1
|
* chore(frontend): tweak animation stylesyuilo2024-11-151-9/+6
|
* fix(frontend): blinkアニメーションが動作していないのを修正syuilo2024-10-151-1/+5
|
* clean upsyuilo2024-10-101-2/+0
|
* refactor(frontend): prefix css variables (UI) (#14739)かっこかり2024-10-101-17/+17
| | | | | | | | | | | * refactor(frontend): prefix css variables * `MI_UI` -> `MI` * fix * `stickyBottom` * stickyTop
* refactor(frontend): prefix css variables (#14725)syuilo2024-10-091-44/+44
| | | | | | | * wip * Update index.d.ts * remove unnecessary codes
* feat: ↵syuilo2024-09-281-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | フォローされた際のメッセージを設定できるようにする (#14430) * feat: フォローされた際のメッセージを設定できるようにする Resolve #14425 * Update CHANGELOG.md * 既にフォローしているユーザーのメッセージも見れるように * Update packages/frontend/src/components/MkNotification.vue Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> * fix indent * Update users.ts * wip * Update users.ts --------- Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* :art:syuilo2024-09-241-1/+1
|
* enhance(frontend): improve forms usabilitysyuilo2024-09-231-0/+10
|
* Revert "refactor"syuilo2024-09-171-0/+144
| | | | This reverts commit 0134e6e420e5a060bccd03b8489e5b07bee99262.
* refactorsyuilo2024-09-171-144/+0
|
* refactor(frontend): scss deprecated 警告に対応 (#14513)かっこかり2024-09-061-4/+4
|
* refactorsyuilo2024-08-191-4/+4
|
* fix(frontend): フォーカスの挙動を修正 (#14158)かっこかり2024-07-121-6/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix(frontend): 直前のパターンを記録するように * fix(frontend): フォーカス/タブ移動に関する挙動を調整 (#226) Cherry-pick commit e8c030673326871edf3623cf2b8675d68f9e1b13 Co-authored-by: taiyme <53635909+taiyme@users.noreply.github.com> * focusのデザイン修正 * move scripts * Modalにfocus trapを追加 * 記録するホットキーはレートリミット式にする * escキーのハンドリングをMkModalに統一 * fix * enterで子メニューを開けるように * lint * fix focus trap * improve switch accessibility * 一部のmodalのフォーカストラップが外れない問題を修正 * fix * fix * Revert "記録するホットキーはレートリミット式にする" This reverts commit 40a7509286a87911ad4cc06d9482e8a2e5d0e7e8. * Revert "fix(frontend): 直前のパターンを記録するように" This reverts commit 5372b2594023952cff34aa62253ed4efef15b5dd. * Revert "Revert "fix(frontend): 直前のパターンを記録するように"" This reverts commit a9bb52e799e110927ad92cd8f26af980819334e1. * Revert "Revert "記録するホットキーはレートリミット式にする"" This reverts commit bdac34273e0bc5f13604c7e2f9fa6b1321a0df3d. * 試験的にCypressでのFocustrapを無効化 * fix * fix focus-trap * Update Changelog * :v: * fix focustrap invocation logic * スクロールがsticky headerを考慮するように * :art: * スタイルの微調整 * :art: * remove deprecated key aliases * focusElementが足りなかったので修正 * preview系にfocus時スタイルが足りなかったので修正 * `returnFocusElement` -> `returnFocusTo` * lint * Update packages/frontend/src/components/MkModalWindow.vue * Apply suggestions from code review Co-authored-by: taiy <53635909+taiyme@users.noreply.github.com> * keydownイベントをまとめる * use correct pesudo-element selector * fix * rename --------- Co-authored-by: taiyme <53635909+taiyme@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(frontend): woodenPanelの配色を修正 (#13561)かっこかり2024-03-201-5/+6
| | | | | * fix(frontend): woodenPanelの配色を修正 * fix
* enhance(frontend): リアクションの総数を表示するように (#13532)かっこかり2024-03-061-0/+7
| | | | | | | * enhance(frontend): リアクションの総数を表示するように * Update Changelog * リアクション選択済の色をaccentに
* enhance(games): 抜けている翻訳を追加・スタイル共通化 (#13434)かっこかり2024-02-231-0/+33
| | | | | | | | | | | | | | | | | | | | | * enhance(games): 抜けている翻訳を追加・スタイル共通化 * frameDivider の使用箇所が見当たらなかったので削除 * ミス * インナーでもcss変数を使う * コロンを翻訳から外す * 一部の翻訳を除去 * p * revert some text --------- 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
|
* enhance(frontend): リファクタリングなどsyuilo2024-01-211-4/+4
|
* may be fix ruby justify on safari (#12551)果物リン2023-12-031-0/+4
|
* Revert "chore(frontend): tweak rt style for safari"syuilo2023-11-171-4/+0
| | | | This reverts commit 76ccae8a2f7ce4ded27509249ef4b99199944fde.