summaryrefslogtreecommitdiff
path: root/packages/frontend/vite.replaceIcons.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* replace more iconsdakkar2025-05-301-0/+6
| | | | | | | | in a few places icon classes are constructed from string constants, and those not always include the `ti` prefix also updated the `grep` in `CONTRIBUTING.md` to catch those kind of constants.
* Fix missing icon, Fix import of all notes being outside all notes folderMarie2025-05-081-1/+1
|
* merge upstream againHazelnoot2025-04-241-0/+7
|
* replace ti-caret-down iconHazelnoot2025-04-021-0/+1
|
* replace new iconsHazelnoot2025-04-011-4/+19
|
* fix mapping for ti-list-searchHazelnoot2025-02-041-1/+1
|
* map new TI icons:Hazelnoot2025-02-041-0/+5
| | | | | | | | * ti-eraser -> ph-eraser * ti-icons -> ph-squares-four * ti-list-numbers -> ph-list-numbers * ti-notes -> ph-notepad * ti-user-question -> ph-user-question
* Merge branch 'develop' into feature/2024.10dakkar2024-12-121-0/+1
|\
| * chore: add new ti icon to replaceMarie2024-12-091-0/+1
| |
* | replace more iconsdakkar2024-11-221-0/+3
| |
* | replace new iconsdakkar2024-11-081-0/+7
|/
* replace new icons with oursdakkar2024-10-091-0/+7
|
* fixes from peer reviewHazel K2024-10-021-1/+0
|
* fix icon mappings for ti-user-check and ti-user-heartHazel K2024-09-301-1/+2
|
* chore: fix typo in icon nameMarie2024-08-161-1/+1
|
* update our icons to the new custom fontdakkar2024-08-061-2/+2
| | | | | mostly, `ph-bold` was replacing the font-family, so we're now using `sk-icons-lg`
* map new iconsdakkar2024-08-021-0/+6
| | | | | | | | phopshor doesn't have anything decent for "folder symlink", the "folder dashed" I picked is pretty bad the three classes not prefixed with `ti ` are inside a conditional in `packages/frontend/src/pages/admin/abuse-report/notification-recipient.item.vue`
* preserve `ti-fw` classes for icons - fixes #580dakkar2024-07-151-4/+3
| | | | | | | | | | | | | I thought that `ti-fw` was mostly useless, but it turns out that: - it affects the alignment of icons in many places - it's set separately in some places (e.g. `packages/frontend/src/ui/_common_/navbar.ts` has `<i class="ti-fw" :class="[$style.itemIcon, navbarItemDef[item].icon]"></i>`) so we have to keep it around.
* move icon replacements to their own filedakkar2024-06-221-0/+371