Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UI Refactor. Remove non-functioning base-path arg from dashboard. (#235)
* Update .gitignore * clean up head formatting, add meta description * add default language, clean up formatting * use more semantic html in dashboard and navbar * remove empty template * indentation tweak * finish removing unused and empty preamble template * more semantic footer html * formatting tweaks * replace normalize with modern-css-reset * rename font file for clarity * add utopia fluid type scales * convert namespace_list to more semantic html * start new styling * groundwork for sidebar layout on namespace list page * switch to grid * iteration on namespace list adds buttons and gridded namespaces * sizing and spacing tweaks * style sidebar elements * class name clean up * reflow namespaces list page in narrow window * first iteration on search function * handle multi-word searches and clearing search * make search submit button work * remove old namespace search script * add glossary * groundwork for new namespace and container semantics * generalize nav styling * finish up html overhaul for dashboard, namespace, and container * first pass at styling dashboard header, secondary nav, and glossary * compTable styling, misc style tweaks * code block borders, misc style tweaks for dashboard * tweak colors * center "suggested changes" * update presentation of namespace hierarchy's subtitles/labels * collapse all but first deployment * Minor consistency tweaks, add note for later * switch to rem-based version of utopia * fix safari resize font scaling bug * add missing headings in reset * make font scaling less dramatic * start css clean up and consolidation * move dashboard header to sidebar, continue css clean up * make header, main, and footer correctly fill min 100vh * style dashboard nav * add styling for badges, callouts, verticalRhythm, and indents. keep summary marker on same line as text * use favicon * wording adjustment * add borders and backgrounds for namespaces, deployments, and containers * remove unneeded relative base url, clean up formatting in head * customize details marker * add ability to increase verticalRhythm * extract common elements of namespace, deployment, and container details * spacing and border adjustments * style comparison tables * add qos abbreviation (and abbr styling) and link to definition * show h1 on details page * make namespace and container details collapsible. define and use namespace, deployment, and container colors * use better contrasting text color for container badge * glossary: add copy and styling * simplify spacing * remove old, unused html * add, style, and make work namespace search form on detail page * open glossary links in new window * hide namespace filter when only one namespace is detailed * update search.js to handle missing search form or malformed data attributes * Change wording from "search" to "filter" Co-Authored-By: Andrew Suderman <[email protected]> * fix "divaria-live" bug by adding spacing around go templating back * extract namespace filter into template * alphabetizing for clarity, remove CheckDetailsTemplate name because template doesn't exist * handle all spaces in filtering, not just first one * style namespace list * make search button look like a button, enable search form to grow to fill space * simplify namespace list layout * simplify usage of list-style: none * extract misc css variables, don't scale transform when prefers-reduced-motion, tweak namespaces found wording * update handling of no namespaces on namespace list page * add border around pre elements * css spaces and formatting adjustments * handle case where namespace has no deployments on detail page * link to specific glossary definitions instead of just QoS * move all updated css to main.css, remove unused css files * fix accessiblity and lighthouse failures * switch from 4-space tabs to 2-space tabs in main.css to match style used in other files * clean up gohtml formatting, add missing "opens in new window" notices * remove unused javascript * more spacing between namespaces in detail * remove non-functional base-path. Fix relative linking of static assets * remove basePath unused var * tidy * tidy * update screenshot in readme Co-authored-by: Andrew Suderman <[email protected]> Co-authored-by: Andrew Suderman <[email protected]>
- Loading branch information