Reimplement compose and add tiling windows
This commit is contained in:
@@ -55,11 +55,9 @@ This is the repeatable process used in GIA to self-host third-party frontend ass
|
||||
- Font Awesome:
|
||||
- GIA templates use icon classes that are not safely replaceable with `@fortawesome/fontawesome-free`.
|
||||
- The existing Font Awesome Pro `site-assets` v6.1.1 bundle is self-hosted under `core/static/vendor/fontawesome/` instead.
|
||||
- jQuery:
|
||||
- Latest npm is 4.x, but GIA stays on `3.7.1` to avoid breaking older plugins.
|
||||
- Bulma extensions:
|
||||
- `bulma-calendar`, `bulma-tagsinput`, `bulma-switch`, `bulma-slider`, and `bulma-tooltip` were matched against Bulma's official extensions page before pinning.
|
||||
- `bulma-calendar` and `bulma-tooltip` are deprecated on npm, but Bulma still points to the Wikiki ecosystem for these extensions, so they were kept and documented instead of replaced ad hoc.
|
||||
- Former extensions were matched against Bulma's official extensions page before pinning.
|
||||
- Unused extensions (`calendar`, `slider`, `tagsinput`, `switch`, and `tooltip`) were removed once the app no longer referenced them.
|
||||
|
||||
## Theme Strategy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user