deploy: rebuild static files

This commit is contained in:
billybonks 2024-03-02 11:31:54 +08:00 committed by Christopher Charbonneau Wells
parent f1ab5a0484
commit 25d3c9f58c
27 changed files with 104 additions and 46 deletions

View File

@ -44,7 +44,7 @@
@include media-breakpoint-down(sm) { @include media-breakpoint-down(sm) {
.pill-container>label { .pill-container>label {
flex-grow: 1; flex-grow: 1;
} }
} }
// Tweak padding on form field help blocks. // Tweak padding on form field help blocks.

View File

@ -102,7 +102,7 @@ body {
/* LINKS */ /* LINKS */
a:link, a:visited { a:link, a:visited {
color: var(--body-fg); color: var(--link-fg);
text-decoration: none; text-decoration: none;
transition: color 0.15s, background 0.15s; transition: color 0.15s, background 0.15s;
} }

View File

@ -102,7 +102,7 @@ body {
/* LINKS */ /* LINKS */
a:link, a:visited { a:link, a:visited {
color: var(--body-fg); color: var(--link-fg);
text-decoration: none; text-decoration: none;
transition: color 0.15s, background 0.15s; transition: color 0.15s, background 0.15s;
} }

Binary file not shown.

View File

@ -11875,6 +11875,18 @@ textarea.form-control-lg {
z-index: 1030; z-index: 1030;
} }
.pill-container {
display: flex;
flex-wrap: wrap;
column-gap: 10px;
row-gap: 10px;
}
@media (max-width: 575.98px) {
.pill-container > label {
flex-grow: 1;
}
}
.help-block ul { .help-block ul {
padding-left: 1rem; padding-left: 1rem;
padding-bottom: 0; padding-bottom: 0;
@ -11890,6 +11902,19 @@ textarea.form-control-lg {
position: relative; position: relative;
} }
} }
@media (max-width: 767.98px) {
.advanced-fields__summary {
text-align: center;
}
}
.advanced-fields__summary > * {
display: inline;
}
.advanced-fields {
padding-right: 0;
}
.breadcrumb { .breadcrumb {
margin-bottom: 0; margin-bottom: 0;
} }

View File

@ -11875,6 +11875,18 @@ textarea.form-control-lg {
z-index: 1030; z-index: 1030;
} }
.pill-container {
display: flex;
flex-wrap: wrap;
column-gap: 10px;
row-gap: 10px;
}
@media (max-width: 575.98px) {
.pill-container > label {
flex-grow: 1;
}
}
.help-block ul { .help-block ul {
padding-left: 1rem; padding-left: 1rem;
padding-bottom: 0; padding-bottom: 0;
@ -11890,6 +11902,19 @@ textarea.form-control-lg {
position: relative; position: relative;
} }
} }
@media (max-width: 767.98px) {
.advanced-fields__summary {
text-align: center;
}
}
.advanced-fields__summary > * {
display: inline;
}
.advanced-fields {
padding-right: 0;
}
.breadcrumb { .breadcrumb {
margin-bottom: 0; margin-bottom: 0;
} }

Binary file not shown.

1
static/babybuddy/js/app.0e79b2a38e49.js generated Normal file
View File

