Commit Graph

8 Commits

Author SHA1 Message Date
Stan
047df92785 fix: Fixed issues with history not fully working, undo/redo was hit or miss. Additionally added a huge amount of CI/CD testing using selenium so that we can simulate creating a diagram, placing nodes, connceting them, undo/redo, and rectangles/text as well, with love, Stan
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 09:33:05 +00:00
Stan
fac1b6f8a4 Add QEMU setup and configure Docker build progress
Added QEMU setup step for multi-platform builds and set Docker build progress to plain.
2025-12-06 11:20:38 +00:00
Stan
30e904af65 fix e2e tests and make docker depend on e2e tests passing 2025-11-15 21:08:36 +00:00
stan
85fa0e6681 feat(ci): fixing ci stuff 2025-10-08 21:31:26 +01:00
stan
9d9fe84eef feat(ci): implemented automatic versioning plus releases 2025-10-08 21:17:44 +01:00
Stan
607389a076 connector enhancements (#129)
* feat: enhance connector functionality with multiple labels and line types

- Add support for three line types: single, double, and double with circle
- Implement start, center, and end labels with independent height controls
- Add custom RGB color picker for connectors and rectangles
- Increase spacing between double lines for better visibility
- Offset start/end labels by one tile to prevent node overlap
- Fix label filtering to show connectors with any label type
- Improve slider UI spacing to prevent interaction issues

Closes #107
Closes #113

* Updated test suite and CI/CD workflow to include testing

* fix: sync package-lock.json with package.json for CI

---------

Co-authored-by: Stan <stanleylsmith@pm.me>
2025-09-06 16:52:20 +00:00
Stan
8797be9f9e Update docker.yml to remove pull_request trigger
Removed pull_request trigger for main and master branches.
2025-09-06 11:37:29 +00:00
Stan
055e2b1aa7 ci: Add Docker build and push workflow
Implements automated Docker image building and pushing to Docker Hub
on commits to main/master branches. Supports multi-platform builds
(linux/amd64 and linux/arm64) with GitHub Actions caching for
improved performance.
2025-08-14 11:06:35 +01:00