1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00

fix some icons

This commit is contained in:
dakkar
2024-05-11 13:09:32 +01:00
parent af801bd9d2
commit af2385700d
3 changed files with 8 additions and 5 deletions

View File

@@ -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