[release] Bump to version 68.1
- Fix bug where link on homepage only jumps to media type if already uncollapsed
This commit is contained in:
@ -1,5 +1,23 @@
|
||||
#+title: CHANGELOG
|
||||
|
||||
* Version 68.1 [1/1]
|
||||
** DONE [#B] Fix bug where link on homepage only jumps to media type if already uncollapsed :bug:ui:templates:
|
||||
:PROPERTIES:
|
||||
:ID: 2719639e-d9b4-8523-6974-30846882ecaa
|
||||
:END:
|
||||
|
||||
*** Implementation
|
||||
|
||||
The summary strip links to =#home-<type>=, which lives inside a collapsed
|
||||
Bootstrap accordion panel on the "Details" section. When the panel is
|
||||
collapsed, the browser cannot scroll to the hidden target, so the jump only
|
||||
worked if the section was already expanded.
|
||||
|
||||
- File: ~vrobbler/templates/scrobbles/scrobble_list.html~ (extra_js block)
|
||||
- On load, if the URL hash starts with =#home-=, expand the matching
|
||||
=#collapse-<type>= panel first (via =bootstrap.Collapse.getOrCreateInstance=),
|
||||
then scroll to the target once the collapse finishes animating.
|
||||
|
||||
* Version 68.0 [3/3]
|
||||
** DONE [#B] Add Groq and Mistral free models :agents:scrobbles:
|
||||
:PROPERTIES:
|
||||
|
||||
Reference in New Issue
Block a user