Commit Graph

18 Commits

Author SHA1 Message Date
Greg Newman
6aefcdbef0 🐛 fixes dark mode issue with alert 2023-07-05 14:46:09 -04:00
Greg Newman
0f7ebd901f 🎨 styles old version alert
Closes #465
2023-07-05 14:46:09 -04:00
Lacey Williams Henschel
57c4f0e8fb Add version alert to detail view and template 2023-06-23 10:47:26 -07:00
Lacey Williams Henschel
338eb8fe44 Add version alert to all list templates and views 2023-06-23 10:47:26 -07:00
Greg Newman
e473b67830 🐛 Fixes space at top of command palatte 2023-05-31 19:14:02 -04:00
Greg Newman
8f4e8136e6 🐛 fixing layout of form controls on libraries 2023-05-30 09:36:11 -04: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
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
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
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
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
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
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