mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 03:54:08 +00:00
Consolidate and simplify account pages (#2462)
* Remove ScrollFocusable * Consolidate and simplify account pages * Lint fixes * Fix tab param initialization * Remove stale files * Remove stale route, make accountable routes clearer
This commit is contained in:
4
app/components/application_component.rb
Normal file
4
app/components/application_component.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
class ApplicationComponent < ViewComponent::Base
|
||||
# These don't work as expected with helpers.turbo_frame_tag, etc., so we include them here
|
||||
include Turbo::FramesHelper, Turbo::StreamsHelper
|
||||
end
|
||||
Reference in New Issue
Block a user