Added shortcuts
• Added: - shortcuts functionality - shortcuts route, controller, model - shortcut error message for "exists" - shortcut redux - EditShortcutsModal, constant - links to sidebar, sidebar_xs - options to add/remove group, account in GroupOptionsPopover, ProfileOptionsPopover - shortcuts page, feature/list
This commit is contained in:
@@ -837,6 +837,7 @@ en:
|
||||
shortcuts:
|
||||
errors:
|
||||
limit: You have reached the maximum amount of shortcuts
|
||||
exists: You already have a shortcut for that
|
||||
sessions:
|
||||
activity: Last activity
|
||||
browser: Browser
|
||||
|
||||
@@ -795,6 +795,7 @@ en_GB:
|
||||
shortcuts:
|
||||
errors:
|
||||
limit: You have reached the maximum amount of shortcuts
|
||||
exists: You already have a shortcut for that
|
||||
sessions:
|
||||
activity: Last activity
|
||||
browser: Browser
|
||||
|
||||
@@ -359,6 +359,7 @@ Rails.application.routes.draw do
|
||||
resources :reports, only: [:create]
|
||||
resources :filters, only: [:index, :create, :show, :update, :destroy]
|
||||
resources :endorsements, only: [:index]
|
||||
resources :shortcuts, only: [:index, :create, :show, :destroy]
|
||||
|
||||
namespace :apps do
|
||||
get :verify_credentials, to: 'credentials#show'
|
||||
|
||||
Reference in New Issue
Block a user