link
Playwright Tests / test-playwright (1, 2) (push) Canceled after 0s
Playwright Tests / test-playwright (2, 2) (push) Canceled after 0s
pre-commit / pre-commit (push) Canceled after 0s
Compose Smoke Test / test-compose (push) Canceled after 0s
Playwright Tests / merge-reports (push) Canceled after 0s

Signed-off-by: Melvin Strobl <lc3267@kit.edu>
This commit is contained in:
Melvin Strobl
2026-08-18 14:22:47 +02:00
parent a03d17975f
commit 76dbedd0f7
3 changed files with 8 additions and 5 deletions
+3
View File
@@ -13,6 +13,9 @@ should reopen it.
### To be sorted
- BUG/UI loop-lag in home view can't have a value when there are no flows (push back if I'm wrong here)
- BUG/UI brain view in the home view should be hidden when there are no flows/nodes
- FEAT/UI in addition to the two issues above we should introduce a default flow and dashboard for every new user. These should be very minimal to quickly understand what's happening but still show off most of the features of the application. We could make this optional by offering a "Create Demo" button showing at the location of the brain view if there are no existing flows. This demo could then also serve as a demo.fluksio.com site later to play around without signup
- BUG/UI auto node placement on flows should be improved in regards to least crossing edges and a more vertical layout on mobile devices
- BUG/UI when opening a flow, the graph should enlarge from the center (same animation as the brain view). Currently it swipes in from the side
- BUG/UI dots and rings of nodes in the brain graph are not pixel-perfect centered
+2 -2
View File
@@ -22,9 +22,9 @@ existing flow engine reachable and persistent precedes new feature breadth.
stacks, one Traefik serving `${DOMAIN}`, `app.${DOMAIN}`, `api.${DOMAIN}`
- [x] Design token contract: root `DESIGN-GUIDELINES.md`, per-repo `DESIGN.md`,
byte-identical token blocks verified by `make design-check`
- [x] CI on Codeberg (Forgejo Actions): pre-commit, backend tests, Playwright, compose smoke
- [x] CI on Gitea (Forgejo Actions): pre-commit, backend tests, Playwright, compose smoke
— the four workflows in `.gitea/workflows/`. Never observed running on a
Codeberg push from here, so treat the wiring as written but unproven
Gitea push from here, so treat the wiring as written but unproven
- [x] Soak and chaos harness: sustained load with the state backend, the broker and
the engine itself taken away underneath it. `backend/scripts/soak.py` behind
`make soak`, driving the durable webhook path through load, redis, engine and
+3 -3
View File
@@ -1,10 +1,10 @@
import { SiCodeberg } from "react-icons/si"
import { SiGitea } from "react-icons/si"
const socialLinks = [
{
icon: SiCodeberg,
icon: SiGitea,
href: "https://git.stroblme.de/Fluksio",
label: "Codeberg",
label: "Gitea",
},
]