| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- set position relative on .nav-menu
- remove position relative from .nav-item
- optimize computations for scroll into view
- remove debug statements
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- add data-component attribute to navigation container
- add data-version attribute to navigation container
- store state for each menu separately, using the component + version as the key
- add version field to nav-state data to detect & purge incompatible data
|
| |
|
|
|
|
|
|
| |
- open menu item when activated (i.e., clicked)
- reorder logic in navigation script to be more intuitive
- use single query to find all menu items to open
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- align templates with Antora's UI model
- add relativize helper to relativize a root relative URL to the current page
- add detag helper to strip HTML tags from content
- detag page title in HTML title element
- replace the term "domain" with "component"
- rename navigation-component to navigation-menu
- update navigation JavaScript to activate path to current page in navigation tree
- update build preview task to assign correct properties on model
- update sample UI model
- remove page-versions and has-versions helpers
- compare selected/latest/current using equality instead of checking boolean property
|
|
|