377 Commits

Author SHA1 Message Date
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
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
Lacey Williams Henschel
c7bef4af28 📝 Improve test files 2023-01-19 18:43:49 -08:00
Lacey Williams Henschel
49e83dfcad Set up a local dir for markdown content unit testing 2023-01-19 18:41:13 -08:00
Lacey Williams Henschel
3428012a49 Retrieve markdown from Docker container, render as HTML 2023-01-19 15:37:49 -08:00
Greg Newman
61e5a36814 Merge pull request #96 from revsys/89-css-buttons
Styling fixed additions for forum and login/signup
0.0.89
2023-01-19 18:37:23 -05:00