14 Commits

Author SHA1 Message Date
daveoconnor
1e56c838b6 Fixed master/develop paths breaking docs page loading (#2008) (#2010) 2025-11-13 17:32:07 -08:00
daveoconnor
f8ddd389f3 Fixed beta content paths breaking version alert replacement regex (#2008) (#2009) 2025-11-13 16:18:50 -08:00
daveoconnor
a5ba797433 Account for develop/master branch paths in docs version alert regex (#1984) (#1985) 2025-10-28 14:57:26 -07:00
daveoconnor
f65a5c72fc Add old version alert to docs views (#1795) (#1960) 2025-10-17 11:27:48 -07:00
Chrissy Wainwright
a31970c9e1 display user icons on the homepage library spotlight refs #1658
Re-use the code written for the library detail page for displaying authors and maintainers on the homepage. To avoid duplicating code, moved all the necessary pieces to a mixin to be used by HomepageView and LibraryDetail, and adjusted it to work for both.
2025-03-31 12:44:01 -05:00
Greg Kaleka
d537985bb8 Schedule report tasks and add report preview view (#1620) 2025-02-10 11:22:17 -05:00
daveoconnor
d2ec29fd52 Fill out develop/master branch support (#1583) 2025-01-08 13:26:06 -08:00
daveoconnor
91f36c3eeb Simplified/centralised version dropdowns population (#1500) (#1510) 2024-12-10 09:29:50 -08:00
daveoconnor
f6a5f4fbcf Make URLs more consistent, refactor libraries/releases (#1489) 2024-11-25 16:08:38 -05:00
daveoconnor
9fbf58a5f1 Fix library dropdown switching (#1388)
* Resolves the issue with libraries not updating on version dropdown
selection going back from version to latest
* Fixes edge case of version alert not showing when query params are
deleted from location bar
* Adds refactor of version selection drop downs on library preference
page and cleans up some unused ones.
2024-10-28 16:49:26 -07:00
daveoconnor
463112e5af fixed issues with releases page and versioning (#1300)
* Fixed issues with releases page and versioning
* Added latest support and version alert
* Updated version alert to link to /release and clarify most recent vs
vs "release" selection
* Refactored Libraries and Releases pages to align similar code for
reuse.
2024-10-07 15:42:18 -07:00
Lacey Williams Henschel
e28fbfef81 Add better messaging, more graceful handling when no data has been imported
- Change mixin to allow for no versions or libraries
- Show message when there is no data, and hide rest of template
- Hide featured library block if there is no featured library
2023-10-18 16:41:25 -07:00
Lacey Williams Henschel
5233b1510a Make categories in drop-down version-sensitive 2023-07-06 10:30:50 -07:00
Lacey Williams Henschel
e83fd73426 Add VersionAlertMixin to ListView 2023-06-23 10:47:26 -07:00