web_lib

Common web application libraries
git clone https://radroots.dev/git/web_lib.git
Log | Files | Refs | LICENSE

commit fafc6c4112ff71d127f58350a8d7c0746f043454
parent 0d62fc75ba58f3a3410dee770cdf12d32cab0ad3
Author: triesap <137732411+triesap@users.noreply.github.com>
Date:   Sun, 27 Apr 2025 20:39:41 +0000

utils: edit styles

Diffstat:
Mutils/src/app/styles.ts | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/utils/src/app/styles.ts b/utils/src/app/styles.ts @@ -10,6 +10,7 @@ export type AppLayoutIOS<T extends string> = `${T}_${AppLayoutKeyIOS}`; export type AppLayoutWeb<T extends string> = `${T}_${AppLayoutKeyWeb}`; export type AppLayoutKeyHeight = + | `lo_view_main` | `lo_bottom_button` | `nav_tabs` | `nav_page_header`