@ -0,0 +1 @@
if("undefined"==typeof jQuery)throw new Error("Baby Buddy requires jQuery.");var BabyBuddy={};function preventDoubleSubmit(){return!1}BabyBuddy.PullToRefresh=function(e){return{init:function(){e.init({mainElement:"body",onRefresh:this.onRefresh})},onRefresh:function(){window.location.reload()}}}(PullToRefresh),$("form").off("submit",preventDoubleSubmit),$("form").on("submit",function(){$(this).on("submit",preventDoubleSubmit)}),BabyBuddy.RememberAdvancedToggle=function(e){localStorage.setItem("advancedForm",event.newState)},window.addEventListener("load",function(){"open"===localStorage.getItem("advancedForm")&&document.querySelectorAll(".advanced-fields").forEach(function(e){e.open=!0})}),BabyBuddy.Timer=function(e){var n=null,t=null,i=null,d=new Date,o=null,r={run:function(d,u){return t=d,0===(i=e("#"+u)).length?(console.error("BBTimer: Timer element not found."),!1):0===i.find(".timer-seconds").length||0===i.find(".timer-minutes").length||0===i.find(".timer-hours").length?(console.error("BBTimer: Element does not contain expected children."),!1):(n=setInterval(this.tick,1e3),void 0!==document.hidden?o="hidden":void 0!==document.msHidden?o="msHidden":void 0!==document.webkitHidden&&(o="webkitHidden"),void window.addEventListener("focus",r.handleVisibilityChange,!1))},handleVisibilityChange:function(){!document[o]&&new Date-d>1&&r.update()},tick:function(){var e=i.find(".timer-seconds"),n=Number(e.text());if(n<59)e.text(n+1);else{e.text(0);var t=i.find(".timer-minutes"),d=Number(t.text());if(d<59)t.text(d+1);else{t.text(0);var o=i.find(".timer-hours"),r=Number(o.text());o.text(r+1)}}},update:function(){e.get("/api/timers/"+t+"/",function(e){if(e&&"duration"in e){clearInterval(n);var t=e.duration.split(/[\s:.]/);5===t.length&&(t[0]=24*parseInt(t[0])+parseInt(t[1]),t[1]=t[2],t[2]=t[3]),i.find(".timer-hours").text(parseInt(t[0])),i.find(".timer-minutes").text(parseInt(t[1])),i.find(".timer-seconds").text(parseInt(t[2])),d=new Date,n=setInterval(r.tick,1e3)}})}};return r}(jQuery),BabyBuddy.Dashboard=function(e){var n=null,t={watch:function(i,d){if(0==e("#"+i).length)return console.error("Baby Buddy: Dashboard element not found."),!1;void 0!==document.hidden?n="hidden":void 0!==document.msHidden?n="msHidden":void 0!==document.webkitHidden&&(n="webkitHidden"),void 0===window.addEventListener||void 0===document.hidden?d&&setInterval(this.update,d):(window.addEventListener("focus",t.handleVisibilityChange,!1),d&&setInterval(t.handleVisibilityChange,d))},handleVisibilityChange:function(){document[n]||t.update()},update:function(){location.reload()}};return t}(jQuery);

BIN
static/babybuddy/js/app.0e79b2a38e49.js.gz generated Normal file

Binary file not shown.

View File

@ -1 +0,0 @@
if("undefined"==typeof jQuery)throw new Error("Baby Buddy requires jQuery.");var BabyBuddy={};function preventDoubleSubmit(){return!1}BabyBuddy.PullToRefresh=function(e){return{init:function(){e.init({mainElement:"body",onRefresh:this.onRefresh})},onRefresh:function(){window.location.reload()}}}(PullToRefresh),$("form").off("submit",preventDoubleSubmit),$("form").on("submit",function(){$(this).on("submit",preventDoubleSubmit)}),BabyBuddy.Timer=function(e){var n=null,t=null,i=null,d=new Date,r=null,o={run:function(d,u){return t=d,0===(i=e("#"+u)).length?(console.error("BBTimer: Timer element not found."),!1):0===i.find(".timer-seconds").length||0===i.find(".timer-minutes").length||0===i.find(".timer-hours").length?(console.error("BBTimer: Element does not contain expected children."),!1):(n=setInterval(this.tick,1e3),void 0!==document.hidden?r="hidden":void 0!==document.msHidden?r="msHidden":void 0!==document.webkitHidden&&(r="webkitHidden"),void window.addEventListener("focus",o.handleVisibilityChange,!1))},handleVisibilityChange:function(){!document[r]&&new Date-d>1&&o.update()},tick:function(){var e=i.find(".timer-seconds"),n=Number(e.text());if(n<59)e.text(n+1);else{e.text(0);var t=i.find(".timer-minutes"),d=Number(t.text());if(d<59)t.text(d+1);else{t.text(0);var r=i.find(".timer-hours"),o=Number(r.text());r.text(o+1)}}},update:function(){e.get("/api/timers/"+t+"/",function(e){if(e&&"duration"in e){clearInterval(n);var t=e.duration.split(/[\s:.]/);5===t.length&&(t[0]=24*parseInt(t[0])+parseInt(t[1]),t[1]=t[2],t[2]=t[3]),i.find(".timer-hours").text(parseInt(t[0])),i.find(".timer-minutes").text(parseInt(t[1])),i.find(".timer-seconds").text(parseInt(t[2])),d=new Date,n=setInterval(o.tick,1e3)}})}};return o}(jQuery),BabyBuddy.Dashboard=function(e){var n=null,t={watch:function(i,d){if(0==e("#"+i).length)return console.error("Baby Buddy: Dashboard element not found."),!1;void 0!==document.hidden?n="hidden":void 0!==document.msHidden?n="msHidden":void 0!==document.webkitHidden&&(n="webkitHidden"),void 0===window.addEventListener||void 0===document.hidden?d&&setInterval(this.update,d):(window.addEventListener("focus",t.handleVisibilityChange,!1),d&&setInterval(t.handleVisibilityChange,d))},handleVisibilityChange:function(){document[n]||t.update()},update:function(){location.reload()}};return t}(jQuery);

