feat: per-link path style toggle (bezier / smooth step)
This commit is contained in:
@@ -27,6 +27,8 @@ async def init_db() -> None:
|
||||
await conn.exec_driver_sql("ALTER TABLE nodes ADD COLUMN custom_colors JSON")
|
||||
with suppress(Exception):
|
||||
await conn.exec_driver_sql("ALTER TABLE edges ADD COLUMN custom_color TEXT")
|
||||
with suppress(Exception):
|
||||
await conn.exec_driver_sql("ALTER TABLE edges ADD COLUMN path_style TEXT")
|
||||
|
||||
|
||||
async def get_db():
|
||||
|
||||
Reference in New Issue
Block a user