From af2385700d5e27e72dea550b9d60595f7bb08ae0 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 11 May 2024 13:09:32 +0100 Subject: fix some icons --- CONTRIBUTING.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 14b16345f3..2acacd6dfa 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 -- cgit v1.2.3-freya