198 Commits

Author SHA1 Message Date
Greg Newman
83eaec0614 Merge branch 'main' into 127-profile-link
# Conflicts:
#	static/css/styles.css
2023-02-23 15:37:15 -05:00
Lacey Williams Henschel
89395a4794 Merge pull request #125 from revsys/fix-versions-display
🔧 Only show 'current version' if it's actually the current version
2023-02-23 12:34:32 -08:00
Greg Newman
f60ed2a685 profile link and photo form style
* adds link to top menu when authenticated to link to profile
* styles the upload profile photo form

Issue: #127
2023-02-23 15:32:47 -05:00
Greg Newman
77cd85cfa3 🎨 style version
Conditionally style the version badge so that current is green and past is orange.
2023-02-23 15:13:27 -05:00
Lacey Williams Henschel
1cf25da012 Merge pull request #120 from revsys/100-breadcrumbs
🐛 Hide "Categorized" in breadcrumb if no category
2023-02-23 09:23:33 -08:00
Lacey Williams Henschel
7791706ee5 User can upload their own profile photo 2023-02-22 12:58:18 -08:00
Lacey Williams Henschel
c674b2d4a8 🔧 Only show 'current version' if it's actually the current version 2023-02-17 13:10:58 -08:00
Greg Newman
8eed4681b9 🎨 sets a default icon if no profile image 2023-02-17 10:47:53 -05:00
Greg Newman
020c0fc8b3 🎨 adds images to library detail 2023-02-17 10:32:05 -05:00
Greg Newman
8b1c5d4eb0 🎨 adds images to library list 2023-02-17 10:29:37 -05:00
Greg Newman
ac2472f8ce 🎨 size image and css fixes
* Sizes the profile image to match designs on the profile page.
* Fixes regression of gray text
2023-02-17 10:19:12 -05:00
Lacey Williams Henschel
8ad302ad21 ❄️ Add media settings 2023-02-15 14:44:20 -08:00
Lacey Williams Henschel
4e648f3ec4 🐛 Hide "Categorized" in breadcrumb if no category 2023-02-15 10:02:51 -08:00
Lacey Williams Henschel
79cd10d5ff 🔧 Refactoring and misc cleanup 2023-02-14 14:56:20 -08:00
Lacey Williams Henschel
02fdad96f6 Merge branch 'main' of github.com:revsys/boost.org into library-version-views 2023-02-14 14:10:00 -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
70870c6294 Merge branch 'main' of github.com:revsys/boost.org into library-version-views 2023-02-10 08:31:49 -08:00
Lacey Williams Henschel
1ed6a8ca29 🔧 Make detail breadcrumbs version-sensitive 2023-02-10 08:20:54 -08: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
Lacey Williams Henschel
23df76ac32 🔧 Dynamic form action for version-sensitive category filtering 2023-02-10 08:11:00 -08: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
Lacey Williams Henschel
029f98647d 🔧 Have list item category link be version-sensitive 2023-02-10 07:46:50 -08:00
Greg Newman
9455d0de07 🐛 fixes click away
Sometimes you just need sleep!
2023-02-10 09:10:58 -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
4ed9641b0a 🔧 Change breadcrumbs to be version-sensitive 2023-02-09 11:08:51 -08:00
Lacey Williams Henschel
d62fa979ea 🔨 Use slug in template tag 2023-02-08 14:21:29 -08: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
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
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
136b047ba8 📝 Data-driven versions list page 2023-01-27 09:39:07 -08:00
Lacey Williams Henschel
c49fb6d24c Include the social logins on the signup form 2023-01-25 11:36:58 -08: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
Greg Newman
c4e88a2c1c hide footer signup on auth views 2023-01-20 09:00:24 -05:00
Greg Newman
7c58e882c3 🎨 style login form
* make forgot link orange and justify between submit button
* hide labels for email and password but keep remember me label
2023-01-19 18:34:06 -05:00
Greg Newman
e1e54deef2 toggle social vs email login forms 2023-01-19 18:26:27 -05:00
Greg Newman
613e8b010e 🎨 change layout of signup template
Put graphic to right of signup form.
2023-01-19 15:38:06 -05:00
Greg Newman
515304e905 🔨 empty div 2023-01-19 15:27:45 -05:00
Greg Newman
41a530eb48 📝 not 100% width 2023-01-19 15:19:30 -05:00
Greg Newman
5045df1a8c 📝 truncates breadcrumb for topic 2023-01-19 15:15:44 -05:00
Greg Newman
95ad7c1874 🎨 styles poll results 2023-01-19 15:13:00 -05:00
Greg Newman
85654ada04 📝 change rounded size for checkboxes 2023-01-19 15:12:47 -05:00
Greg Newman
4ed949c487 🎨 voting form styles 2023-01-19 15:04:04 -05:00
Greg Newman
ef4c78cfc2 🎨 poll buttons 2023-01-19 15:03:36 -05:00