Commit Graph

62 Commits

Author SHA1 Message Date
Greg Newman
096d2705d2 styles 2022-11-04 10:00:38 -04:00
Greg Newman
4dce406acd 🚧 fixes ordering on about page
* upgraded tailwind and related packages
* fixes mobile layout for the about view with proper ordering

Issue: #25
2022-10-25 08:53:26 -04:00
Greg Newman
0af81d6140 🚧 WIP About section
* About
* People
* Moderators
* FPO images
* Urls

Needs more attention to mobile in some places yet
2022-10-24 15:50:41 -04:00
Greg Newman
5f00cfd88b 🚧 news detail 2022-10-18 08:29:41 -04:00
Greg Newman
c8ad2ace83 🚧 news list 2022-10-17 09:58:50 -04:00
Greg Newman
52d20f9b69 🚧 mobile friendly navs for reviews 2022-10-17 09:41:19 -04:00
Greg Newman
ced0fb06fe 🚧 table to divs
Make the reviews table divs so they match the designs on mobile devices.
2022-10-17 09:29:22 -04:00
Greg Newman
047c86083b 🚧 review detail 2022-10-10 08:39:42 -04:00
Greg Newman
f3b91b93bc 🚧 review templates 2022-10-07 08:49:35 -04:00
Greg Newman
5e77559da7 🚧 forum work
* Fixes duplicate body blocks
* styling on forms (wip)
* links logo in header
* fixes machina js init
2022-10-03 15:27:58 -04:00
Greg Newman
b205bda79d 🚧 margins 2022-09-28 09:39:55 -04:00
Greg Newman
69a19a2926 🚧 forum topic detail 2022-09-28 09:38:30 -04:00
Greg Newman
67ce297538 🚧 forum detail styling 2022-09-23 10:45:42 -04:00
Greg Newman
93788c5dac ⚙️ fixing up nav for forums 2022-09-21 14:19:36 -04:00
Greg Newman
09f1b13f46 ⚙️ more work on forum index and tailwind 2022-09-21 11:40:01 -04:00
Greg Newman
30cf56ea27 🚧 converting from boostrap to tailwind
For some reason I’m getting duplicated blocks - debugging this issue.
2022-09-19 09:31:39 -04:00
Greg Newman
6df5b6f888 🚧 pulling in machina templates
Adding machina templates locally so we can style with Tailwind instead of boostrap
2022-09-11 18:10:14 -04:00
Greg Newman
2487c62d28 🚧 Markdown renderer
* Stubbed out TemplateView for rendering markdown files
* Added a BoostRenderer class to parse the markdown files to support the first iteration of a youtube shortcode and also a Pygments renderer for code blocks.
* Added default styles for some common markup so the rendered markdown looks better.

The pygments renderer is set to use Solarized Dark right now because that’s the closest I see that matches the design of the site.  This can be changed in the class.
2022-09-10 11:07:42 -04:00
Greg Newman
0e122540de ⚙️ footer fix 2022-07-29 11:07:14 -04:00
Greg Newman
9eb0019ece ⚙️ Review process mobile 2022-07-29 11:04:44 -04:00
Greg Newman
c371a7e259 ⚙️ Review process 2022-07-29 10:51:14 -04:00
Greg Newman
6ce7ced8c9 ⚙️ fixing list items
* better margins on mobile
* no border on last child
2022-07-28 14:55:13 -04:00
Greg Newman
6c84a60531 ⚙️ Improved mobile experience 2022-07-28 11:08:28 -04:00
Greg Newman
b412e26b50 ⚙️ Improved mobile experience 2022-07-28 11:05:21 -04:00
Greg Newman
83728b9c3a ⚙️ Improved mobile experience 2022-07-28 10:37:21 -04:00
Greg Newman
fc820e940c ⚙️ Improved mobile experience 2022-07-28 10:28:43 -04:00
Greg Newman
6186c233fd ⚙️ use peering to style checked labels 2022-07-28 09:52:39 -04:00
Greg Newman
5099f54ec5 ⚙️ form styles
* Added tailwind forms
* styled checkbox
* styled search field
* styled selects
* fixed margins on header
* fixed padding on content areas
2022-07-28 09:34:59 -04:00
Greg Newman
737270ca94 ⚙️ tighten up styles and menu 2022-07-28 09:03:41 -04:00
Greg Newman
0381f8a8ae ⚙️ level of activity gradients 2022-07-27 10:34:26 -04:00
Greg Newman
6ea67b51c8 progress on library detail view 2022-07-22 15:04:10 -04:00
Greg Newman
8a385052b3 progress on library detail view 2022-07-22 10:50:20 -04:00
Greg Newman
eb6346c6a1 fixing mobile layout issues 2022-07-22 10:28:05 -04:00
Greg Newman
0f7b38c8bc styling filter form fields 2022-07-22 10:15:06 -04:00
Greg Newman
228dae769e libraries list
* libraries list view
* temporary TemplateView
* include for alphabet filter
* include for list item
* paginator

Forms for filter and search need attention
2022-07-22 09:39:20 -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
Greg Newman
7ee4f05bb0 fix spacing on mobile 2022-07-08 11:49:43 -04:00
Greg Newman
e3b7f1bc82 adds social icons to footer 2022-07-08 10:24:27 -04:00
Greg Newman
354af43887 move bottom nav items up a little 2022-06-23 10:25:16 -04:00
Greg Newman
e51d826636 Styling mobile controls in nav and adding logo 2022-06-23 10:22:49 -04:00
Greg Newman
8bc829bb98 WIP Mobile hamburger menu
* Show/Hide working with Alpine
* Needs some style love and an icon swap based on state
2022-06-23 09:30:05 -04:00
Greg Newman
9d3c1adde2 fixing tailwind v3 changes
* Darkmode needs to be set to `media` or removed
* `purge` is replaced with `content`
2022-06-23 08:27:18 -04:00
Greg Newman
5348782314 mobile layout
* fixed mobile containers minus the hamburger menu.
* needs proper mobile ordering of animations
2022-06-16 15:15:32 -04:00
Greg Newman
f4a84b7c5a tightening up layout and adding fpo image 2022-06-15 15:41:13 -04:00
Greg Newman
000f7dacf6 Footer styles and correct logo sizes 2022-06-15 15:29:10 -04:00
Greg Newman
413eb8cba0 adding icons 2022-06-15 14:51:36 -04:00
Greg Newman
37024e5dad Fix alignment of main nav 2022-06-14 15:46:42 -04:00
Greg Newman
8a63bbe4e7 Fix dot placement next to release # 2022-06-14 15:35:20 -04:00
Greg Newman
557a63254b Illustration animations for base template 2022-06-14 15:14:56 -04:00
Greg Newman
d14274fa7e WIP on footer area 2022-06-07 16:33:05 -04:00