feat: add settings page (#274)

* feat: add settings page

* feat: add updating family name

* fix: formatting

* refactor: update to use Rails label helper
This commit is contained in:
Edrick Leong
2024-02-05 22:19:23 +08:00
committed by GitHub
parent f6251407e9
commit 622fc07a76
6 changed files with 69 additions and 0 deletions

3
.gitignore vendored
View File

@@ -37,3 +37,6 @@
/app/assets/builds/*
!/app/assets/builds/.keep
# Ignore Jetbrains IDEs
.idea