Compare commits

..

10 commits

Author SHA1 Message Date
aggie
8951a7f080 fixed deleting and editing also all status show up on homepage now 2025-11-26 04:32:58 -05:00
aggie
eac0e88214 ok 2025-11-22 00:44:49 -05:00
aggie
62a1b70836 fjnre 2025-11-21 03:35:22 -05:00
9ac61b12a5 weeee 2025-11-19 23:50:52 -05:00
c061347b0a weewoo 2025-11-19 23:47:10 -05:00
3a91ee6264 fndf 2025-11-19 22:21:08 -05:00
ebc23d652f jnxckj 2025-11-19 21:23:23 -05:00
0b620172d2 UGH 2025-11-19 21:18:07 -05:00
7da4c46e47 gtjnfr; 2025-11-19 20:10:58 -05:00
863ab8cce7 ugh 2025-11-19 19:45:43 -05:00
1269 changed files with 352 additions and 1105 deletions

5
.gitignore vendored
View file

@ -9,3 +9,8 @@ db.sql
*key
Makefile2
*~
/db
/sillydb
sillydb
/sillydb/
/db/

View file

@ -9,4 +9,4 @@ RUN make
CMD ["/bin/bash", "-c", "go run generate.go && go run main.go"]
EXPOSE 8798
EXPOSE 8888

View file

@ -2,16 +2,16 @@ body {
max-width: 940px;
margin: 0 auto;
padding: 1em;
font-family: Verdana;
background-color: azure;
color: midnightblue;
}
font-family: Arial;
background: #fff7fc;
color: midnightblue;}
.faces {
margin-bottom: 1em;
max-width: 500px;
}
.home {
background-image: url('https://file.garden/aJzQmzrHVB4BLKwu/pencils-5682457_640.jpg');
}
.profile-picture {
max-width: 100px;
}
@ -24,12 +24,13 @@ body {
.cols {
display: grid;
}
}
a {
font-weight: bold;
}
.a
.status-username {
margin-bottom: .5em;
}
@ -45,7 +46,7 @@ a {
.status {
margin-bottom: 1em;
}
}
dt {
font-weight: bold;
@ -78,4 +79,4 @@ dd {
.info {
margin-bottom: 1em;
}
}

View file

@ -0,0 +1,83 @@
body {
max-width: 940px;
margin: 0 auto;
padding: 1em;
font-family: Arial;
background-image: url('https://file.garden/aJzQmzrHVB4BLKwu/pencils-5682457_640.jpg');
color: midnightblue;
}
.faces {
margin-bottom: 1em;
max-width: 500px;
}
.profile-picture {
max-width: 100px;
}
.flash {
background-color: lightgreen;
padding: 0.5em 1em;
color: darkgreen;
}
.cols {
display: grid;
}
a {
font-weight: bold;
}
.status-username {
margin-bottom: .5em;
}
.status-content {
margin: 0 1em 0.5em 1em;
}
.status nav {
font-size: 0.8em;
margin-left: 1em;
}
.status {
margin-bottom: 1em;
background-color: #fff;
color: #000;
}
dt {
font-weight: bold;
}
dd {
margin-bottom: 1em;
}
.edit-status {
width: 100%; box-sizing: border-box; height: 100px;
}
.tools {
list-style-position: inside;
padding-left: 0;
}
@media (min-width: 650px) {
.cols {
grid-template-columns: 1fr 2fr;
grid-gap: 2em;
}
}
.radio { display: inline-block }
.field { margin-bottom: 1rem; max-width: 500px; }
.field > label { margin-bottom: .25rem; }
.field > * { display: block; width: 100%; box-sizing: border-box; }
.info {
margin-bottom: 1em;
}

View file

@ -1 +0,0 @@
13

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

Binary file not shown.

View file

View file

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

View file

View file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show more