Commit Graph

216 Commits

Author SHA1 Message Date
Lacey Williams Henschel
e0ce223c82 🚧 Separate markdown and static views, fix tests, add template 2023-04-04 12:15:31 -07:00
Greg Newman
3fc6a758b4 hooks up social profiles in footer
Issue: #130
2023-03-16 18:50:04 -04:00
Lacey Williams Henschel
9552ffc118 📝 Fix maintained library name, fix duplicates 2023-03-15 12:54:15 -07:00
Lacey Williams Henschel
05aebc4d84 Merge pull request #150 from CPPAlliance/fix-profile-header-link
Fix header link
2023-03-14 10:40:11 -07:00
Frank Wiles
00e15cf7bb Fix header link 2023-03-12 11:15:52 -05:00
Lacey Williams Henschel
56e71df5ba 📝 Add template for library_version due to maintainers M2M 2023-03-10 11:39:05 -08:00
Lacey Williams Henschel
d86cc4b51e Merge branch 'main' of github.com:CPPAlliance/boost.org into upload-authors-maintainers 2023-03-10 09:38:49 -08:00
Lacey Williams Henschel
a691fe70ab 🐛 Check for image before accessing image.url 2023-03-08 13:30:35 -08:00
Lacey Williams Henschel
1ce589a1d4 Merge branch 'main' of github.com:revsys/boost.org into upload-authors-maintainers 2023-03-07 13:41:46 -08:00
Lacey Williams Henschel
3036d308b2 🐛 Fix checking for URL if there is no image 2023-03-07 13:38:28 -08:00
Lacey Williams Henschel
ffddd0afa2 🐛 Fix conditional
Can't check for an image URL if there is no image!
2023-03-03 13:18:02 -08:00
Greg Newman
35233a2914 Merge branch 'main' into 88-library-search 2023-03-03 12:03:25 -05:00
Lacey Williams Henschel
5c7e39370c Allow user to update photo to their GH photo 2023-03-02 09:59:34 -08:00
Greg Newman
9cf9a08491 🎨 style messages
Styles messages and removes them from forum base template so they are global.

Issue: #83
2023-03-01 10:15:55 -05:00
Greg Newman
f7192ff685 🎨 add github style permalink 2023-03-01 09:57:01 -05:00
Greg Newman
322fa7b1aa adds google search
Issue: #36
2023-03-01 09:34:08 -05:00
Greg Newman
0bbc906721 🎨 style search results
Issue: #88
2023-02-24 10:04:44 -05:00
Greg Newman
0d18e76692 🔨 refine search
* Distinct results
* Adds hover states to results
* Rustywind linted

Issue: #88
2023-02-24 09:59:12 -05:00
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