Sindre Svendby
63c1515053
Tanstack init config for width will now be applied to columns ( #2095 )
2023-08-17 11:33:20 +02:00
Faton Ramadani
3a92d092d4
feat(frontend): Add List pagination + add loading state in tables ( #2096 )
...
* feat(frontend): Add List pagination + add loading state in tables
* feat(frontend): Use the same configuration as the Table, and managed pagination properly
* feat(frontend): Fix wording + update default code + preconnect page output
* feat(frontend): Fix wording + update default code + preconnect page output
* feat(frontend): fix default code
* feat(frontend): add comment in the default code to explain what the page parameter is
* feat(frontend): revert changes
2023-08-16 15:00:07 +02:00
Ruben Fiszel
0943296736
fix: appgrid refresh selected on row on result changes
2023-08-15 22:20:48 +02:00
Ruben Fiszel
70959a430a
fix: fix array static input editor initialization
2023-08-12 02:35:57 +02:00
Ruben Fiszel
9970f6daeb
feat: migrate state path to new schema
2023-08-11 18:54:47 +02:00
HugoCasa
2f18b94b33
feat: add native powershell support ( #2025 )
...
* feat: add powershell support
* fix: lang build
2023-08-10 13:19:50 +00:00
HugoCasa
f1a0070b71
feat: add graphql support ( #2014 )
...
* feat: add graphql support
* fix: use custom editor for viewing graphql schema
* fix: graphql parser cargo version
* fix: add graphql where missing
2023-08-09 16:19:57 +02:00
Faton Ramadani
18af7673bf
fix(frontend): Fix flow preview ( #2013 )
...
* fix(frontend): Fix flow preview
* fix(frontend): fix z-index
* fix(frontend): fix z-index
* fix(frontend): clean up Select and MultiSelect styles
* fix(frontend): clean up Select and MultiSelect styles
2023-08-09 10:24:59 +02:00
Faton Ramadani
89086afbde
feat(frontend): Add disable prop to App Toggles ( #2010 )
2023-08-08 15:26:15 +02:00
DM-Canteen
afb2e48fb8
feat(frontend): add disabled prop to select input ( #2007 )
2023-08-08 02:09:25 +02:00
Ruben Fiszel
4ccac57a89
fix: custom config layout get priority for plotly components
2023-08-07 20:26:03 +02:00
Faton Ramadani
5dd82279cb
fix(frontend): Download as CSV ( #2000 )
...
* fix(frontend): Download as CSV
* fix(frontend): Download as CSV
2023-08-07 18:16:28 +02:00
Ruben Fiszel
48b33ae5d5
improve resource component
2023-08-05 11:40:07 +02:00
Faton Ramadani
9aa0c2b90e
fix(frontend): Fix image loading animation + app preview select scrolling issues ( #1990 )
...
* fix(frontend): Fix image jump onload
* fix(frontend): Fix select scrolling issues
* fix(frontend): Fix select scrolling issues
* fix(frontend): Fix select scrolling issues
* fix(frontend): Fix multiselect offset
* fix(frontend): only restore scroll in app editor
2023-08-05 10:48:17 +02:00
HugoCasa
488d2813f3
feat: add snowflake ( #1987 )
...
* feat: unveil windmill AI
* feat: add snowflake
* fix: uppercase snowflake auth params
2023-08-03 17:22:00 +02:00
Ruben Fiszel
0995f8eeca
fix: make plotly dynamically change on layout change
2023-08-02 19:53:47 +02:00
Faton Ramadani
d57ce8a86b
fix(frontend): Fix log bg color + add style to the supabase connect button ( #1981 )
2023-08-01 21:33:31 +02:00
Faton Ramadani
0a67a55e24
feat(frontend): Add config to optionally include mimetype ( #1978 )
2023-08-01 13:08:04 +02:00
Faton Ramadani
edd98c6149
fix(frontend): Fix app icons ( #1977 )
2023-08-01 12:55:45 +02:00
Faton Ramadani
894554fdfb
fix(frontend): Display transformer errors ( #1971 )
...
* fix(frontend): Display transformer errors
* feat(frontend): Display both script and transformer results
* feat(frontend): Merge main + remove debug code
* feat(frontend): refactor runnableComponent
* feat(frontend): fix empty object
* feat(frontend): improve error popover
2023-08-01 11:59:26 +02:00
Ruben Fiszel
ddcf73b85c
improve error for app select
2023-08-01 10:31:25 +02:00
Ruben Fiszel
888af6a1aa
remove unecessary console debug
2023-08-01 09:21:45 +02:00
Ruben Fiszel
f5483397c0
fix: improve code structure to reduce unecessary dependency of apppreview on heavy packages
2023-08-01 09:16:16 +02:00
Faton Ramadani and Ruben Fiszel
43cb5a985e
feat(frontend): App carousel ( #1956 )
...
* feat(frontend): app carousel
* carousel wip
* feat(frontend): add carousel component
* feat(frontend): add slide handler
* feat(frontend): Fix styling issues
* feat(frontend): Update subgrid focus on page change
* feat(frontend): fix subgrid issues + add carousel list
* feat(frontend): fix carousel width issues
* feat(frontend): fix build
* feat(frontend): fix build
* feat(frontend): revert changes
* feat(frontend): add missing tooltips
* feat(frontend): remove autoplay
* feat(frontend): add missing tooltip + add select for timings
* feat(frontend): simplify carousel
* feat(frontend): fix render when data changes
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2023-07-31 17:56:38 +02:00
Faton Ramadani
b4268b1db1
feat(frontend): add markdown component ( #1959 )
...
* feat(frontend): add markdown component
* feat(frontend): add markdown component
* feat(frontend): switch library to fix build
* feat(frontend): fix md display
* feat(frontend): add a compact prop
* feat(frontend): Size as list
2023-07-31 17:54:43 +02:00
Faton Ramadani
b45b330a4c
fix(frontend): Fix script settings overflow ( #1969 )
2023-07-31 13:15:52 +02:00
Ruben Fiszel
5839373348
move inferArgs to be loaded JIT
2023-07-31 10:17:36 +02:00
Ruben Fiszel
8f964bf7b8
feat: add bun to flow and apps
2023-07-30 19:02:03 +02:00
Ruben Fiszel
eab704c2c5
fix(frontend): fix rename for runnable inputs
2023-07-30 11:20:27 +02:00
Faton Ramadani
aef12940fd
fix(frontend): Fix App Table select ( #1955 )
...
* fix(frontend): Fix App Table select
* fix(frontend): Fix App Table select
2023-07-28 15:45:45 +02:00
Faton Ramadani
e5f9ada00c
fix(frontend): Fix dark mode issues ( #1953 )
2023-07-28 10:17:20 +02:00
Ruben Fiszel
727d0f7979
UX nits
2023-07-28 01:02:50 +02:00
Faton Ramadani
a28b19ba90
feat(frontend): Make app from scripts and flows ( #1938 )
...
* feat(frontend): Make app from script
* feat(frontend): Adapt the app template
* feat(frontend): Adapt text
* feat(frontend): Hide the old log component from the component list
* feat(frontend): remove debug code
* feat(frontend): use the valid prop directly
* feat(frontend): create app from flows
* feat(frontend): fix build
2023-07-27 14:35:57 +02:00
HugoCasa
c9110575cd
feat: add bigquery ( #1934 )
...
* feat: add bigquery
* fix: remove debug logs
* fix: add records number limit
* fix: revert unwanted changes
* feat: bigquery enterprise only
* fix: google auth only when enterprise
* fix: rename bigquery scripts
2023-07-27 14:24:27 +02:00
Faton Ramadani
c20b841a07
feat(frontend): Make Plotly layout dynamic ( #1942 )
2023-07-27 09:51:00 +02:00
Faton Ramadani
b1e1e10a4b
feat(frontend): Add an output format ( #1939 )
...
* feat(frontend): Add an output format
* feat(frontend): Fix build
2023-07-26 21:34:41 +02:00
Faton Ramadani
fc72f7e189
popup rework ( #1904 )
...
* popup rework
* feat(frontend): adapt all popup
* feat(frontend): fix build
* feat(frontend): fix calendar
* feat(frontend): Fix merge
2023-07-26 13:52:10 +03:00
Faton Ramadani
06303da2e5
feat(frontend): App components dark mode ( #1937 )
...
* feat(frontend): migrate app components
* feat(frontend): Fix unreadable texts
* feat(frontend): migrate app components
* feat(frontend): Fix quill editor
2023-07-26 13:28:45 +03:00
Ruben Fiszel
fcdd02dca6
generate slug from summary on creation
2023-07-26 01:29:22 +02:00
Ruben Fiszel
28933d09cc
UX nits + fix flow worker group
2023-07-25 16:14:23 +02:00
Faton Ramadani
b39f486c91
Dark mode v0 ( #1893 )
...
* feat(frontend): wip
* wip
* wip
* wip
* wip
* add toggle
* correctly handle monaco theme
* wip
* wip
* wip
* wip
* wip
* feat(frontend): Dark mode v0
* feat(frontend): Adap AI gen poppup
* feat(frontend): Adap script metadata labels
* feat(frontend): Fix unreadable texts
* feat(frontend): Fix unreadable texts
* feat(frontend): Fix unreadable texts
* feat(frontend): Fix ressource picker
* feat(frontend): Fix unreadable texts
* feat(frontend): Fix unreadable texts
* feat(frontend): Fix unreadable texts
* feat(frontend): Add theme toggle in the login page
* feat(frontend): Fix unreadable texts
* feat(frontend): Fix language selection
* feat(frontend): Fix FlowStatusViewer colors
* feat(frontend): Fix divide colors
* feat(frontend): Fix flow graph buttons
* feat(frontend): add theme toggle in login modal
* feat(frontend): small ui fix
* feat(frontend): fix graph dark mode toggle
2023-07-25 10:43:04 +02:00
Ruben Fiszel
4e02eab2e0
feat: add SCIM support
2023-07-22 19:54:00 +02:00
Ruben Fiszel
b1de78b95b
nit ux
2023-07-20 11:10:37 +02:00
Faton Ramadani
9c2b673982
fix(frontend): Prevent options from closing when an option is selected ( #1912 )
2023-07-20 10:01:39 +02:00
Ruben Fiszel
7ac5980cf7
ensure multiselect is using distinct values
2023-07-20 07:42:38 +02:00
Ruben Fiszel
41ef49fe31
fix row.value
2023-07-20 00:29:05 +02:00
Ruben Fiszel
faa46c1f0a
fix copying table with actions
2023-07-20 00:16:09 +02:00
Faton Ramadani
9f90c0b931
feat(frontend): add deployment history + script path ( #1896 )
...
* feat(frontend): add deployment history + script path
* feat(frontend): adapt restore code
* feat(frontend): fix wording
2023-07-19 15:26:46 +02:00
Ruben Fiszel
7c0e840da3
feat: make row information available from table rows' evals
2023-07-19 12:42:02 +02:00
HugoCasa and Faton Ramadani
d4345fb02c
feat(frontend): generate scripts in the flow and app builders ( #1886 )
...
* feat: add inline code gen flow
* feat(frontend): add script gen to flow and app builders
* fix(backend): allow all users to use openai
* Fix build
* Fix build
* Fix build
---------
Co-authored-by: Faton Ramadani <faton.ramadani14@gmail.com >
2023-07-18 12:55:35 +02:00