This commit is contained in:
cube
2026-03-20 20:58:24 +00:00
parent eef6823363
commit 35a722b789

View File

@@ -6,7 +6,9 @@ logged in users are presumed to all be admins with distinction only between bein
in the blog view, member privacy outweighs individual post privacy. if a private member makes a public post, it will not show up in the public feed. however, if that member switches to public, their public posts will all become publicly viewable (but private posts will remain private). in the blog view, member privacy outweighs individual post privacy. if a private member makes a public post, it will not show up in the public feed. however, if that member switches to public, their public posts will all become publicly viewable (but private posts will remain private).
some html files (notably full.html and index.html) will show lots of errors in vscode, because of the use of jinja variables in the inline style. this is fine just ignore it. it doesn't do that in the page.html because simply using quotation marks around the colours is enough to make everything correct, but the use of member specific identifiers as jinja variables renders the entire css 'invalid' in the other html files. ~~some html files (notably full.html and index.html) will show lots of errors in vscode, because of the use of jinja variables in the inline style. this is fine just ignore it. it doesn't do that in the page.html because simply using quotation marks around the colours is enough to make everything correct, but the use of member specific identifiers as jinja variables renders the entire css 'invalid' in the other html files.~~
EDIT: Nvm inline css is currently super broken. Most of it works fine with just erroring in vscode, except for the linear gradient background that seemingly ignores the degrees and % variables when jinja is used. the quotation marks don't fix it, they break it completely
# assorted todo # assorted todo