Lacey Williams Henschel
63cdfc6b18
Merge pull request #118 from revsys/libraries-by-version-view
...
Libraries by version views
0.0.102
2023-02-14 10:29:03 -08:00
Lacey Williams Henschel
ce2727c5ba
☔ Reorder tests
2023-02-13 12:21:01 -08:00
Lacey Williams Henschel
811adaa38d
👕 Linter
2023-02-13 12:20:49 -08:00
Lacey Williams Henschel
45ee2c7a9b
✨ Add libraries by versions and categories, redirect libraries by category
...
- Adds /versions/{pk}/libraries-by-category/{slug}/
- Redirects /libraries-by-category/{slug}/ to ^
2023-02-13 12:17:46 -08:00
Lacey Williams Henschel
cb826490fc
🔧 Remove extra "libraries" from URL pattern
2023-02-13 12:05:37 -08:00
Lacey Williams Henschel
ea283f114a
🔧 Fixes for library-detail-by-version view
2023-02-13 12:02:35 -08:00
Lacey Williams Henschel
be8ee1f5fa
✨ Add URL for library detail by version
2023-02-13 11:56:41 -08:00
Lacey Williams Henschel
35f73bc8b2
👕 Linter
2023-02-13 11:51:06 -08:00
Lacey Williams Henschel
7e7db0b218
✨ Add libraries-by-version list view
...
Note: This does NOT address the categories functionality. This commit adds the new URL, but if the user filters by category on that page, the page redirects to `/libraries-by-category/` and doesn't respect the version.
2023-02-13 11:50:23 -08:00
Lacey Williams Henschel
345de0c4c0
Merge pull request #117 from revsys/add-version-slug
...
Add `slug` to `Version` model and related refactoring
0.0.101
2023-02-13 10:27:27 -08:00
Lacey Williams Henschel
d32db6eb1d
🔧 Use slug in version detail URL and not PK
2023-02-13 09:53:25 -08:00
Lacey Williams Henschel
30ff9d3559
🏦 Add Version.slug
2023-02-13 09:32:35 -08:00
Lacey Williams Henschel
26d7156c7b
Merge pull request #115 from revsys/versions-order
...
Order older versions by release date, descending
0.0.100
2023-02-13 09:22:30 -08:00
Lacey Williams Henschel
d5f680b636
🔥 Unneeded code
2023-02-11 06:35:43 -08:00
Lacey Williams Henschel
b2401bb0d8
☔ Test version list order
2023-02-11 06:33:47 -08:00
Lacey Williams Henschel
a7389a3d8f
🔨 Order versions in descending order by release date
2023-02-11 06:27:26 -08:00
Frank Wiles
bf3b0a83f7
Fix test settings
0.0.99
2023-02-10 10:29:39 -06:00
Greg Newman
5cd743d413
Merge pull request #112 from revsys/88-library-search
...
🚜 WIP working search
2023-02-10 11:24:47 -05:00
Greg Newman
b79622062a
🚜 empty results
2023-02-10 11:18:12 -05:00
Greg Newman
acef7f0055
🚜 format results more
...
* Add truncated description
* Add link
* Cap library name
2023-02-10 11:16:05 -05:00
Frank Wiles
27c9773a8f
Re-enable github actions tests
2023-02-10 10:12:16 -06:00
Frank Wiles
aec742c1ee
Merge pull request #109 from revsys/remove-letter-views
...
🔥 Remove the libraries-by-letter view
0.0.98
2023-02-10 10:09:58 -06:00
Greg Newman
28d64a4ef8
🚜 WIP working search
...
* Bootstrapped API viewset to search libraries
* Updated templates
* Added htmx for search
* Search results template to display results
Issue: #88
2023-02-10 11:04:33 -05:00
Greg Newman
78b15a1e23
Merge pull request #111 from revsys/tailwind-fu
...
🐛 fixes click away
0.0.97
2023-02-10 09:27:09 -05:00
Greg Newman
9455d0de07
🐛 fixes click away
...
Sometimes you just need sleep!
2023-02-10 09:10:58 -05:00
Greg Newman
0dd107cb9d
Merge pull request #110 from revsys/tailwind-fu
...
Tailwind fu
0.0.96
2023-02-09 18:37:47 -05:00
Greg Newman
ee49460228
🚜 command palatte
...
* clean out palatte and prep for results
* Chasing down a bug with `@click.away` which is not closing the palatte
2023-02-09 18:35:03 -05:00
Greg Newman
68fd42281d
🐛 fixes regression in menu colors
2023-02-09 18:26:06 -05:00
Lacey Williams Henschel
9e4b77f4a3
🔥 Remove the libraries-by-letter view
2023-02-09 10:21:36 -08:00
Frank Wiles
268ebf1cbe
Merge pull request #105 from revsys/version-library-m2m
...
Add a ManyToMany on Library to Version
0.0.95
2023-02-03 11:07:07 -06:00
Greg Newman
d607ae6fda
Merge pull request #107 from revsys/tailwind-fu
0.0.94
2023-02-03 09:34:55 -05:00
Greg Newman
fd88562640
🎨 darken that background
2023-02-03 09:24:46 -05:00
Greg Newman
24125424f6
🎨 better palette bg color
...
* changed color
* added dray to tailwind config
* fixed regressions with colors
2023-02-03 09:19:47 -05:00
Greg Newman
a216a1a073
🐛 fix click to close modal
2023-02-03 09:08:18 -05:00
Greg Newman
e5927701c0
🐛 fix x-cloak
2023-02-03 09:07:10 -05:00
Greg Newman
bc20a0d3ef
Merge pull request #106 from revsys/tailwind-fu
...
Tailwind fu
0.0.93
2023-02-02 18:51:08 -05:00
Greg Newman
5c58be5d92
🚜 WIP search command palatte
...
Adds the command palette with alpine triggers. When clicking into the existing search box the command palatte opens and focuses on the search input.
Needs an api enpoint for search and discussion about content.
Issue: #88
2023-02-02 18:48:07 -05:00
Lacey Williams Henschel
f601b67613
✨ Add command to generate test versions
2023-02-01 16:13:41 -08:00
Lacey Williams Henschel
2074f31c75
✨ Add a str method
2023-02-01 15:14:52 -08:00
Lacey Williams Henschel
e5b9612af5
✨ Add LibraryVersion to the admin
2023-02-01 15:14:36 -08:00
Lacey Williams Henschel
1193c88574
Merge branch 'main' of github.com:revsys/boost.org into version-library-m2m
2023-02-01 14:01:09 -08:00
Greg Newman
817690d590
🔨 fix padding
2023-02-01 11:05:11 -05:00
Greg Newman
ad8eb996a2
✨ submits category form on change
2023-02-01 10:30:33 -05:00
Greg Newman
d3ac2d159d
🎨 cleaning up auth pages more
...
* Make blocks not jump vertically on tab change
* Change Login to Log In
* Change Signup to Sign Up
* toggle providers and form on Sign Up templates
* Fix mobile layout
* Change verbage on provider buttons to “use”
* Set default href style on paragraphs
2023-02-01 09:21:49 -05:00
Lacey Williams Henschel
eccd44a1a5
☔ Tests for Library models
2023-01-30 10:47:56 -08:00
Lacey Williams Henschel
4e249ac6da
🏦 Add LibraryVersion M2M through model and tests
2023-01-30 10:47:31 -08:00
Lacey Williams Henschel
341ac69b7f
Merge pull request #104 from revsys/versions
...
Data-driven versions list and detail pages
0.0.92
2023-01-30 09:47:26 -08:00
Lacey Williams Henschel
a05be78b75
📝 Change URL path for version detail
2023-01-30 09:42:00 -08:00
Lacey Williams Henschel
136b047ba8
☔ 📝 Data-driven versions list page
2023-01-27 09:39:07 -08:00
Lacey Williams Henschel
b02a0eca02
📝 ☔ Get current and past versions in version list
2023-01-26 12:24:39 -08:00