Added promotions to redux and added selector for setting promotions if not PRO

• Added:
- promotions to redux
- selector for setting promotions if not PRO

• Updated:
- StatusList, SidebarPanelGroup to use promotions from redux
This commit is contained in:
mgabdev
2020-11-09 13:28:43 -06:00
parent f806fddb5f
commit 21937d9e09
9 changed files with 123 additions and 23 deletions

View File

@@ -345,6 +345,7 @@ Rails.application.routes.draw do
end
get '/search', to: 'search#index', as: :search
resources :promotions, only: [:index]
get '/account_by_username/:username', to: 'account_by_username#show', username: username_regex