Ruben Fiszel
bb620aba24
appselect default value fix nit + editor workers are url based
2024-09-12 21:41:06 +02:00
HugoCasa
93e5ba1d16
fix(frontend): table footer display on safari ( #4377 )
2024-09-12 11:38:53 +02:00
Ruben Fiszel
fb4c8d266a
fix: improve app select propagation to list inputs in apps
2024-09-12 09:18:06 +02:00
Ruben Fiszel
3e397df03e
nit overflow and scrllbar height
2024-09-11 00:11:11 +02:00
Ruben Fiszel
a19db9a8d3
feat: add ability to edit id in flows ( #4364 )
...
* all
* all
* nit mailto
* fix
* fix
2024-09-10 20:16:43 +02:00
Ruben Fiszel
8bea2e473d
fix: make select not reset on user changes in app + app css fix
2024-09-07 00:33:55 +02:00
Ruben Fiszel
df720260b8
fix: improve app reports puppeteer interactions
2024-09-05 10:07:21 +02:00
Ruben Fiszel
f4446f292e
nits scrollbar UX
2024-09-04 15:20:59 +02:00
Ruben Fiszel
c9d07fcad7
handle better getResoruceValue error for theme
2024-09-04 13:30:18 +02:00
Ruben Fiszel
71cdb1905e
remove frontend warnings
2024-09-03 14:23:22 +02:00
Ruben Fiszel
2a5ac79446
fix copy button z-index
2024-09-02 15:56:18 +02:00
Ruben Fiszel
2fe48df720
feat: service logs ( #4244 )
2024-08-31 14:57:35 +02:00
Faton Ramadani
d868f71dc4
Fr/anchored subgrid indicator ( #4303 )
...
* fix(frontend): fix anchored indicator for subgrids
* fix(frontend): fix anchored indicator for subgrids
2024-08-29 20:05:31 +02:00
Ruben Fiszel
8a3367f70d
nits anchor
2024-08-29 11:20:04 +02:00
Faton Ramadani
d9b358bcc2
feat(frontend): add indicator when a component is locked ( #4296 )
...
* feat(frontend): add indicator when a component is locked
* feat(frontend): add indicator when a component is locked
* feat(frontend): improve interactivity
* feat(frontend): fix how the lock overlay renders
* feat(frontend): use builin detection
* feat(frontend): fix zIndex
* feat(frontend): update the shadow when dragged over a locked component
2024-08-29 11:14:04 +02:00
Faton Ramadani
543a8e98fc
remove the dotted outline around the app editor ( #4301 )
2024-08-29 10:59:31 +02:00
Ruben Fiszel
d09b72e3fc
lazy load editor on homepage
2024-08-28 09:17:10 +02:00
Ruben Fiszel
70ea188efd
lazy load app preview on homepage
2024-08-28 00:57:52 +02:00
Ruben Fiszel
58a4b10553
reduce css assets sizes
2024-08-27 23:13:04 +02:00
Faton Ramadani and Ruben Fiszel
a4111798d5
feat(frontend): manage ag grid actions programmatically ( #4289 )
...
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): improve UX
* Update TableActions.svelte
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-08-27 12:39:27 +02:00
Faton Ramadani and Ruben Fiszel
d1ba9b1404
feat(frontend): add support to copy a cell value in the clipboard in aggrid tables ( #4286 )
...
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-08-27 11:28:59 +02:00
Ruben Fiszel
1ec45e5ad6
feat: add vim support for monaco/webeditor
2024-08-26 22:31:23 +02:00
Faton Ramadani
fdfd385a68
feat(frontend): hide/show app editor panels ( #4266 )
...
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): add all shortcuts
* feat(frontend): improve the shorcuts
* feat(frontend): improve the shorcuts
* feat(frontend): hide the buttons in preview mode
* feat(frontend): improve the shorcuts
* feat(frontend): fix shortcuts
* feat(frontend): fix shared state between log panels
2024-08-26 10:48:36 +02:00
Ruben Fiszel
32c0b89729
fix: update monaco-editor to latest monaco/language-client ( #4285 )
...
* all
* all
* all
* recomment useless extralib imports
* small impr
2024-08-25 15:29:28 +02:00
Faton Ramadani
5b2dd7573d
feat(frontend): Add a toggle to disable breakpoints in the App editor ( #4274 )
...
* feat(frontend): Add a toggle to disable breakpoints in the App editor
* feat(frontend): improve UI
* feat(frontend): fix build
* feat(frontend): fix build
* feat(frontend): fix how mobileViewOnSmallerScreens works for older apps
* feat(frontend): fix build
2024-08-22 15:38:57 +02:00
Ruben Fiszel
7882d4ecdd
fix: fix app navbar query reactivity + hash in ctx handling is more consistent
2024-08-22 13:55:15 +02:00
Ruben Fiszel
d604b6f2a0
feat: add native html select support + fix mobile scroll on app text component
2024-08-21 11:16:42 +02:00
Ruben Fiszel
d6d33898a7
fix(app): database studio/empty table count reset
2024-08-20 18:11:57 +02:00
Faton Ramadani and Ruben Fiszel
632bd18a2e
use xyflow internally instead of svelvet for graph rendering ( #4173 )
...
* fix(frontend): wip
* fix(frontend): wip
* fix(frontend): fix while loops + theme
* fix(frontend): wip
* fix(frontend): wip
* fix(frontend): same view as before
* fix(frontend): wip
* fix(frontend): wip
* feat(frontend): flow status viewer
* fix(frontend): wip
* feat(frontend): migrate to xyflow
* feat(frontend): dataflow
* feat(frontend): clean up
* feat(frontend): clean up
* feat(frontend): clean up
* feat(frontend): fix min-height
* feat(frontend): clean up
* feat(frontend): add missing insert button for empty loops
* feat(frontend): Fix insert
* feat(frontend): Fix branch one
* feat(frontend): Support default branch for branch one
* feat(frontend): fix add and delete branches
* feat(frontend): Make the iterations menu work
* feat(frontend): Fix graph height in the flow status viewer
* feat(frontend): code improvement
* feat(frontend): add missing trigger
* feat(frontend): add support for triggers
* feat(frontend): fix move
* feat(frontend): fix No branch for branch one
* feat(frontend): fix light theme
* feat(frontend): fix build
* feat(frontend): remove dead code
* feat(frontend): fix move
* feat(frontend): fix vertical alignement
* feat(frontend): fix viewport
* feat(frontend): style fix
* feat(frontend): fix viewgraph
* feat(frontend): fix build
* feat(frontend): Fix node position
* feat(frontend): UI nits
* feat(frontend): UI nits
* feat(frontend): fix zoom level + fix insert button position
* feat(frontend): svelvet clean up
* feat(frontend): fix paste button position
* feat(frontend): clean up
* feat(frontend): migrate Decision Tree
* feat(frontend): clean up
* feat(frontend): add callback
* feat(frontend): migrate Decision Tree
* feat(frontend): fix build
* feat(frontend): fix branches
* feat(frontend): fix branches
* feat(frontend): fix insert
* feat(frontend): wip
* feat(frontend): done
* feat(frontend): done
* feat(frontend): fix reactivity
* feat(frontend): fix z-index issues
* feat(frontend): fix bg issue
* feat(frontend): fix border status
* add padding to flow height
* Update FlowGraphV2.svelte
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-08-19 09:17:56 +02:00
HugoCasa
99f7828ebb
feat: cache common hub scripts in image ( #4249 )
...
* feat: cache common hub scripts in image
* Delete backend/src/hubPaths.json
* fix: missing file
* fix: dockerfile
* fix: cache by path
* fix
* fix
* precreate cache folder
2024-08-16 17:30:44 +02:00
Ruben Fiszel
3cf4f00dca
fix: improve row update of aggrid table actions II
2024-08-15 12:47:21 +02:00
Ruben Fiszel
2afdb66e75
improve row update of aggrid table actions
2024-08-15 12:07:46 +02:00
Ruben Fiszel
75d96baf50
small resilience nits
2024-08-14 15:24:05 +02:00
Ruben Fiszel
ad698768e8
fix: fix transformer issue after proxy change for apps
2024-08-14 14:45:55 +02:00
Ruben Fiszel
0be8982ddc
fix: improve scrolling performance of the runs page
2024-08-14 00:26:34 +02:00
Ruben Fiszel
2021b8f86a
add INSTANCE_IS_DEV
2024-08-13 21:44:14 +02:00
Ruben Fiszel
b626e52324
add bun bundling error info
2024-08-13 20:42:45 +02:00
Ruben Fiszel
7a68cc76c2
fix: improve logviewer behavior when job is loading
2024-08-13 20:34:46 +02:00
Ruben Fiszel
1d0807f542
fix(apps): improve tanstack table handling of objects
2024-08-13 16:17:20 +02:00
Ruben Fiszel
599399870f
nit w-full
2024-08-13 16:00:36 +02:00
Ruben Fiszel
955a980703
feat(frontend): group fields are mutable
2024-08-13 15:14:26 +02:00
Ruben Fiszel
7eccebf5da
improve type hints II
2024-08-13 11:29:16 +02:00
Ruben Fiszel
1719c2689e
fix(apps): type hints for results are automatically widened
2024-08-13 11:05:56 +02:00
Ruben Fiszel
fd1c456fad
feat: embeddable apps using jwt ( #4229 )
...
* all
* all
* all
2024-08-13 00:11:54 +02:00
Ruben Fiszel
e779f96386
fix: improve default value handling for date & date-time in apps
2024-08-12 11:21:00 +02:00
Guilhem and Guilhem Le Mouel
6ba3fda65d
dev(frontend) move component options into editor menu ( #4221 )
...
* dev(frontend) move component options into editor menu
* dev(frontend) move component options into editor menu
* dev(frontend) add editor menu popovers
---------
Co-authored-by: Guilhem Le Mouel <guilhem.le-mouel.ext@altran.com >
2024-08-12 09:52:04 +02:00
Ruben Fiszel
c288d73c13
specify that windmill can be embedded if using same host
2024-08-10 22:58:46 +02:00
Ruben Fiszel
c03c0f6172
fix(frontend): user resource picker for app use lightweight component
2024-08-10 22:49:48 +02:00
Ruben Fiszel
6272c9ff41
fix: allow user resources in app to work within iframes
2024-08-10 19:19:54 +02:00
Faton Ramadani
7115a35779
fix(frontend): improve default id of the components of the topbar ( #4222 )
2024-08-09 16:49:37 +02:00