From 6823e67e1a66ff0837ea60d37779b2f4aceeb86b Mon Sep 17 00:00:00 2001 From: Alexander Mahr Date: Sun, 16 Feb 2025 12:28:25 +0100 Subject: [PATCH] half-assishly tryout notifications --- app/assets/index.html | 26 +++++++--- app/src/calender/app/AppActivity.java | 69 +++++++++++++++++++++++++-- 2 files changed, 85 insertions(+), 10 deletions(-) diff --git a/app/assets/index.html b/app/assets/index.html index eae1909..8096f7d 100644 --- a/app/assets/index.html +++ b/app/assets/index.html @@ -117,6 +117,14 @@ body,html{ background-color:white; } +#settingsDiv{ + background-color: #faa; + position: absolute; + top:0; + left:300vw; + height:100vh; + overflow:scroll; +} #daysDiv{ /*background: linear-gradient(white,#aaf);*/ background-color: #afa; @@ -133,7 +141,7 @@ body,html{ left:100vw; } -#daysDiv, #weeksDiv, #monthsDiv{ +#settingsDiv,#daysDiv, #weeksDiv, #monthsDiv{ box-sizing:border-box; margin:0; scroll-snap-align: start; @@ -164,6 +172,11 @@ box-shadow: 0 0 10px grey;
+
+ +

+        
+ <