Binary file not shown.

View File

@ -1 +1 @@
if("undefined"==typeof jQuery)throw new Error("Baby Buddy requires jQuery.");var BabyBuddy={};function preventDoubleSubmit(){return!1}BabyBuddy.PullToRefresh=function(e){return{init:function(){e.init({mainElement:"body",onRefresh:this.onRefresh})},onRefresh:function(){window.location.reload()}}}(PullToRefresh),$("form").off("submit",preventDoubleSubmit),$("form").on("submit",function(){$(this).on("submit",preventDoubleSubmit)}),BabyBuddy.Timer=function(e){var n=null,t=null,i=null,d=new Date,r=null,o={run:function(d,u){return t=d,0===(i=e("#"+u)).length?(console.error("BBTimer: Timer element not found."),!1):0===i.find(".timer-seconds").length||0===i.find(".timer-minutes").length||0===i.find(".timer-hours").length?(console.error("BBTimer: Element does not contain expected children."),!1):(n=setInterval(this.tick,1e3),void 0!==document.hidden?r="hidden":void 0!==document.msHidden?r="msHidden":void 0!==document.webkitHidden&&(r="webkitHidden"),void window.addEventListener("focus",o.handleVisibilityChange,!1))},handleVisibilityChange:function(){!document[r]&&new Date-d>1&&o.update()},tick:function(){var e=i.find(".timer-seconds"),n=Number(e.text());if(n<59)e.text(n+1);else{e.text(0);var t=i.find(".timer-minutes"),d=Number(t.text());if(d<59)t.text(d+1);else{t.text(0);var r=i.find(".timer-hours"),o=Number(r.text());r.text(o+1)}}},update:function(){e.get("/api/timers/"+t+"/",function(e){if(e&&"duration"in e){clearInterval(n);var t=e.duration.split(/[\s:.]/);5===t.length&&(t[0]=24*parseInt(t[0])+parseInt(t[1]),t[1]=t[2],t[2]=t[3]),i.find(".timer-hours").text(parseInt(t[0])),i.find(".timer-minutes").text(parseInt(t[1])),i.find(".timer-seconds").text(parseInt(t[2])),d=new Date,n=setInterval(o.tick,1e3)}})}};return o}(jQuery),BabyBuddy.Dashboard=function(e){var n=null,t={watch:function(i,d){if(0==e("#"+i).length)return console.error("Baby Buddy: Dashboard element not found."),!1;void 0!==document.hidden?n="hidden":void 0!==document.msHidden?n="msHidden":void 0!==document.webkitHidden&&(n="webkitHidden"),void 0===window.addEventListener||void 0===document.hidden?d&&setInterval(this.update,d):(window.addEventListener("focus",t.handleVisibilityChange,!1),d&&setInterval(t.handleVisibilityChange,d))},handleVisibilityChange:function(){document[n]||t.update()},update:function(){location.reload()}};return t}(jQuery); if("undefined"==typeof jQuery)throw new Error("Baby Buddy requires jQuery.");var BabyBuddy={};function preventDoubleSubmit(){return!1}BabyBuddy.PullToRefresh=function(e){return{init:function(){e.init({mainElement:"body",onRefresh:this.onRefresh})},onRefresh:function(){window.location.reload()}}}(PullToRefresh),$("form").off("submit",preventDoubleSubmit),$("form").on("submit",function(){$(this).on("submit",preventDoubleSubmit)}),BabyBuddy.RememberAdvancedToggle=function(e){localStorage.setItem("advancedForm",event.newState)},window.addEventListener("load",function(){"open"===localStorage.getItem("advancedForm")&&document.querySelectorAll(".advanced-fields").forEach(function(e){e.open=!0})}),BabyBuddy.Timer=function(e){var n=null,t=null,i=null,d=new Date,o=null,r={run:function(d,u){return t=d,0===(i=e("#"+u)).length?(console.error("BBTimer: Timer element not found."),!1):0===i.find(".timer-seconds").length||0===i.find(".timer-minutes").length||0===i.find(".timer-hours").length?(console.error("BBTimer: Element does not contain expected children."),!1):(n=setInterval(this.tick,1e3),void 0!==document.hidden?o="hidden":void 0!==document.msHidden?o="msHidden":void 0!==document.webkitHidden&&(o="webkitHidden"),void window.addEventListener("focus",r.handleVisibilityChange,!1))},handleVisibilityChange:function(){!document[o]&&new Date-d>1&&r.update()},tick:function(){var e=i.find(".timer-seconds"),n=Number(e.text());if(n<59)e.text(n+1);else{e.text(0);var t=i.find(".timer-minutes"),d=Number(t.text());if(d<59)t.text(d+1);else{t.text(0);var o=i.find(".timer-hours"),r=Number(o.text());o.text(r+1)}}},update:function(){e.get("/api/timers/"+t+"/",function(e){if(e&&"duration"in e){clearInterval(n);var t=e.duration.split(/[\s:.]/);5===t.length&&(t[0]=24*parseInt(t[0])+parseInt(t[1]),t[1]=t[2],t[2]=t[3]),i.find(".timer-hours").text(parseInt(t[0])),i.find(".timer-minutes").text(parseInt(t[1])),i.find(".timer-seconds").text(parseInt(t[2])),d=new Date,n=setInterval(r.tick,1e3)}})}};return r}(jQuery),BabyBuddy.Dashboard=function(e){var n=null,t={watch:function(i,d){if(0==e("#"+i).length)return console.error("Baby Buddy: Dashboard element not found."),!1;void 0!==document.hidden?n="hidden":void 0!==document.msHidden?n="msHidden":void 0!==document.webkitHidden&&(n="webkitHidden"),void 0===window.addEventListener||void 0===document.hidden?d&&setInterval(this.update,d):(window.addEventListener("focus",t.handleVisibilityChange,!1),d&&setInterval(t.handleVisibilityChange,d))},handleVisibilityChange:function(){document[n]||t.update()},update:function(){location.reload()}};return t}(jQuery);

