Commit Graph

7 Commits

Author SHA1 Message Date
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
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
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
2252cad370 Initial commit 2023-07-15 08:46:52 +02:00