Commit Graph

12 Commits

Author SHA1 Message Date
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
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
c674b2d4a8 🔧 Only show 'current version' if it's actually the current version 2023-02-17 13:10:58 -08:00
Lacey Williams Henschel
d32db6eb1d 🔧 Use slug in version detail URL and not PK 2023-02-13 09:53:25 -08: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
Lacey Williams Henschel
136b047ba8 📝 Data-driven versions list page 2023-01-27 09:39:07 -08:00
Greg Newman
fd64104a70 🐛 fixes indigo button
* Fix where indigo snuck into the buttons
* Also styles buttons in past versions

Issue: #89
2023-01-17 18:54:26 -05:00
Greg Newman
66e613a725 🎨 login styles 2022-12-16 11:40:01 -05:00
Greg Newman
44c952f07e hiding table on mobile until that layout is fixed 2022-07-15 10:37:05 -04:00
Greg Newman
a7c4949811 Versions views and includes
* Broke out fragments to includes
* Added Version List template with mobile and desktop layouts
* Added Version Detail template with mobile and desktop layouts
2022-07-15 10:31:05 -04:00
Frank Wiles
5c5a0ace61 Switch to runserver for easier debugging 2022-05-29 14:52:50 -05:00
Frank Wiles
29878c3f90 Rework versions models
- Added ListView and DetailView
- Move to pytest style tests
- Fix migrations to be clean to rebuild and throw away existing data
- Add model_bakery
2022-05-28 16:00:24 -05:00