Age | Commit message (Collapse) | Author | |
---|---|---|---|
12 days | css: fix missing secondary nav | (quasar) nebula | |
12 days | css: carry over more medium/thin layout dynamics | (quasar) nebula | |
12 days | content, css: generatePageLayout: sidebars in content column | (quasar) nebula | |
14 days | content: linkTemplate: suffixNormalContent here too | (quasar) nebula | |
14 days | client: image-overlay: fix thumb data-displaying-thumb | (quasar) nebula | |
14 days | client: image-overlay: take clicks far beneath action bar | (quasar) nebula | |
14 days | content, css: simplify overlay image positioning, adaptive layout | (quasar) nebula | |
14 days | content, client: image-overlay: set thumb aspect ratio | (quasar) nebula | |
Although the thumbnail image width automatically matches the width of the main image, the height by default will be a multiple of the thumbnail's own height, which may result in a mismatched aspect ratio due to the much lower accuracy of thumbnail intrinsic dimensions. | |||
14 days | css: image-media-link picture icon | (quasar) nebula | |
14 days | content, client: linkPathFromMedia: display overlay | (quasar) nebula | |
14 days | static: image-overlay: details via <a>, data-embed-src | (quasar) nebula | |
2025-03-02 | contentt, css: linkOtherReleaseOnArtistInfoPage: behaviorize | (quasar) nebula | |
2025-03-02 | content: generateArtistInfoPageFirstReleaseTooltip | (quasar) nebula | |
Also rescue hr.cute | |||
2025-03-02 | content: generateArtistInfoPageRereleaseTooltip, etc (wip) | (quasar) nebula | |
Missing tooltip for first release + link hash target so this is very much still wip | |||
2025-03-02 | content, css: generateTrackArtistCommentarySection | (quasar) nebula | |
Actually coded yesterday!!!1 | |||
2025-03-02 | content, css: use :has() to conditionally clear commentary heading | (quasar) nebula | |
2025-03-02 | content, css: generateAlbumSidebar: earlier/later releases | (quasar) nebula | |
Also CSS tweak for release box backgrounds, and fix generateAlbumSidebar being broken for non-track pages | |||
2025-03-02 | content: generateTrackReleaseBox | (quasar) nebula | |
2025-02-25 | content, css: try new language for descendant tags | (quasar) nebula | |
2025-02-25 | data, content, css: art tag additional names | (quasar) nebula | |
2025-02-25 | content: generateArtTagInfoPage (etc): times featured map | (quasar) nebula | |
2025-02-25 | css: fix up top-level center align in art tag network stats | (quasar) nebula | |
2025-02-25 | content: listArtTagNetwork: descendants (leaves only) stat | (quasar) nebula | |
2025-02-25 | css: tweak art tag network elment placements | (quasar) nebula | |
2025-02-25 | css: art tag network center align shenanigans | (quasar) nebula | |
2025-02-25 | content, css: listArtTagNetwork: right-align shenanigans (wip) | (quasar) nebula | |
2025-02-25 | content, client: listArtTagNetwork: art tag stat switcher | (quasar) nebula | |
2025-02-25 | content, client, css: tag gallery: showing all / direct / indirect | (quasar) nebula | |
2025-02-25 | content, css: listArtTagNetwork: style tweaks | (quasar) nebula | |
2025-02-25 | css: higher contrast in tree-list art tag sidebar | (quasar) nebula | |
2025-02-25 | content: generateArtTagSidebar: combine boxes into one | (quasar) nebula | |
2025-02-25 | content, data: experimental art tag sidebar | (quasar) nebula | |
2025-02-12 | client: sidebar-search: make mag glass a little less sensitive | (quasar) nebula | |
We meant to make incorporate a change like this from the start, but uh, forgot *lol* | |||
2025-02-12 | client: sidebar-search: forget recent search at home | (quasar) nebula | |
2025-02-12 | client: sidebar-search: magnifying glass selects all | (quasar) nebula | |
2025-02-12 | client: sidebar-search: mouse dynamics when recalling | (quasar) nebula | |
This commit is a bit misleading because the work here actually replaced an attempt at using .select(). | |||
2025-02-12 | client: sidebar-search: recall recent search quietly | (quasar) nebula | |
2025-02-12 | client: sidebar-search: never search an empty query | (quasar) nebula | |
Some code paths knida just take us here no matter what's actually entered into the input, so it's easiest to just dismiss empty queries every time. | |||
2025-01-30 | client: make rebase() a bit more sensible HEAD release | (quasar) nebula | |
2025-01-30 | css: 3x3 homepage grid | (quasar) nebula | |
2025-01-28 | client: image-overlay: fix failing w/o any thumbs | (quasar) nebula | |
2025-01-28 | css: finesse search box height in wide/medium layout | (quasar) nebula | |
2025-01-23 | content, css: generatePageLayout: fallback background rule | (quasar) nebula | |
2025-01-10 | css: add color-scheme to page | (quasar) nebula | |
this apparently fixes scrollbar rendering in safari on overflow: scroll elements lol blessings to: https://stackoverflow.com/a/75958175 | |||
2025-01-10 | client: cancel focus first search result when text cursor moves | (quasar) nebula | |
HTMLInputElement: selectionchange still not available, boo hoo although this is probably appropriate wrt selection moving literally anywhere else - should also cancel focus-first-result | |||
2025-01-10 | client: simplify logic to cancel focus first result | (quasar) nebula | |
2025-01-10 | client: dismiss upcoming change event | (quasar) nebula | |
...rather than tracking value changes, which is finnicky and broke how we detected pressing enter/return to acivate search (on 'change' event) | |||
2025-01-10 | client: factor out focusFirstSidebarSearchResult | (quasar) nebula | |
2025-01-10 | client: activate search when pressing down | (quasar) nebula | |
2025-01-10 | client: always capture up/down in search input | (quasar) nebula | |