aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.3/examples/dashboard/index.html
AgeCommit message (Collapse)AuthorFilesLines
2024-03-19docs: use defer when possible for JSXhmikosR1-0/+2
2024-03-05dashboard: remove the unused bootstrap-icons.cssXhmikosR1-1/+0
We should revisit this later because it's a lot simpler for people to just include the CSS than copy around tens of icons, even if it leads to unused CSS
2023-08-02examples: update 3rd-party packages (#38994)XhmikosR1-3/+3
2023-07-23dashboard: fix offcanvas md display (#38952)XhmikosR1-1/+1
* dashboard: fix offcanvas md display * Update index.html
2023-05-31Use `.d-none` instead of inline stylingJulien Déramond1-1/+1
2023-04-27More darkmode examples (#38058)Mark Otto1-87/+167
* WIP darkmode examples * Fix product css error, redo parts of blog * wip dashboard * updated rtl generated * fix up some examples, namely dashboard * jumbotron and sign-in fixes * more fixes * more * Fixes from code review * Remove duplicate `data-bs-target` in dashboard/index.html * Modify `blog-rtl/index.html` * Modify `dashboard-rtl/index.html` * Modify `carousel-rtl/index.html` * Keep JS on all pages for switcher * Remove Feather from dashboard examples --------- Co-authored-by: Julien Déramond <[email protected]>
2023-02-19Bump Chart.js from 2.9.4 to 4.2.1 in dashboard examples (#38071)Julien Déramond1-2/+2
* Bump Chart.js from 2.9.4 to 4.2.1 in dashboard examples * Rollback myChart var modification * Add some padding between tooltip color and text --------- Co-authored-by: XhmikosR <[email protected]>
2023-01-16Deprecate the Sass var and remove any occurence of the `.text-muted` (#37890)Louis-Maxime Piton1-1/+1
2022-12-28Docs: display examples based on the docs current color mode (#37562)Julien Déramond1-1/+1
* Docs: display examples based on the docs current color mode * Fix _default/examples.html
2022-12-24Release v5.3.0-alpha1 (#37661)XhmikosR1-0/+252
* Bump version to 5.3.0-alpha1 * Dist * Add docs versions updates * Update note in homepage hero Co-authored-by: Mark Otto <[email protected]>