Commit Graph

128 Commits

Author SHA1 Message Date
Greg Newman
b386f1cc3a 🚜 results from design meeting
A newly designed library detail view with placeholders for content to be hooked up.  Other changes included for header and footer and new graphing library.
2023-05-03 14:34:51 -04:00
Greg Newman
f37cf71bd5 🎨 footer
* Makes social icons the same colors as header icons
* Fixes wrap on footer links on smaller monitors
* Fixes container weirdness

Issue: #221, #219
2023-05-01 18:54:47 -04:00
Greg Newman
80e0c2763f 🎨 migrates contact form for dark/light
Issue: #208
2023-05-01 18:37:36 -04:00
Greg Newman
1522fc679e 🎨 darker text in light mode
Issue: #215
2023-05-01 16:15:33 -04:00
Greg Newman
a404787358 🎨 align logo
Issue: #216
2023-05-01 16:03:25 -04:00
Greg Newman
8d561bccd9 🎨 adjusments to library list and footer 2023-04-28 09:57:07 -04:00
Greg Newman
3654f702eb 🎨 fixes auth pages for light/dark 2023-04-28 09:50:41 -04:00
Greg Newman
66256fc492 🎨 cleanup buttons on home page
* Use chevron from fontawesome
* cleanup colors for light/dark
2023-04-28 09:38:55 -04:00
Greg Newman
057c16bb9f 🎨 cleaning up some home page styles
First pass with rustywind is doing massive cleanup
2023-04-28 09:27:38 -04:00
Greg Newman
81c8bbe911 🎨 not so dark font 2023-04-27 08:22:25 -04:00
Greg Newman
313b99d30b 🎨 change font colors
Issue: #152
2023-04-26 14:49:23 -04:00
Greg Newman
de5125a6d0 🚜 light/dark libraries list
Issue: #152
2023-04-26 14:30:45 -04:00
Greg Newman
ff4f3e3023 🎨 cleanup and styling of switcher dropdown 2023-04-26 14:06:34 -04:00
Greg Newman
f009e91019 🚜 WIP light/dark mode
Hooked up light and dark mode to the nav.
In addition to changing the content colors the logo is swapped based on mode.
2023-04-26 11:19:39 -04:00
Greg Newman
506443b598 🔨 cleanup markup for Frank 2023-04-17 16:08:30 -04:00
Greg Newman
3b9f1e4014 🎨 effort from design session
* direction on cards
* direction on library list page

Work needs to be completed to tighten up and polish.
2023-04-11 13:41:31 -04:00
Greg Newman
d1282186ab 🎨 hover states
Issue: #152
2023-03-22 10:41:24 -04:00
Greg Newman
e088c2118a 🐛 fixes the dropdown for the user profile + more
* Fixes dropdown for user profile
* Changes icons in top row
* Diminishes colors a bit so they aren't so bold
* Swaps search icon svg for fontawesome

Issue: #152
2023-03-22 10:30:06 -04:00
Greg Newman
029a091124 🐛 fixes alignment
Issue: #152
2023-03-16 16:24:38 -04:00
Greg Newman
7cc7c0c37f 🚜 adds dropdowns
* Dropdown for user profile and signout
* Dropdown for search form

Issue: #152
2023-03-16 10:59:53 -04:00
Greg Newman
5123fd56ae 🚜 WIP new header layout
Issue: #152
2023-03-16 10:09:11 -04:00
Greg Newman
35233a2914 Merge branch 'main' into 88-library-search 2023-03-03 12:03:25 -05: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
f6b0820cee 🎨 build styles 2023-02-23 15:37:31 -05: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
8eed4681b9 🎨 sets a default icon if no profile image 2023-02-17 10:47:53 -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
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
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
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
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
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
95ad7c1874 🎨 styles poll results 2023-01-19 15:13:00 -05:00
Greg Newman
4ed949c487 🎨 voting form styles 2023-01-19 15:04:04 -05: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
c6af77b85e styles password reset 2023-01-05 16:27:19 -05:00
Greg Newman
37b69e44c1 styles providers with logos
* Adds logos for GitHub and Google to the providers available for login.
* Cleans up layout for Login and provider confirmation
2023-01-05 16:07:45 -05:00
Greg Newman
46c2d67843 styling moderation actions
* Added alpine toggles to trigger moderation menu
* Overall styling tweaks
2023-01-04 17:49:00 -05:00