Marcel Hellkamp
0987956ecf
Remove unused dependency
2023-07-20 16:23:20 +02:00
Marcel Hellkamp
394725b14e
Use a path independent build for Github Pages
2023-07-20 13:22:32 +02:00
Marcel Hellkamp
c0c770e86c
Fix version string when building with github actions
2023-07-20 12:26:22 +02:00
Marcel Hellkamp
a766bb1ba8
Removed Makefile which is not useful
2023-07-20 12:14:05 +02:00
Marcel Hellkamp
bb03f7db94
Display fediwall version in page footer
2023-07-20 12:14:05 +02:00
Marcel Hellkamp
aae24de78b
Skip updates while the tab/window is not visible
...
Pause updates while the window is minimized or the tab is in the background, but immediately continue updating once the wall is visible again. This should avoid a ton of unnecessary requests to servers.
2023-07-20 10:45:34 +02:00
Marcel Hellkamp
7ffa2a2f6d
Do not allow style tags in untrusted html
2023-07-20 09:53:41 +02:00
Marcel Hellkamp
eecf6003e0
Change page title to "Fediwall"
2023-07-18 12:02:48 +02:00
Marcel Hellkamp
23e64962be
Build with a relative basedir by default
...
Tests show this works. If not, build with `npm run build --base=/your/base/`
2023-07-17 16:31:15 +02:00
Marcel Hellkamp
8027e9187d
Added very simple nginx-based dockerfile
2023-07-17 16:29:57 +02:00
Marcel Hellkamp
a2d4202b76
Added F.A.Q. to readme
2023-07-17 14:34:02 +02:00
Marcel Hellkamp
d93a7f32da
Added support for multiple servers
...
Hashtags and domain-less accounts are searched on all configured servers. Accounts with a domain are now always fetched from their home server.
closes #2
2023-07-17 14:33:29 +02:00
Marcel Hellkamp
6c72830545
fix: Do not escape @ in generated URLs
2023-07-16 18:45:54 +02:00
Marcel Hellkamp
61af1d552c
fix: Unable do configure fully qualified accounts
2023-07-16 17:16:04 +02:00
Marcel Hellkamp
f59515adf9
Fix layout: Remove whitespace on sides
...
Using rem-based sizing for the columns means that there is up to hallf a column (10rem) space on each side before another column can be added. We now use percent-based sizing instead and decide on the column count via CSS media queries based on avalable screen space. Still relative ro rem, so zoom still works.
2023-07-15 12:59:22 +02:00
Marcel Hellkamp
8c16791086
Scale better on really small devices
2023-07-15 12:10:32 +02:00
Marcel Hellkamp
3f50241a8d
Fix: Do not url-encode @ in account urls
2023-07-15 10:01:59 +02:00
Marcel Hellkamp
7aec21f6c1
Switch demo site to GitHub Pages.
2023-07-15 09:42:21 +02:00
Marcel Hellkamp
b7e89e8334
Added action to deploy main branch to Github Pages
2023-07-15 09:39:00 +02:00
Marcel Hellkamp
1a5091ca43
Added screenshot to README.md
2023-07-15 08:56:25 +02:00
Marcel Hellkamp
2252cad370
Initial commit
2023-07-15 08:46:52 +02:00