Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
9 check-ins using file src/default.css version 0d56d7933a
|
2022-07-31
| ||
| 08:39 | Revamp key handling to work with modifiers. ... (check-in: af89065ec5 user: florian tags: timeline-keyboard-navigation) | |
| 08:20 | Refactor a function for later reuse. ... (check-in: 2087ad109e user: florian tags: timeline-keyboard-navigation) | |
| 08:14 | Sanitize URL composing. ... (check-in: 6c16d2ec71 user: florian tags: timeline-keyboard-navigation) | |
| 07:58 | Replace the tooltip 'unload' handler with 'pageshow' and 'pagehide' handlers so that restoring the focused entry on back/forward navigation also works with FF. ... (check-in: 5e545a9f07 user: florian tags: timeline-keyboard-navigation) | |
|
2022-07-29
| ||
| 11:37 | Don't use magic numbers, and also improve readability for adjacent lines. ... (check-in: 57baac30d6 user: florian tags: timeline-keyboard-navigation) | |
| 10:27 | Drop a redundant check. ... (check-in: d145d92d14 user: florian tags: timeline-keyboard-navigation) | |
| 10:26 | Fix dynamic style assignment. ... (check-in: bb59cc264e user: florian tags: timeline-keyboard-navigation) | |
| 10:24 | Omit the expiration date when creating the session cookie. ... (check-in: 540955bd36 user: florian tags: timeline-keyboard-navigation) | |
| 06:36 | Implement Javascript-based keyboard navigation for web UI timelines. Shortcuts N and M focus the next or previous entry, and J and K toggle between /timeline and /info views for the focused entry. See comments in the committed Javascript file for more information. ... (check-in: b18c425630 user: florian tags: timeline-keyboard-navigation) | |