Commit Graph

381 Commits

Author SHA1 Message Date
Lacey Williams Henschel
1ed6a8ca29 🔧 Make detail breadcrumbs version-sensitive 2023-02-10 08:20:54 -08:00
Lacey Williams Henschel
23df76ac32 🔧 Dynamic form action for version-sensitive category filtering 2023-02-10 08:11:00 -08:00
Lacey Williams Henschel
029f98647d 🔧 Have list item category link be version-sensitive 2023-02-10 07:46:50 -08:00
Lacey Williams Henschel
4ed9641b0a 🔧 Change breadcrumbs to be version-sensitive 2023-02-09 11:08:51 -08:00
Lacey Williams Henschel
09bc47781a 🔨 Load library detail directly, don't redirect 2023-02-09 10:45:46 -08:00
Lacey Williams Henschel
a8ab1e19f7 🚧 Progress on the category filter 2023-02-08 16:37:26 -08:00
Lacey Williams Henschel
ceeb9c1add 🔨 Order versions in descending order by release date 2023-02-08 14:52:43 -08:00
Lacey Williams Henschel
9507ddca56 🔧 Have LibraryList view load directly instead of redirect 2023-02-08 14:21:58 -08:00
Lacey Williams Henschel
d62fa979ea 🔨 Use slug in template tag 2023-02-08 14:21:29 -08:00
Lacey Williams Henschel
d1ce7b7794 📝 Change URLs to use version slug and not PK 2023-02-08 14:04:25 -08:00
Lacey Williams Henschel
2c19f289f2 🏦 Add Version.slug 2023-02-08 13:57:03 -08:00
Lacey Williams Henschel
f3b2a3795f 🏦 Get distinct libraries 2023-02-08 11:34:52 -08:00
Lacey Williams Henschel
3b1eb22e72 📝 Remove "libraries" from library detail URL 2023-02-08 11:34:38 -08:00
Lacey Williams Henschel
5c51182315 Merge branch 'main' of github.com:revsys/boost.org into library-version-views 2023-02-08 10:45:34 -08:00
Lacey Williams Henschel
67eb40faf0 🚧 Raise error for no version, get distinct results 2023-02-03 10:02:38 -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
d953754583 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-02 15:03:22 -08:00
Lacey Williams Henschel
9789c56f13 📝 Redirect libraries list to libraries-by-version list
In case we want to preserve the /libraries/ url.
2023-02-02 11:45:18 -08:00
Lacey Williams Henschel
1d80f35638 Redirect library detail to versioned library detail
Wasn't sure if we wanted to fully replace the URL or preserve the /libraries/ endpoint? It wasn't hard to add the redirect.
2023-02-02 11:23:49 -08:00
Lacey Williams Henschel
95743b9f56 Add URL for library detail by version 2023-02-02 10:43:26 -08:00
Lacey Williams Henschel
7de45597fe Method to get most recent active version 2023-02-02 10:17:15 -08:00
Lacey Williams Henschel
ed53f9322a 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-02 09:35:13 -08: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
Lacey Williams Henschel
9e5f70e110 Merge pull request #102 from revsys/combine-email-social-signup
 Include the social logins on the signup form
0.0.91
2023-01-25 11:42:10 -08:00
Lacey Williams Henschel
c49fb6d24c Include the social logins on the signup form 2023-01-25 11:36:58 -08:00
Frank Wiles
554eea4347 Disable tests for today 0.0.90 2023-01-20 09:21:45 -06:00
Greg Newman
4c065cd73c Merge pull request #99 from revsys/88-library-search
Library list changes
2023-01-20 10:20:31 -05:00
Greg Newman
5e664cb4da Merge branch 'main' into 88-library-search 2023-01-20 10:14:57 -05:00
Greg Newman
8c73582ab3 📝 Libary list changes
* Makes library items cards
* Removes option checkboxes
* Removes alphabet filters
* WIP alpinejs to submit category - for now there is a “go” button.  I’m running into bugs with x-ref and change.

Issue: #88
2023-01-20 10:05:26 -05:00
Frank Wiles
46738f4335 Merge pull request #97 from revsys/12-website-content
Route and render markdown content from the content repo
2023-01-20 08:16:55 -06:00
Greg Newman
c4e88a2c1c hide footer signup on auth views 2023-01-20 09:00:24 -05:00