From af2385700d5e27e72dea550b9d60595f7bb08ae0 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 11 May 2024 13:09:32 +0100 Subject: [PATCH] fix some icons --- CONTRIBUTING.md | 5 ++++- packages/frontend/src/pages/clip.vue | 4 ++-- packages/frontend/src/pages/page.vue | 4 ++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 14b16345f..2acacd6df 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -570,7 +570,10 @@ seems to do a decent job) `packages/frontend/src/ui/deck/tl-column.vue`, `packages/frontend/src/widgets/WidgetTimeline.vue`) * make sure there aren't any new `ti-*` classes (Tabler Icons), and - replace them with appropriate `ph-*` ones (Phosphor Icons) + replace them with appropriate `ph-*` ones (Phosphor Icons). + `git grep '["'\'']ti[ -](?!fw)'` should show you what to change. + NOTE: `ti-fw` is a special class that's defined by Misskey, leave it + alone * re-generate `misskey-js`: `pnpm build-misskey-js-with-types` * run tests `pnpm test` and fix as much as you can * right now `megalodon` doesn't pass its tests, you probably need to diff --git a/packages/frontend/src/pages/clip.vue b/packages/frontend/src/pages/clip.vue index 29abb9117..f89ef036c 100644 --- a/packages/frontend/src/pages/clip.vue +++ b/packages/frontend/src/pages/clip.vue @@ -15,8 +15,8 @@ SPDX-License-Identifier: AGPL-3.0-only
({{ i18n.ts.noDescription }})
- {{ clip.favoritedCount }} - {{ clip.favoritedCount }} + {{ clip.favoritedCount }} + {{ clip.favoritedCount }}
diff --git a/packages/frontend/src/pages/page.vue b/packages/frontend/src/pages/page.vue index 48ebe4a01..99b8b4143 100644 --- a/packages/frontend/src/pages/page.vue +++ b/packages/frontend/src/pages/page.vue @@ -47,8 +47,8 @@ SPDX-License-Identifier: AGPL-3.0-only
- - + +