This website requires JavaScript.
Explore
Help
Register
Sign In
saulteafarmer
/
castopod
Watch
1
Star
0
Fork
0
You've already forked castopod
mirror of
https://code.castopod.org/adaures/castopod
synced
2025-05-10 16:25:47 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
castopod
/
app
/
Views
/
_assets
/
styles
/
index.css
4 lines
78 B
CSS
Raw
Normal View
History
Unescape
Escape
feat: enhance ui using javascript in admin area - bundle js using parcel - add markdown editor, html editor, dropdown and tooltip features using third-party packages - integrate optimized inline svg icons from RemixIcon using svgo and a php helper - add scripts in package.json to bundle icons, images, css and js - update tailwind config to add purgecss lookups and typography plugin - refactor views to add missing pages in user journey - update admin's holy grail layout using css grid
2020-07-27 09:35:34 +00:00
@
import
"./tailwind.css"
;
@
import
"./layout.css"
;
feat: add breadcrumb in admin area - add Breadcrumb library and service - update authorizations - add missing routes to avoid 404 links in breadcrumb - add svg_helper globally in base controller - update purgecss config to check .ts files closes #17
2020-08-05 16:10:39 +00:00
@
import
"./breadcrumb.css"
;
Reference in New Issue
Copy Permalink