Merge branch 'main' into glitch-soc/merge-upstream
Conflicts: - `app/controllers/admin/dashboard_controller.rb`: Upstream completely redesigned the admin dashboard. glitch-soc tracked extra features, but that list is gone. Followed upstram. - `app/views/admin/dashboard/index.html.haml` Upstream completely redesigned the admin dashboard. glitch-soc tracked extra features, but that list is gone. Followed upstram.
This commit is contained in:
@@ -514,6 +514,12 @@ Rails.application.routes.draw do
|
||||
post :resolve
|
||||
end
|
||||
end
|
||||
|
||||
resources :trends, only: [:index]
|
||||
|
||||
post :measures, to: 'measures#create'
|
||||
post :dimensions, to: 'dimensions#create'
|
||||
post :retention, to: 'retention#create'
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user