Commit Graph
6960 Commits
Author SHA1 Message Date
Guilhem c429a57deb show note in flow viewer 2025-11-11 15:36:16 +01:00
Guilhem 2f1a3dc37a simplify note state managment 2025-11-11 15:36:16 +01:00
Guilhem 1e616b8258 render note node from context 2025-11-11 15:36:16 +01:00
Guilhem 1688ede307 create a note change observer 2025-11-11 15:36:16 +01:00
Guilhem b21befb5ad separate noteManager into editor and render 2025-11-11 15:36:16 +01:00
Guilhem 84e39e7236 separate noteManager into editor and render 2025-11-11 12:53:51 +01:00
Guilhem 0de527dfd8 fined grained graph rendering for notes 2025-11-11 10:57:29 +01:00
Guilhem 53fa1c4db0 modify layout based on cached text height 2025-11-11 10:34:33 +01:00
Guilhem 5083ba61bd improve adaptive layout to group note 2025-11-10 15:43:57 +01:00
Guilhem 1ae0f4822d clean 2025-11-10 14:37:32 +01:00
Guilhem d01f80ef60 clean reactivity 2025-11-10 10:13:48 +01:00
Guilhem c53f0ea52f create a note manager class 2025-11-07 11:37:20 +01:00
Guilhem a425ab5b3e Adapt layout to group node 2025-11-07 11:20:44 +01:00
Guilhem 82e140eee6 Add group notes 2025-11-07 10:13:04 +01:00
Guilhem c9fd1934cd Introduce node multiselect 2025-11-06 18:11:20 +01:00
Guilhem 4b451f561e add note color picker 2025-11-04 16:49:14 +01:00
Guilhem f2a0107dcd Add sticky note to saved flow data 2025-11-04 13:37:51 +01:00
Guilhem 3a4a60c225 fix text update 2025-11-03 17:08:55 +01:00
Guilhem 5429cbf1de fix add sticky note button 2025-11-03 14:19:43 +01:00
Guilhem 6a6fc6bcd5 Merge remote-tracking branch 'origin/main' into glm/frontend/add_notes_to_flow
# Conflicts:
#	frontend/src/lib/components/flows/map/FlowStickyNode.svelte
#	frontend/src/lib/components/graph/FlowGraphV2.svelte
2025-11-03 14:09:31 +01:00
Guilhem 1d7ba8b1e1 always show subflow expand button (#7033)
* fix unwanted tab change

* expand subflow is always visible

* nit

* nit
2025-11-03 12:23:01 +00:00
hugocasa 16317a4714 fix: consider duckdb as a normal tag (#7035) 2025-11-03 10:55:13 +00:00
hugocasa c04489c463 fix: include missing tags from default/native consts (#7034) 2025-11-03 10:31:33 +00:00
Guilhem 135ed6bd97 fix expandable not visible in preview (#7032) 2025-11-03 08:30:37 +00:00
centdix 04d2ef419d feat(flow): Add graph diff visualizer (#6948)
* graph mode

* show colors

* show module diff viewer button

* better diff logic

* small width merge graph diff

* invert logic

* simplify

* better logic

* put removed modules in initial position

* nit

* nit

* fix conflicting ids

* fix

* add shadowed for after

* better position logic

* fix

* cleaning

* use splitpanes

* add toggle

* fix

* sync move

* icons

* handle zoom

* left header snippet

* cleaning

* cleaning

* remove stats

* big cleaning

* fix

* fix

* fix

* remove not working logic

* invert logic

* nit

* use in deploymentui

* fix typo

* no custom style

* handle nested

* simpler logic

* fix

* fix
2025-11-01 15:17:56 +01:00
dieriba 5f6aabb667 nits: warning retry (#6760)
* done

* ok

* ok

* better

* update sqlx

* raw val
2025-11-01 10:40:43 +00:00
Ruben Fiszelandrubenfiszel 24c802316d chore(main): release 1.571.0 (#7024)
* chore(main): release 1.571.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
2025-11-01 09:54:46 +00:00
Ruben Fiszelandrubenfiszel 4c7373e5dd chore(main): release 1.570.0 (#7016)
* chore(main): release 1.570.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
2025-10-31 07:43:00 +00:00
Guilhem 57033ec6b5 add guidelines to claude.md (#7007)
* add brand guidelines to claude.md

* add component description

* add component description
2025-10-31 07:41:39 +00:00
Ruben Fiszel 329124a6bc fix: fix setting high-priority tags in worker groups 2025-10-31 07:05:37 +00:00
Alexander Petric 7d775b1603 fix: search drop down z index too low (#7017) 2025-10-31 06:33:59 +00:00
Ruben Fiszel 55fd21a1e9 nits UI 2025-10-30 21:33:06 +00:00
Ruben Fiszel 13096ead49 script editor nits 2025-10-30 21:09:10 +00:00
Diego Imbert f5e1dbf3c1 Pause toast if any is hovered (#6965) 2025-10-30 20:33:13 +01:00
Diego Imbert 39575df3ee 'small' prop in Tabs to solve x-scroll in workspace settings (#6966)
* 'small' prop in Tabs to solve x-scroll in workspace settings

* add deprecated notice
2025-10-30 20:32:59 +01:00
fc3aae10f7 feat: add onboarding form for cloud first timers (#6876)
* Create onboarding pages

* add the users/onboarding route

* make the onboarding not available in oss

* Front end for onboarding form for cloud users

* WIP: Save current progress on first-timers onboarding feature

* Put back the cloud.ts file like before

* Add the onboading form  when cloud users connect for the first time

* Add check to show onboarding only for first time users on cloud

* Add submit_onboarding_data route in the backend

* Remove useless cookie code

* Remove useless function

* Remove the unused onMount import

* Add SQLx query cache for first_time_user field

* Allow dead_code for OnboardingData in OSS version

* Point to the latest ee hash

* Add maxlength on use_case text input

* Collect from the frontend only inputted data from the users - touche_point and use_case

* write latest ee ref

* Remove checkFirstTimeSetup() call if cloud instance

* Remove silent error

* Remove magical number from onboarding screen navigation

* remove unused databse field for login query

* Add first_time_user check in loadUser()

* Add input for the Other answer

* Update ee hash

* Remove autofocus

* Improve the submit onboarding data function checks

* Fix feature flags

* Add latest ee hash

* Update to latest hash

* Update to last ee hash

* nits

* simplify feature flag logic

* nit

* Update ee-repo-ref.txt

* nits

* update ref

---------

Co-authored-by: wendrul <dethomassin.etienne@gmail.com>
Co-authored-by: Diego Imbert <70353967+diegoimbert@users.noreply.github.com>
Co-authored-by: HugoCasa <hugo@casademont.ch>
Co-authored-by: windmill-internal-app[bot] <windmill-internal-app[bot]@users.noreply.github.com>
Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
2025-10-30 20:32:28 +01:00
Guilhem b4d081306b fix (frontend): overflow in tool picker (#7014)
* fix overflow in tool picker

* nit
2025-10-30 18:13:39 +00:00
Ruben Fiszelandrubenfiszel 75b3def08d chore(main): release 1.569.0 (#7001)
* chore(main): release 1.569.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
2025-10-30 17:05:39 +00:00
Ruben Fiszel a807670589 proper script debounce editor 2025-10-30 17:04:16 +00:00
Alexander Petricandwindmill-internal-app[bot] 700e642c1e feat: slack app on workspace level (#6992)
* feat: slack app on workspace level

* frontend

* ee repo ref

* Update SQLx metadata

* repo ref

* ee repo ref

* ee repo ref

* sqlx

* ee repo ref

* ee ref + sqlx

---------

Co-authored-by: windmill-internal-app[bot] <windmill-internal-app[bot]@users.noreply.github.com>
2025-10-30 16:24:44 +00:00
Guilhem 429b5874c2 fix script panel header (#7012) 2025-10-30 16:21:20 +00:00
Alexander Petric b0a3da441a feat: support slack @ commands (#7008)
* feat: support slack @ commands

* sqlx

* ee repo ref
2025-10-30 16:09:55 +00:00
Diego Imbert dbfaad0623 fix: ui icon nit in instance settings (#7009)
* Fix Auth0 Icon

* ui migration
2025-10-30 15:28:04 +00:00
Guilhem 54d68ad247 fix approval popover (#7011) 2025-10-30 15:27:49 +00:00
Diego Imbert f51991c25c fix workspace not removed from sessionStorage on log out (#7010) 2025-10-30 15:02:52 +00:00
Ruben Fiszel 2c4cabb54f fix: only show if_skipped runs if filter is set to it 2025-10-30 14:46:10 +00:00
Guilhem 33137338f3 fix(frontent): fix accent destructive color (#7003)
* fix accent destructive color

* nit

* nit
2025-10-30 11:55:58 +00:00
Diego Imbert dfae7a7e2e fix overlapping toggle label (#7000) 2025-10-30 10:24:32 +01:00
Krzysztof Skrzynecki 53048e511c typo (#6999) 2025-10-30 08:23:37 +00:00
Ruben Fiszelandrubenfiszel 5670fff32a chore(main): release 1.568.0 (#6986)
* chore(main): release 1.568.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
2025-10-30 07:03:07 +00:00