v0.7.22 - Fix compiler warnings in c_utils_lib version.c by adding proper includes for popen/pclose functions

This commit is contained in:
Your Name
2025-10-15 19:20:14 -04:00
parent c73a103280
commit b6749eff2f
4 changed files with 8 additions and 9 deletions

View File

@@ -41,7 +41,7 @@ body {
/* Header Styles */ /* Header Styles */
.main-header { .main-header {
background-color: var(--secondary-color); background-color: var(--secondary-color);
border-bottom: var(--border-width) solid var(--border-color);
padding: 15px 20px; padding: 15px 20px;
position: sticky; position: sticky;
top: 0; top: 0;
@@ -269,7 +269,7 @@ button:disabled {
} }
.flash-red { .flash-red {
animation: flash-red 0.5s ease-in-out; animation: flash-red 1s ease-in-out;
} }
/* Flash animation for updated statistics values */ /* Flash animation for updated statistics values */
@@ -280,7 +280,7 @@ button:disabled {
} }
.flash-value { .flash-value {
animation: flash-value 0.5s ease-in-out; animation: flash-value 1s ease-in-out;
} }
/* Npub links styling */ /* Npub links styling */

View File

@@ -43,7 +43,6 @@
<!-- Database Overview Table --> <!-- Database Overview Table -->
<div class="input-group"> <div class="input-group">
<label>Database Overview:</label>
<div class="config-table-container"> <div class="config-table-container">
<table class="config-table" id="stats-overview-table"> <table class="config-table" id="stats-overview-table">
<thead> <thead>

View File

@@ -1 +1 @@
4042238 33760

File diff suppressed because one or more lines are too long