first landing of the Find page, including the four tabs and session memory of the selected tab

This commit is contained in:
2025-10-19 17:12:53 -06:00
parent 13644f4ecb
commit 89da7e8456
5 changed files with 311 additions and 1 deletions
+1
View File
@@ -64,6 +64,7 @@ func setupEcho() *echo.Echo {
e.POST("/profile", ui.AmWrap(EditProfile))
e.GET("/profile_photo", ui.AmWrap(ProfilePhotoForm))
e.POST("/profile_photo", ui.AmWrap(ProfilePhoto))
e.GET("/find", ui.AmWrap(FindPage))
e.GET("/user/:uname", ui.AmWrap(ShowProfile))
e.POST("/quick_email", ui.AmWrap(QuickEMail))
e.GET("/sysadmin", ui.AmWrap(SysAdminMenu))