feat: Settings page to update profile

This commit is contained in:
kbe
2025-09-11 16:07:25 +02:00
parent f54742b041
commit 91e6425c1e
8 changed files with 165 additions and 4462 deletions

View File

@@ -39,6 +39,10 @@ Rails.application.routes.draw do
# === Pages ===
get "dashboard", to: "pages#dashboard", as: "dashboard"
# === Settings ===
get "settings", to: "settings#show", as: "settings"
patch "settings", to: "settings#update"
# === Events ===
get "events", to: "events#index", as: "events"
get "events/:slug.:id", to: "events#show", as: "event"