mirror of
https://github.com/reconurge/flowsint.git
synced 2026-03-10 07:44:18 -05:00
[PR #34] [MERGED] feat: custom types #37
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/34
Author: @dextmorgn
Created: 11/6/2025
Status: ✅ Merged
Merged: 11/6/2025
Merged by: @dextmorgn
Base:
main← Head:feat/custom-types📝 Commits (5)
63e079bfeat(api): update dependencies33911f2feat(api): migration to add custom_types table0c84748feat(api): update logicca14657feat(api): update models6a909f5feat(app): custom types builder and usage📊 Changes
24 files changed (+2042 additions, -357 deletions)
View changed files
➕
flowsint-api/alembic/versions/8173aba964e7_add_custom_types_table.py(+50 -0)➕
flowsint-api/app/api/routes/custom_types.py(+263 -0)📝
flowsint-api/app/api/routes/flows.py(+27 -11)📝
flowsint-api/app/api/routes/transforms.py(+22 -8)📝
flowsint-api/app/api/routes/types.py(+61 -2)➕
flowsint-api/app/api/schemas/custom_type.py(+67 -0)📝
flowsint-api/app/main.py(+2 -0)➕
flowsint-api/app/utils/__init__.py(+1 -0)➕
flowsint-api/app/utils/custom_types.py(+215 -0)📝
flowsint-api/poetry.lock(+180 -1)📝
flowsint-api/pyproject.toml(+1 -0)➕
flowsint-app/src/api/custom-type-service.ts(+91 -0)📝
flowsint-app/src/components/graphs/context-menu.tsx(+5 -5)📝
flowsint-app/src/components/layout/secondary-navigation.tsx(+1 -1)📝
flowsint-app/src/components/layout/sidebar.tsx(+2 -1)📝
flowsint-app/src/components/layout/sketch-selector.tsx(+1 -0)📝
flowsint-app/src/routeTree.gen.ts(+44 -0)➕
flowsint-app/src/routes/_auth.dashboard.custom-types.$id.tsx(+557 -0)➕
flowsint-app/src/routes/_auth.dashboard.custom-types.index.tsx(+220 -0)📝
flowsint-app/src/styles.css(+2 -318)...and 4 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.