Started functionality around editing a verse. Added the ability to add a new child as well as a force popup if you load the page and there are no people in the db. Need to add another field for when you add a person to add their club too.

This commit is contained in:
Norm Rasmussen
2024-10-08 17:35:04 -04:00
parent 61094c1aac
commit 1ec9c3ca12
9 changed files with 184 additions and 71 deletions

View File

@ -9,7 +9,7 @@ sparks='rgba(255, 0, 0, 0.25)'
@contextmanager
def frame(navigation_title: str):
"""Custom page frame to share the same styling and behavior across all pages"""
ui.colors(primary='#023047', secondary='#219ebc', accent='#8ecae6', positive='#ffb703', negative='#fb8500', header="#abb8c3", tnt='rgba(30, 206, 0, 0.25)', cubbies='rgba(25, 39, 255, 0.25)', sparks='rgba(255, 0, 0, 0.25)')
ui.colors(primary='#023047', secondary='#219ebc', accent='#8ecae6', positive='#ffb703', negative='#fb8500', header="#abb8c3", tnt='#02ba08', cubbies='#3a3ac9', sparks='#ba0202')
with ui.header().style('background-color: #abb8c3'):
ui.image('./assets/awana-clubs.png').classes('w-16')
ui.label('Awana Verse Practice').classes('font-bold font-16')