Binary file not shown.

View File

@ -0,0 +1,21 @@
{
"name": "Baby Buddy",
"short_name": "Baby Buddy",
"icons": [
{
"src": "android-chrome-192x192.png?v=20211218",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "android-chrome-512x512.png?v=20211218",
"sizes": "512x512",
"type": "image/png"
}
],
"lang": "en-US",
"start_url": "/",
"display": "standalone",
"theme_color": "#37abe9",
"background_color": "#212529"
}

Binary file not shown.

View File

@ -1,21 +0,0 @@
{
"name": "Baby Buddy",
"short_name": "Baby Buddy",
"icons": [
{
"src": "android-chrome-192x192.png?v=20211218",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "android-chrome-512x512.png?v=20211218",
"sizes": "512x512",
"type": "image/png"
}
],
"lang": "en-US",
"start_url": "/",
"display": "standalone",
"theme_color": "#37abe9",
"background_color": "#212529"
}

View File

@ -1,21 +1,21 @@
{ {
"name": "Baby Buddy", "name": "Baby Buddy",
"short_name": "Baby Buddy", "short_name": "Baby Buddy",
"icons": [ "icons": [
{ {
"src": "android-chrome-192x192.png?v=20211218", "src": "android-chrome-192x192.png?v=20211218",
"sizes": "192x192", "sizes": "192x192",
"type": "image/png" "type": "image/png"
}, },
{ {
"src": "android-chrome-512x512.png?v=20211218", "src": "android-chrome-512x512.png?v=20211218",
"sizes": "512x512", "sizes": "512x512",
"type": "image/png" "type": "image/png"
} }
], ],
"lang": "en-US", "lang": "en-US",
"start_url": "/", "start_url": "/",
"display": "standalone", "display": "standalone",
"theme_color": "#37abe9", "theme_color": "#37abe9",
"background_color": "#212529" "background_color": "#212529"
} }

Binary file not shown.

Binary file not shown.

4
static/import_export/import.css generated vendored
View File

@ -50,6 +50,10 @@ table.import-preview td ins, html[data-theme="light"] table.import-preview td in
background-color: #e6ffe6 !important; background-color: #e6ffe6 !important;
} }
html[data-theme="light"] table.import-preview td del {
background-color: #ffe6e6 !important;
}
.import-preview td:hover .validation-error-count { .import-preview td:hover .validation-error-count {
z-index: 3; z-index: 3;
} }

Binary file not shown.

View File

@ -50,6 +50,10 @@ table.import-preview td ins, html[data-theme="light"] table.import-preview td in
background-color: #e6ffe6 !important; background-color: #e6ffe6 !important;
} }
html[data-theme="light"] table.import-preview td del {
background-color: #ffe6e6 !important;
}
.import-preview td:hover .validation-error-count { .import-preview td:hover .validation-error-count {
z-index: 3; z-index: 3;
} }

Binary file not shown.

File diff suppressed because one or more lines are too long