Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to tables v3 #597

Merged
merged 7 commits into from
May 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ group :development, :test do
gem "faker"
gem "image_processing" # only required for projects using active storage
gem "katalyst-basic-auth"
gem "katalyst-html-attributes", path: "../html-attributes"
gem "katalyst-tables", path: "../katalyst-tables"
gem "propshaft"
gem "puma"
gem "rails"
Expand Down
69 changes: 39 additions & 30 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
PATH
remote: ../html-attributes
specs:
katalyst-html-attributes (1.1.0)
activesupport
html-attributes-utils

PATH
remote: ../katalyst-tables
specs:
katalyst-tables (3.0.0)
katalyst-html-attributes
view_component

PATH
remote: .
specs:
Expand All @@ -8,7 +22,6 @@ PATH
katalyst-govuk-formbuilder (>= 1.9)
katalyst-kpop (>= 3.1)
katalyst-navigation
katalyst-tables
pagy (>= 8.0)
rails (>= 7.1)
stimulus-rails
Expand Down Expand Up @@ -116,7 +129,7 @@ GEM
erubi (~> 1.4)
parser (>= 2.4)
smart_properties
bigdecimal (3.1.7)
bigdecimal (3.1.8)
bindata (2.5.0)
brakeman (6.1.2)
racc
Expand Down Expand Up @@ -188,7 +201,7 @@ GEM
hashdiff (1.1.0)
html-attributes-utils (1.0.2)
activesupport (>= 6.1.4.4)
i18n (1.14.4)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
image_processing (1.12.2)
mini_magick (>= 4.9.5, < 5)
Expand All @@ -198,8 +211,8 @@ GEM
activesupport (>= 6.0.0)
railties (>= 6.0.0)
io-console (0.7.2)
irb (1.12.0)
rdoc
irb (1.13.1)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.7.2)
jwt (2.8.1)
Expand All @@ -211,23 +224,17 @@ GEM
katalyst-html-attributes
katalyst-kpop
view_component
katalyst-govuk-formbuilder (1.9.0)
katalyst-govuk-formbuilder (1.9.1)
govuk_design_system_formbuilder
katalyst-html-attributes (1.0.1)
activesupport
html-attributes-utils
katalyst-kpop (3.1.2)
katalyst-html-attributes
turbo-rails
view_component
katalyst-navigation (1.6.0)
katalyst-navigation (1.7.0)
katalyst-html-attributes
katalyst-kpop
katalyst-tables
view_component
katalyst-tables (2.6.0)
katalyst-html-attributes
view_component
language_server-protocol (3.17.0.3)
loofah (2.22.0)
crass (~> 1.0.2)
Expand All @@ -244,7 +251,7 @@ GEM
mini_mime (1.1.5)
minitest (5.22.3)
mutex_m (0.2.0)
net-imap (0.4.10)
net-imap (0.4.11)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -253,17 +260,17 @@ GEM
timeout
net-smtp (0.5.0)
net-protocol
nio4r (2.7.1)
nokogiri (1.16.4-aarch64-linux)
nio4r (2.7.3)
nokogiri (1.16.5-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.4-arm64-darwin)
nokogiri (1.16.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.4-x86_64-linux)
nokogiri (1.16.5-x86_64-linux)
racc (~> 1.4)
openssl (3.2.0)
openssl-signature_algorithm (1.3.0)
openssl (> 2.0)
pagy (8.3.0)
pagy (8.4.0)
parallel (1.24.0)
parser (3.3.1.0)
ast (~> 2.4.1)
Expand All @@ -279,7 +286,7 @@ GEM
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
rack (3.0.10)
rack (3.0.11)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
Expand Down Expand Up @@ -327,16 +334,16 @@ GEM
rake (13.2.1)
rdoc (6.6.3.1)
psych (>= 4.0.0)
regexp_parser (2.9.0)
reline (0.5.3)
regexp_parser (2.9.1)
reline (0.5.6)
io-console (~> 0.5)
rexml (3.2.6)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (6.1.2)
Expand All @@ -348,7 +355,7 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
rubocop (1.63.4)
rubocop (1.63.5)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -359,8 +366,8 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.2)
parser (>= 3.3.0.4)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.25.1)
Expand All @@ -381,7 +388,7 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.29.1)
rubocop-rspec (2.29.2)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
Expand All @@ -393,11 +400,11 @@ GEM
ffi (~> 1.12)
safety_net_attestation (0.4.0)
jwt (~> 2.0)
sass-embedded (1.75.0-aarch64-linux-gnu)
sass-embedded (1.77.1-aarch64-linux-gnu)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.75.0-arm64-darwin)
sass-embedded (1.77.1-arm64-darwin)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.75.0-x86_64-linux-gnu)
sass-embedded (1.77.1-x86_64-linux-gnu)
google-protobuf (>= 3.25, < 5.0)
sentry-rails (5.17.3)
railties (>= 5.0)
Expand Down Expand Up @@ -471,7 +478,9 @@ DEPENDENCIES
faker
image_processing
katalyst-basic-auth
katalyst-html-attributes!
katalyst-koi!
katalyst-tables!
propshaft
puma
rack_session_access
Expand Down
26 changes: 0 additions & 26 deletions app/components/koi/index_table_component.rb

This file was deleted.

1 change: 0 additions & 1 deletion app/components/koi/navigation/editor/errors_component.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ module Navigation
module Editor
class ErrorsComponent < ViewComponent::Base
include Katalyst::HtmlAttributes
include Katalyst::Tables::TurboReplaceable
include Turbo::FramesHelper

attr_reader :menu
Expand Down
27 changes: 0 additions & 27 deletions app/components/koi/ordinal_table_component.rb

This file was deleted.

Loading
Loading