Commit Graph

24 Commits

Author SHA1 Message Date
15883a53aa Refactored parallel-fetch logic.
The wall fetches all servers in parallel, but tasks per
server run sequence to not overwhelm individual servers.
2023-07-24 14:18:33 +02:00
de8d4f834e Config overhaul with tons of new options.
- Lots of new config options and feature switches.
- Changed the way query parameters are translated to config values and vice versa.
- New layout and smarter error correction for config UI.

WIP, still missing functionality for many of the new options.
2023-07-24 12:50:04 +02:00
7d003382ce Build fallback bundles for old browsers
This feature adds a lot of dependencies and some build time, but many
large screens at venues are powered by outdated android boxes and won't
be able to display anything otherwise. Modern browsers are not affected,
the fallback bundles are only downloaded by browsers that actually need
them.
2023-07-20 16:29:41 +02:00
0987956ecf Remove unused dependency 2023-07-20 16:23:20 +02:00
394725b14e Use a path independent build for Github Pages 2023-07-20 13:22:32 +02:00
c0c770e86c Fix version string when building with github actions 2023-07-20 12:26:22 +02:00
a766bb1ba8 Removed Makefile which is not useful v1.0.0 2023-07-20 12:14:05 +02:00
bb03f7db94 Display fediwall version in page footer 2023-07-20 12:14:05 +02:00
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
7ffa2a2f6d Do not allow style tags in untrusted html 2023-07-20 09:53:41 +02:00
eecf6003e0 Change page title to "Fediwall" 2023-07-18 12:02:48 +02:00
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
8027e9187d Added very simple nginx-based dockerfile 2023-07-17 16:29:57 +02:00
a2d4202b76 Added F.A.Q. to readme 2023-07-17 14:34:02 +02:00
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
6c72830545 fix: Do not escape @ in generated URLs 2023-07-16 18:45:54 +02:00
61af1d552c fix: Unable do configure fully qualified accounts 2023-07-16 17:16:04 +02:00
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
8c16791086 Scale better on really small devices 2023-07-15 12:10:32 +02:00
3f50241a8d Fix: Do not url-encode @ in account urls 2023-07-15 10:01:59 +02:00
7aec21f6c1 Switch demo site to GitHub Pages. 2023-07-15 09:42:21 +02:00
b7e89e8334 Added action to deploy main branch to Github Pages 2023-07-15 09:39:00 +02:00
1a5091ca43 Added screenshot to README.md 2023-07-15 08:56:25 +02:00
2252cad370 Initial commit 2023-07-15 08:46:52 +02:00