Commit Graph

  • db528e7056 fix: prevent step count tab text from wrapping Guilhem 2026-03-04 16:11:01 +00:00
  • 7abaa0010a fix: attach step count tab to top of group bounding box Guilhem 2026-03-04 16:10:32 +00:00
  • 95de798414 refactor: hide group header card when expanded, keep only tab and ellipsis menu Guilhem 2026-03-04 16:04:44 +00:00
  • 1da430b3a2 perf: optimize batch pull query with ANY(ARRAY()) and chained CTEs native-polling-workers HugoCasa 2026-03-04 17:00:42 +01:00
  • 0b40175339 style: increase gap between group header and first node Guilhem 2026-03-04 15:57:06 +00:00
  • 31733f3766 style: increase spacing between group header and nodes Guilhem 2026-03-04 15:54:09 +00:00
  • b999de88a8 style: extend group outline to top of header Guilhem 2026-03-04 15:52:53 +00:00
  • 48e197dcd2 style: render group bounding box behind nodes Guilhem 2026-03-04 15:48:06 +00:00
  • da71e2bb15 style: add transparent group color background to bounding box Guilhem 2026-03-04 15:47:01 +00:00
  • 24810363df style: position group outline below header card Guilhem 2026-03-04 15:44:52 +00:00
  • ad010444de style: use outline instead of border for group and subflow overlays Guilhem 2026-03-04 15:41:48 +00:00
  • 528574fc38 style: align expanded group header with first node Guilhem 2026-03-04 15:40:20 +00:00
  • 2c285e1732 style: keep fixed width and rounded-md for expanded group header Guilhem 2026-03-04 15:38:49 +00:00
  • 9a7601861e style: reorder group dropdown menu and remove color label Guilhem 2026-03-04 15:32:26 +00:00
  • 5702901ae2 refactor: replace group action buttons with ellipsis dropdown menu Guilhem 2026-03-04 15:20:58 +00:00
  • dfaa5a4ac0 refactor: remove expand button from GroupActionBar (handled by StepCountTab) Guilhem 2026-03-04 15:12:51 +00:00
  • 26f5cd6b8e feat: replace hub error toasts with warning alerts and add disable hub setting (#8225) hugocasa 2026-03-04 16:12:00 +01:00
  • 63ebae8829 feat: replace hub error toasts with warning alerts and add disable hub setting (#8225) hugocasa 2026-03-04 16:12:00 +01:00
  • e66a682c4a chore: make rust-analyzer plugin opt-in via USE_RUST_PLUGIN env var (#8227) centdix 2026-03-04 16:09:42 +01:00
  • 87ebeaa51d chore: make rust-analyzer plugin opt-in via USE_RUST_PLUGIN env var (#8227) centdix 2026-03-04 16:09:42 +01:00
  • 110e4c6789 feat: render subflows using GroupNodeCard with expand/collapse border Guilhem 2026-03-04 15:03:55 +00:00
  • 13f94b9677 fix: wrap set_encryption_key in a single database transaction (#8212) hugocasa 2026-03-04 15:53:56 +01:00
  • 62382fd286 fix: wrap set_encryption_key in a single database transaction (#8212) hugocasa 2026-03-04 15:53:56 +01:00
  • 006a77c31a feat: add StepCountTab component replacing stacked layers Guilhem 2026-03-02 10:38:16 +00:00
  • 52f0cf7e03 nit Guilhem 2026-02-25 15:39:15 +00:00
  • 61e5a580c5 feat: collapse containers into single ModuleNode with stacked layers Guilhem 2026-02-25 14:51:30 +00:00
  • 7f633dcc3f feat: offset collapsed group stacked layers by note height Guilhem 2026-02-25 12:24:36 +00:00
  • 4a4f4ab15a style: use group color for collapsed stacked layers and step count text Guilhem 2026-02-25 11:53:43 +00:00
  • d4b4104cd7 remove useless pencil for edit id Guilhem 2026-02-25 11:16:39 +00:00
  • 9e97122687 style: center group summary text in group node card Guilhem 2026-02-25 11:05:49 +00:00
  • 8897313c75 fix: suppress height reporting during note editing to prevent graph rebuilds Guilhem 2026-02-25 10:55:15 +00:00
  • 2661202747 fix: allow double-click note editing in collapsed group nodes Guilhem 2026-02-25 10:38:34 +00:00
  • f7e18441a9 fix: enable note editing in collapsed group nodes Guilhem 2026-02-25 10:29:36 +00:00
  • 936a2882b5 feat: add event-driven group membership updates on insert/delete/move Guilhem 2026-02-25 10:16:41 +00:00
  • f8a53a817d feat: add clickable step count to toggle group collapse/expand Guilhem 2026-02-25 08:46:08 +00:00
  • 5b10e817f2 nit Guilhem 2026-02-25 08:35:51 +00:00
  • 738b79065a feat: show overlapping module icons in group headers and extract shared action bar Guilhem 2026-02-24 18:32:36 +00:00
  • e305b8105a refactor: use TextInput component for group summary inline editing Guilhem 2026-02-24 17:35:22 +00:00
  • 8c5e3f6896 feat: add inline-editable summary field to group header Guilhem 2026-02-24 17:26:29 +00:00
  • f86ca0ef4f refactor: simplify group description to note, controlled by top-level Notes toggle Guilhem 2026-02-24 17:18:26 +00:00
  • a40ab1e147 feat: add toggleable markdown description to flow groups Guilhem 2026-02-24 15:53:55 +00:00
  • e730775297 fix: revert backend files to branch base instead of main HEAD Guilhem 2026-02-24 15:01:23 +00:00
  • 39fbccc5fa refactor: remove backend Rust types for groups (UI-only, like notes) Guilhem 2026-02-24 14:46:19 +00:00
  • b1575303f7 feat: separate persistent collapsed_by_default from runtime collapsed state Guilhem 2026-02-24 14:33:45 +00:00
  • 892372b437 feat: add hover border transition and fix header action visibility Guilhem 2026-02-24 09:53:40 +00:00
  • dc977ae9a9 feat: apply note colors to group header and remove shadow on expanded Guilhem 2026-02-24 09:42:20 +00:00
  • 2635e8e4ea feat: full-width group header with step count and inline actions Guilhem 2026-02-24 09:34:55 +00:00
  • cb7d87a1bb refactor: extract shared GroupNodeCard component for group header Guilhem 2026-02-23 17:41:51 +00:00
  • e866a85542 feat: render collapsed group node like imported flow module Guilhem 2026-02-23 17:20:34 +00:00
  • 22182d4fe2 feat: collapse groups as single graph nodes like subflows Guilhem 2026-02-23 16:57:40 +00:00
  • b862a3dc62 feat: improve group overlay with always-visible border, note-style spacing and action bar Guilhem 2026-02-23 15:35:07 +00:00
  • e4280861d9 feat: move group name edit to label with pen icon on hover Guilhem 2026-02-23 14:48:28 +00:00
  • 160bec57c9 feat: add flow group nodes frontend UI with hover overlay and CRUD Guilhem 2026-02-23 14:33:31 +00:00
  • 9b1d735d4c feat: add flow group nodes frontend UI with hover overlay and CRUD Guilhem 2026-02-23 12:17:55 +00:00
  • 8d3013506a feat: add flow group nodes and collapsed field to container types Guilhem 2026-02-23 11:33:18 +00:00
  • e432f82348 fix: handle multipart stream errors gracefully instead of panicking (#8226) Ruben Fiszel 2026-03-04 14:44:33 +00:00
  • 19c065bed5 fix: handle multipart stream errors gracefully instead of panicking (#8226) Ruben Fiszel 2026-03-04 14:44:33 +00:00
  • 329b4bcdda Merge branch 'main' into glm/fix-flow-layout Guilhem 2026-03-04 14:39:23 +00:00
  • 038bc6783d formatting Guilhem 2026-03-04 14:36:33 +00:00
  • 7a2c0a452b fix(frontend): address PR review feedback on flow layout Guilhem 2026-03-04 14:34:05 +00:00
  • d709f896ac feat: add variable and resource types to flow env variables (#8214) hugocasa 2026-03-04 15:20:50 +01:00
  • 164e499c64 feat: add variable and resource types to flow env variables (#8214) hugocasa 2026-03-04 15:20:50 +01:00
  • d724fa6cef Add set-permissioned-as command in cli wendrul 2026-03-04 15:18:31 +01:00
  • a202480190 add full-code app import with tabbed YAML/JSON format selection (#8224) Ruben Fiszel 2026-03-04 13:29:51 +00:00
  • 8a859ff7b9 add full-code app import with tabbed YAML/JSON format selection (#8224) Ruben Fiszel 2026-03-04 13:29:51 +00:00
  • c79863bb46 Merge branch 'main' into glm/fix-flow-layout Guilhem 2026-03-04 13:13:56 +00:00
  • 802cdc24d1 refactor(frontend): simplify CompoundGroup type to 'branch' | 'loop' Guilhem 2026-03-04 13:08:12 +00:00
  • 12d1cdf8f1 fix(frontend): guard data.module.value access in ModuleNode Guilhem 2026-03-04 12:55:28 +00:00
  • f156439346 add context menu with delete option to preprocessor nodes (#8223) Guilhem 2026-03-04 12:48:02 +00:00
  • c9c3baecb3 add context menu with delete option to preprocessor nodes (#8223) Guilhem 2026-03-04 12:48:02 +00:00
  • 784c21ba77 chore: remove debug artifacts from PR Guilhem 2026-03-04 12:44:45 +00:00
  • 6322988d45 perf(frontend): optimize compoundLayout hot paths Guilhem 2026-03-04 12:42:14 +00:00
  • f0ad760589 fix(frontend): remove unused lastXCenter variable Guilhem 2026-03-04 12:06:46 +00:00
  • db696293e1 merge: sync with origin/main Guilhem 2026-03-04 11:55:50 +00:00
  • eab85c55e0 feat: make WM_END_USER_EMAIL display users from different workspaces (#8208) Pyra 2026-03-04 12:50:59 +01:00
  • baf2bcf14d feat: make WM_END_USER_EMAIL display users from different workspaces (#8208) Pyra 2026-03-04 12:50:59 +01:00
  • 0dac7acc68 add data tables comment to scheduled poll templates (#8221) claude[bot] 2026-03-04 11:47:36 +00:00
  • 7fe1594d22 add data tables comment to scheduled poll templates (#8221) claude[bot] 2026-03-04 11:47:36 +00:00
  • 29624bd1c9 refactor(frontend): remove dead offset plumbing from flow graph Guilhem 2026-03-04 11:45:16 +00:00
  • 02595b4a30 perf(frontend): optimize compoundLayout recursive algorithm Guilhem 2026-03-04 10:54:48 +00:00
  • 9e91a88472 feat: add move, delete, and duplicate to flow node context menu (#8050) Guilhem 2026-03-04 10:53:01 +00:00
  • c0c9388415 feat: add move, delete, and duplicate to flow node context menu (#8050) Guilhem 2026-03-04 10:53:01 +00:00
  • e5cc2f68dd feat: persistent Db manager state in URI (#8134) Diego Imbert 2026-03-04 11:46:34 +01:00
  • 4bf827bea4 feat: persistent Db manager state in URI (#8134) Diego Imbert 2026-03-04 11:46:34 +01:00
  • 02b4e222ea feat: Ducklake typechecker (#8118) Diego Imbert 2026-03-04 11:46:08 +01:00
  • 53caecf1da feat: Ducklake typechecker (#8118) Diego Imbert 2026-03-04 11:46:08 +01:00
  • 5a3efd7d84 fix(frontend): remove debug wrapper nodes from flow graph Guilhem 2026-03-04 10:25:57 +00:00
  • 78371e97a2 fix(frontend): gate debug wrappers behind SHOW_DEBUG_WRAPPERS flag Guilhem 2026-03-04 10:12:09 +00:00
  • 56a14ec2d7 feat: make WINDMILL_DIR configurable via environment variable (#8215) Ruben Fiszel 2026-03-04 08:53:25 +00:00
  • 424ca59dfe feat: make WINDMILL_DIR configurable via environment variable (#8215) Ruben Fiszel 2026-03-04 08:53:25 +00:00
  • c717c9bbb2 chore(main): release 1.649.0 (#8198) Ruben Fiszel 2026-03-04 07:14:00 +00:00
  • fafa809670 chore(main): release 1.649.0 (#8198) v1.649.0 Ruben Fiszel 2026-03-04 07:14:00 +00:00
  • 1d08dda038 fix(frontend): double forloop wrapper padding and include wrappers in bbox Guilhem 2026-03-03 20:50:14 +00:00
  • 1aede4a24c feat(frontend): replace flat sugiyama with recursive compound layout for flow graph Guilhem 2026-03-03 20:24:52 +00:00
  • 1b04f69219 feat(frontend): add script recorder for offline replay (#8200) hugocasa 2026-03-03 19:41:11 +01:00
  • c97d8b4715 feat(frontend): add script recorder for offline replay (#8200) hugocasa 2026-03-03 19:41:11 +01:00
  • 1a8e0e0c0c Remove edit in fork button for app.windmill.dev (#8213) wendrul 2026-03-03 19:39:24 +01:00
  • f6ceb2e366 Remove edit in fork button for app.windmill.dev (#8213) wendrul 2026-03-03 19:39:24 +01:00
  • e0c1e6acea sqlx Ruben Fiszel 2026-03-03 16:48:40 +00:00
  • ef7b2ec81c sqlx Ruben Fiszel 2026-03-03 16:48:40 +00:00