下タブバーの実装

This commit is contained in:
2023-07-02 06:22:56 +00:00
parent d5ef4dff60
commit d05a0c8fa3
14 changed files with 200 additions and 19 deletions

View File

@@ -136,6 +136,7 @@ class User < ApplicationRecord
:expand_spoilers, :default_language, :aggregate_reblogs, :show_application,
:advanced_layout, :use_blurhash, :use_pending_items, :trends, :crop_images,
:disable_swiping, :always_send_emails,
:place_tab_bar_at_bottom,
to: :settings, prefix: :setting, allow_nil: false
delegate :can?, to: :role