diff options
| author | dakkar <dakkar@thenautilus.net> | 2024-05-11 13:09:32 +0100 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2024-05-11 13:09:32 +0100 |
| commit | af2385700d5e27e72dea550b9d60595f7bb08ae0 (patch) | |
| tree | e30c83268f0264d6285bb8f6d30a6a54a47b885f /CONTRIBUTING.md | |
| parent | Merge branch 'future-2024-04-10' into future-2024-04-25-post (diff) | |
| download | sharkey-af2385700d5e27e72dea550b9d60595f7bb08ae0.tar.gz sharkey-af2385700d5e27e72dea550b9d60595f7bb08ae0.tar.bz2 sharkey-af2385700d5e27e72dea550b9d60595f7bb08ae0.zip | |
fix some icons
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 5 |
1 files changed, 4 insertions, 1 deletions
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 |