Commit graph

27377 commits

Author SHA1 Message Date
dakkar 232bbd20e3 replaced ti-copy 2024-06-22 15:53:13 +01:00
dakkar 582f4b01ce replaced ti-cookie 2024-06-22 15:53:13 +01:00
dakkar e1074c22ba replaced ti-device-tv 2024-06-22 15:53:13 +01:00
dakkar 318e5ff0f9 replaced ti-minus 2024-06-22 15:53:13 +01:00
dakkar 180ba9f5df replaced ti-plane-departure 2024-06-22 15:53:13 +01:00
dakkar 721b41a436 replaced ti-checklist 2024-06-22 15:53:13 +01:00
dakkar 5e465e222e simplify the announcement icons 2024-06-22 15:53:13 +01:00
dakkar d2b4b2fb94 replaced ti-info-circle 2024-06-22 15:53:13 +01:00
dakkar 5409440501 replaced ti-exclamation-circle and ti-user-exclamation 2024-06-22 15:53:13 +01:00
dakkar 527bbd036c replaced ti-users 2024-06-22 15:53:13 +01:00
dakkar 84fd5822bc remove our icon classes from a test file 2024-06-22 15:53:13 +01:00
dakkar 3f38f409f9 replaced ti-reload 2024-06-22 15:53:13 +01:00
dakkar 278916be58 replaced ti-alert-triangle with ph-warning-circle 2024-06-22 15:53:13 +01:00
dakkar cb2734e9a6 factor out plugin call
this will make it easier to do per-file replacements
2024-06-22 15:53:12 +01:00
dakkar 7d74cf62c3 replaced ti-alert-triangle 2024-06-22 15:53:12 +01:00
dakkar 1b965dd866 replaced ti-lock 2024-06-22 15:53:12 +01:00
dakkar e8684ba98f replaced ti-eye-exclamation 2024-06-22 15:53:12 +01:00
dakkar b1954d9898 replaced ti-eye-off 2024-06-22 15:53:12 +01:00
dakkar 8830c94591 replaced ti-eye 2024-06-22 15:53:12 +01:00
dakkar e17f7b7297 replaced ti-star 2024-06-22 15:53:12 +01:00
dakkar 7eed0aec69 replaced ti-code 2024-06-22 15:53:12 +01:00
dakkar 2f4a9010c9 replaced ti-key 2024-06-22 15:53:12 +01:00
dakkar bc0fbca65e replaced ti-link 2024-06-22 15:53:12 +01:00
dakkar 65605683c7 replaced ti-settings 2024-06-22 15:53:12 +01:00
dakkar e7b3a60698 replaced ti-arrow-left 2024-06-22 15:53:12 +01:00
dakkar f8248853d1 replaced ti-heart 2024-06-22 15:53:12 +01:00
dakkar b4e3217cc2 replaced ti-pin 2024-06-22 15:53:12 +01:00
dakkar 79df8774da replaced ti-arrow-right 2024-06-22 15:53:12 +01:00
dakkar 01b9736c8c stricter replacement rules 2024-06-22 15:53:12 +01:00
dakkar 78b21cecc4 replaced ti-pencil 2024-06-22 15:53:12 +01:00
dakkar 5ab3f601da replaced ti-clock 2024-06-22 15:53:12 +01:00
dakkar bdbcb55a81 replaced ti-home 2024-06-22 15:53:12 +01:00
dakkar d83438dea2 replaced ti-confetti 2024-06-22 15:53:12 +01:00
dakkar b149a67a4b replaced ti-shield ti-shield-lock 2024-06-22 15:53:12 +01:00
dakkar 0b0b2e95da replaced ti-device-floppy 2024-06-22 15:53:12 +01:00
dakkar ad2412d3cd replaced ti-check 2024-06-22 15:53:12 +01:00
dakkar 14fbac7ca5 replaced ti-dots 2024-06-22 15:53:12 +01:00
dakkar b2054a674d replaced ti-chevron-right ti-chevrons-right 2024-06-22 15:53:12 +01:00
dakkar 96ce65dc62 replaced ti-planet ti-world-x ti-world-search 2024-06-22 15:53:12 +01:00
dakkar 6f5099f699 replaced ti-plus 2024-06-22 15:53:12 +01:00
dakkar cb124607ce replaced ti-circle-x 2024-06-22 15:53:12 +01:00
dakkar 2258d84f08 replaced ti-download 2024-06-22 15:53:12 +01:00
dakkar babe2f3fcf replaced ti-terminal-2 2024-06-22 15:53:12 +01:00
dakkar c57931d408 merge: ugly work-around to prevent plugins from breaking timelines (!558)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/558

Approved-by: Leah <kevinlukej@gmail.com>
Approved-by: fEmber <acomputerdog@gmail.com>
2024-06-21 14:39:26 +00:00
dakkar 52bb428fdb merge: cache-bursting for stylesheets and fonts (!557)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/557

Approved-by: Leah <kevinlukej@gmail.com>
Approved-by: Tess K <me@thvxl.se>
2024-06-21 12:22:27 +00:00
dakkar 385ecc30a3 don't await in <setup>
`defineAsyncComponent` exists for exactly this purpose…
2024-06-21 11:41:08 +01:00
dakkar 513a8e5de4 select note component in <setup>
this makes our templates much more similar to upstream's, making
merges simpler

changing note design is already marked as needing a reload, so having
non-reactive code that selects the note component is not a problem
2024-06-21 11:17:11 +01:00
dakkar d6a1db1e7b ugly work-around to prevent plugins from breaking timelines
as the comment says, this is a complicated interaction that must be
fixed upstream (I'm not going to fork aiscript for this!)

but at least this stops errors in plugins from completely breaking
Sharkey's frontend
2024-06-20 10:23:29 +01:00
dakkar 6d1b1df1aa cache-bursting for stylesheets and fonts
adding `?version=…` makes sure browsers get the latest files, and it
looks like they honour the caching headers we send back
2024-06-19 17:04:49 +01:00
dakkar 717696c472 merge: Misskey fixes & add button to see if notification dot works (!553)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/553

Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <marie@kaifa.ch>
Approved-by: Amelia Yukii <amelia.yukii@shourai.de>
2024-06-18 15:25:39 +00:00