mirror of
https://github.com/reconurge/flowsint.git
synced 2026-05-07 04:09:49 -05:00
[PR #65] [MERGED] feat: types and layout upgrades #265
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/reconurge/flowsint/pull/65
Author: @dextmorgn
Created: 11/17/2025
Status: ✅ Merged
Merged: 11/17/2025
Merged by: @dextmorgn
Base:
main← Head:feat/types-and-layout-upgrades📝 Commits (9)
dbecf20feat: update contact emailf7594d6feat(api): change SocialProfile to SocialAccount63b9e83feat(transforms): support for Username and SocialAccount1844a9dfeat(types): support SocialAccount and Username7dcc2e5feat(core): update contact emaila2d11c0feat(core): update type_matcher.py1be3ba5feat(app): separate concerns for layouts74f3c95feat(app): autocenter on load + always allow drag6044430feat(app): loader on layouting📊 Changes
33 files changed (+503 additions, -329 deletions)
View changed files
📝
ETHICS.md(+1 -1)📝
flowsint-api/app/api/routes/flows.py(+3 -3)📝
flowsint-api/app/api/routes/types.py(+51 -54)📝
flowsint-api/pyproject.toml(+1 -1)➕
flowsint-app/public/icons/social_account.svg(+1 -0)➖
flowsint-app/public/icons/social_profile.svg(+0 -1)➕
flowsint-app/public/icons/username.svg(+1 -0)📝
flowsint-app/src/components/graphs/graph-viewer.tsx(+50 -89)📝
flowsint-app/src/components/graphs/settings.tsx(+4 -1)📝
flowsint-app/src/components/graphs/webgl/hooks/use-force-simulation.ts(+32 -8)📝
flowsint-app/src/components/graphs/webgl/index.tsx(+4 -0)➕
flowsint-app/src/hooks/use-layout.ts(+84 -0)📝
flowsint-app/src/lib/utils.ts(+93 -2)📝
flowsint-app/src/stores/graph-settings-store.ts(+64 -9)📝
flowsint-app/src/stores/node-display-settings.ts(+5 -5)📝
flowsint-core/pyproject.toml(+1 -1)📝
flowsint-core/src/flowsint_core/__init__.py(+1 -1)📝
flowsint-core/src/flowsint_core/imports/type_matcher.py(+2 -2)📝
flowsint-transforms/pyproject.toml(+1 -1)📝
flowsint-transforms/src/flowsint_transforms/__init__.py(+1 -1)...and 13 more files
📄 Description
fixes #39
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.