add initial components based off of tootsuite pr #1507

This commit is contained in:
cwm
2017-12-09 10:26:22 -06:00
parent 776867ea73
commit abe95b614b
13 changed files with 130 additions and 17 deletions

View File

@ -75,7 +75,7 @@ class User < ApplicationRecord
has_many :session_activations, dependent: :destroy
delegate :auto_play_gif, :default_sensitive, :unfollow_modal, :boost_modal, :delete_modal,
delegate :auto_play_gif, :default_sensitive, :unfollow_modal, :boost_modal, :favourite_modal, :delete_modal,
:reduce_motion, :system_font_ui, :noindex, :flavour, :skin,
to: :settings, prefix: :setting, allow_nil: false