Add: ユーザーのカスタムCSS ()

* Add:  ユーザーのカスタムCSS

* Fix lint

* Fix lint

* カスタムCSSの保存先を変更

* キャッシュを考慮して別URLに変更
This commit is contained in:
KMY(雪あすか) 2024-08-29 07:55:01 +09:00 committed by GitHub
parent 5ffd7593f1
commit 665c632d66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 283 additions and 4 deletions
app/controllers/settings/preferences

View file

@ -0,0 +1,9 @@
# frozen_string_literal: true
class Settings::Preferences::CustomCssController < Settings::Preferences::BaseController
private
def after_update_redirect_path
settings_preferences_custom_css_path
end
end