Skip to content
Draft
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
b85e235
Add Tailwind successfully, without interfering with the TW3 used by A…
pedantic-git May 8, 2025
2d0bbef
Merge branch 'main' into feature/tailwind2
pedantic-git May 8, 2025
1cdd34b
Merge branch 'main' into feature/tailwind2
pedantic-git May 8, 2025
33b8487
Get RubyUI installed, albeit not able to share a page with Bulma
pedantic-git May 8, 2025
c951995
Add Literal as recommended
pedantic-git May 8, 2025
364bb10
Add a layout for the Tailwind pages - currently has nothing in it
pedantic-git May 8, 2025
f335185
Add the start of the navbar
pedantic-git May 8, 2025
3eedc4c
Some work on page header, but it's time to change direction
pedantic-git May 9, 2025
25f39bc
Add all the links to the top bar
pedantic-git May 9, 2025
e793591
Lots of weirdness with Turbo but the top bar is functioning now
pedantic-git May 9, 2025
1a51d16
Convert about page to phlex/tailwind
pedantic-git Jun 4, 2025
7f99057
Add the terms page
pedantic-git Jun 4, 2025
be09a2d
Add the current year to copyright
pedantic-git Jun 4, 2025
c51ffbc
Ditch markdown_views in lieu of calling commonmarker directly
pedantic-git Jun 4, 2025
50284d4
Finish the privacy policy page
pedantic-git Jun 4, 2025
5c9cb47
Bump versions of dependencies where it is easy to do so
pedantic-git Jun 19, 2025
7664422
Merge branch 'main' into feature/tailwind2
pedantic-git Jun 19, 2025
2c78c67
Merge branch 'main' into feature/tailwind2
pedantic-git Jun 19, 2025
928a9df
Bump dependencies over here too
pedantic-git Jun 19, 2025
babcd56
Change the way PagesController works and add the phonetic guide
pedantic-git Jun 19, 2025
9449f97
Make this a little safer in the hope CodeQL thinks it's OK
pedantic-git Jun 19, 2025
926b879
At least compile
pedantic-git Jul 23, 2025
1b668d8
Merge branch 'main' into feature/tailwind2
pedantic-git Jul 24, 2025
2c8f937
Rebuild homepage logo as a component
pedantic-git Jul 24, 2025
01cc421
Set the font to Raleway
pedantic-git Jul 24, 2025
504ec49
Add the promo boxes
pedantic-git Jul 24, 2025
de046e1
Finish the anon_home page and fix some colours
pedantic-git Jul 24, 2025
60d0921
Add a subtle gradient to the back of all wpages
pedantic-git Jul 24, 2025
460c533
Remove the old anon_home view
pedantic-git Jul 24, 2025
ff5b573
Add some more space at the top of the homepage
pedantic-git Jul 24, 2025
d5b143a
Add the skeletons of some of the Devise forms - still a long way to g…
pedantic-git Jul 25, 2025
cba4a13
Change the way layouts work
pedantic-git Jul 28, 2025
32b8b96
Pass the CF itself to the form component
pedantic-git Jul 28, 2025
4d99847
Remove Superform altogether. Will need a refactor
pedantic-git Jul 28, 2025
3d7dfb3
Add flashes (not very happy with how they look but they'll do for now
pedantic-git Jul 28, 2025
e082a51
Much of the scaffolding for the home page
pedantic-git Aug 7, 2025
8301e6a
Add name variants - needs a big refactor
pedantic-git Aug 7, 2025
ff05e9c
Refactor
pedantic-git Aug 8, 2025
76b81f6
Pronoun card
pedantic-git Aug 8, 2025
971147f
Add the likeness card
pedantic-git Aug 8, 2025
0d41142
Some k8s tsetup to ensure any ActiveStorage in dev persists across bu…
pedantic-git Aug 11, 2025
dbdb4f2
Build the URL card and a big refactor in the process
pedantic-git Aug 12, 2025
131e669
Links card and semantic names for these colours
pedantic-git Aug 13, 2025
95dc102
Build proniunciation box & finish home page
pedantic-git Aug 13, 2025
2f7cee7
Remove the old HAML views
pedantic-git Aug 13, 2025
9963345
Add page footer
pedantic-git Aug 14, 2025
fcd3913
Some style changes for the main layout
pedantic-git Aug 14, 2025
15a69a7
Merge branch 'main' into feature/tailwind2
pedantic-git Aug 19, 2025
c242070
Getting there with the stepper
pedantic-git Aug 21, 2025
299f940
Add the link (still needs to be disabled for incomplete profiles)
pedantic-git Aug 21, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ gem 'acts_as_list', '~> 1.0'
gem 'amazing_print', '~> 1.3'
gem 'blueprinter', '~> 1.0'
gem 'cocoon', '~> 1.2'
gem "commonmarker", "~> 2.3"
gem 'datadog', '~> 2.2', require: 'datadog/auto_instrument'
gem 'devise', '~> 4.7'
gem 'devise-jwt', '~> 0.12.0'
Expand All @@ -49,15 +50,21 @@ gem 'high_voltage', '~> 4.0'
gem 'image_processing', '~> 1.11'
gem "importmap-rails", "~> 2.1"
gem "inline_svg", "~> 1.10"
gem "literal", "~> 1.7"
gem 'meta-tags', '~> 2.13'
gem 'mini_magick', '~> 5.2'
gem 'ostruct', '~> 0.6.1' # dependency of gaffe
gem 'phlex-rails', '~> 2.2'
gem 'pundit', '~> 2.1'
gem 'rails_semantic_logger', '~> 4.6'
gem 'rswag-api', '~> 2.4'
gem 'rswag-ui', '~> 2.4'
gem 'simple_form', '~> 5.0'
gem 'spicy-proton', '~> 2.1'
gem 'stimulus-rails', '~> 1.3'
gem 'tailwindcss-rails', '~> 4.2'
gem 'tailwindcss-ruby', '~> 4.1'
gem 'tailwind_merge', '~> 1.2'
gem 'wicked', '~> 2.0'

# gems for buttondown - eventually move this to its own gem
Expand Down Expand Up @@ -86,6 +93,7 @@ group :development do
gem 'better_errors'
gem 'foreman'
gem 'haml-rails'
gem 'ruby_ui', require: false
end

group :test do
Expand Down
Loading