gotosocial/web/source
Forever a6528fe576
[bugfix] Various fixes (#699)
* [bugfix] Correctly style inputs and buttons

<input>, <textarea>, and <button> were incorrectly using the system-ui font previously; this commit fixes that. text-align: center; was added to <button> due to an inconsistency with .button where text-align would be off.

* [chore] Update binary installation instructions

This commit updates the example release mentioned in the docs, and mentions Caddy in the reverse proxy options.

* [bugfix] Remove redundant Caddyfile

Caddy automatically upgrades HTTP to HTTPS (see https://caddyserver.com/docs/automatic-https) so the upgrading part of the Caddyfile is redundant.
2022-07-08 09:01:00 +01:00
..
css [bugfix] Various fixes (#699) 2022-07-08 09:01:00 +01:00
frontend [frontend] Restructure Frontend Sources (#634) 2022-06-09 12:51:19 +02:00
lib [frontend] add Accept header to oauthed api requests (#657) 2022-06-20 10:44:01 +02:00
panels [frontend] Restructure Frontend Sources (#634) 2022-06-09 12:51:19 +02:00
.eslintrc.js [frontend] Restructure Frontend Sources (#634) 2022-06-09 12:51:19 +02:00
.gitignore [frontend] Restructure Frontend Sources (#634) 2022-06-09 12:51:19 +02:00
dev-server.js [frontend] Restructure Frontend Sources (#634) 2022-06-09 12:51:19 +02:00
index.js [frontend] Restructure Frontend Sources (#634) 2022-06-09 12:51:19 +02:00
package.json [frontend] Restructure Frontend Sources (#634) 2022-06-09 12:51:19 +02:00
yarn.lock [frontend] Profile pages upgrade (#640) 2022-06-21 10:48:42 +02:00