Commit Graph

6 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
40a44464a5 more ci fnu 2025-11-20 06:15:08 +00:00
Stan
328952ec16 bypass e2e tests for now until I can fix them 2025-11-20 06:11:35 +00:00
stan
b40de842f9 fixed CI ordering 2025-10-11 21:03:58 +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
1dbd33ebea ci: Update GitHub Pages workflow for monorepo structure
- Build library first, then app
- Update build output path to packages/fossflow-app/build/
- Add support for both main and master branches
- Ensure proper build sequence for monorepo
2025-08-13 23:10:44 +01:00