Add navigation, browse views, overlays, and update roadmap

This commit is contained in:
Jordan Wages 2025-09-16 22:35:35 -05:00
commit ab7bc36714
4 changed files with 1862 additions and 35 deletions

View file

@ -11,3 +11,17 @@
.ux-overlays { position: absolute; inset: 0; pointer-events: none; }
.ux-view { width: 100%; }
.ux-view--overlay { position: absolute; inset: 0; z-index: 10; pointer-events: auto; }
.is-sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.table tbody tr.is-selectable-row { cursor: pointer; }