Faton Ramadani
92c93a029a
fix(frontend): Fix aggrid infinite refresh ( #3789 )
...
* fix(frontend): Fix AgGrid infinit refresh when args changed
* fix(frontend): Fix AgGrid infinit refresh when args changed
* fix(frontend): remove dead code
2024-05-22 16:57:45 +02:00
Faton Ramadani
4d1faece6d
feat(frontend): Added support for title and placeholder for ArgInputs ( #3779 )
...
* feat(frontend): Added support for customLabel and placeholder
* feat(frontend): correctly handle labels
* feat(frontend): rename customLabel into title
* feat(frontend): fix layout
* feat(frontend): properly implement placeholder
* feat(frontend): properly implement placeholder
* feat(frontend): add missing undefined check
* feat(frontend): remove code duplication
2024-05-21 21:58:48 +02:00
Faton Ramadani
373ae6ff4b
feat(frontend): Improve multiselect perf ( #3770 )
...
* feat(frontend): wip
* feat(frontend): Fork multiselect
* feat(frontend): cleanup
* feat(frontend): fix design
* feat(frontend): trie search
* feat(frontend): simplify search
* feat(frontend): simplify search
* feat(frontend): fix open
2024-05-21 19:47:19 +02:00
Faton Ramadani
c901085c2d
fix(frontend): Fix full height component for public apps ( #3777 )
...
* fix(frontend): fix fullHeight component for public apps
* fix(frontend): fix fullHeight component for public apps
* fix(frontend): fix fullHeight component for public apps
2024-05-21 10:07:00 +02:00
Faton Ramadani
01243cc0f1
fix(frontend): Fix selected value when the default value of a select component is null ( #3778 )
2024-05-21 09:06:12 +02:00
d10sfan
c442a09bb1
AgGrid - Allow to de-select all rows with setSelectedIndex ( #3760 )
...
* AgGrid - Allow to de-select all rows with setSelectedIndex
* Update frontend/src/lib/components/apps/components/display/table/AppAggridTable.svelte
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Else & check for null instead of -1
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2024-05-20 18:59:56 +02:00
Faton Ramadani
41c33d0554
fix(frontend): fix AgGrid pagination refresh ( #3773 )
...
* feat(frontend): fix AgGrid pagination refresh
* feat(frontend): fix AgGrid pagination refresh
2024-05-20 15:25:18 +02:00
Faton Ramadani
d2b1d388ba
feat(frontend): Fix App Select component initial value ( #3752 )
...
* feat(frontend): Fix App Select component initial value
* Update AppSelect.svelte
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-05-17 00:31:32 +02:00
Faton Ramadani
41e81aa81f
feat(frontend): Add context section ( #3745 )
...
* feat(frontend): Add context section
* feat(frontend): Add missing tooltip
2024-05-15 16:09:48 +02:00
Faton Ramadani
2f6f88bd8c
feat(frontend): full height component ( #3676 )
...
* feat(frontend): wip
* feat(frontend): Full Height component
* feat(frontend): wip
* feat(frontend): add fullHeight indicator
* feat(frontend): add indicator for component that won't render
* feat(frontend): update collision algo
* fix(frontend): Full height component done
* fix(frontend): Remove the hidden check from preview
* feat(frontend): code cleanup
* feat(frontend): code cleanup
* feat(frontend): code cleanup
* feat(frontend): code cleanup
* feat(frontend): Fix height issue + fix toggle display
* feat(frontend): Fix insertNewGridITem
* feat(frontend): code cleanup
* feat(frontend): mobile fullHeigt
* feat(frontend): fix wording
* feat(frontend): add missing constants
* feat(frontend): fix typo
* feat(frontend): remove dead code
* feat(frontend): improve the structure
* feat(frontend): done
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-05-15 14:52:05 +02:00
Ruben Fiszel
4300a8f6f5
improve agcharts2
2024-05-15 06:30:42 +02:00
Ruben Fiszel
9474e7c68a
fix: fix agchart rendering
2024-05-15 06:27:34 +02:00
Faton Ramadani
1532f5b239
feat(frontend): Add date format ( #3675 )
...
* feat(frontend): Add date format
* feat(frontend): Add date format
* feat(frontend): add missing case
* feat(frontend): add date format
* fix(frontend): added missing tooltip + added default value to the date component
2024-05-14 22:15:16 +02:00
Faton Ramadani
2cb04d544e
fix(frontend): Fix FileInput state when hidden ( #3730 )
2024-05-14 17:12:09 +02:00
Faton Ramadani
97bf818dce
fix(frontend): fix slider component styling ( #3720 )
2024-05-13 22:48:23 +02:00
Ruben Fiszel
fb369fb4a8
fix: selectedRow for a table is set on table actions
2024-05-11 00:47:52 +02:00
Ruben Fiszel
0ab51e8929
app nits
2024-05-10 23:56:55 +02:00
Ruben Fiszel
055c15e855
fix: fix build
2024-05-10 01:24:46 +02:00
Faton Ramadani
98f08c5e7b
feat(frontend): Improve app components ( #3672 )
...
* fix(frontend): wip
* fix(frontend): wip
* fix(frontend): improve components
* fix(frontend): improve components
* fix(frontend): improve ranges
* fix(frontend): fix build
2024-05-07 18:04:12 +02:00
Ruben Fiszel
c95bec678f
nit disablable fields preview
2024-05-04 17:36:04 +02:00
Ruben Fiszel
7634b35cb9
fix: improve conditional wrapper for app editor
2024-05-04 10:59:38 +02:00
Faton Ramadani
11e0224b76
fix(frontend): Handle empty error message in toast + hide GridEditorM… ( #3664 )
...
* fix(frontend): Handle empty error message in toast + hide GridEditorMenu when the component is not visible
* fix(frontend): Handle empty error message in toast + hide GridEditorMenu when the component is not visible
* fix(frontend): use the right id
2024-05-02 19:09:45 +02:00
Faton Ramadani
a52c07d964
fix(frontend): Disable the insert button when required fields are empty strings ( #3659 )
2024-05-01 17:30:43 +02:00
Faton Ramadani
34942896b5
fix(frontend): Restore AgGrid borders and remove the outer border pro… ( #3658 )
...
* fix(frontend): Restore AgGrid borders and remove the outer border properly. Improve the active color in both themes.
* fix(frontend): Restore AgGrid borders and remove the outer border properly. Improve the active color in both themes.
* fix(frontend): Remove old comment
2024-05-01 14:42:26 +02:00
Faton Ramadani
20b0225525
fix(frontend): improve default select styling for apps ( #3656 )
...
* fix(frontend): improve select
* fix(frontend): update border-radius
* fix(frontend): update border-radius
2024-05-01 13:25:34 +02:00
Ruben Fiszel
2ab9056744
tablecomponent added last ( #3655 )
...
* tablecomponent_legacy
* Update sets.ts
2024-05-01 10:29:06 +02:00
Faton Ramadani
047d89d14e
fix(frontend): sync columnDefs + improve columnDefs management ( #3632 )
...
* fix(frontend): sync columnDefs + improve columnDefs management
* fix(frontend): sync columnDefs + improve columnDefs management
* fix(frontend): improve code quality
* fix(frontend): improve code quality
* fix(frontend): remove useless warning while the config is loading
* fix(frontend): Disable actions for database studio, since columnDefs are managed by the component
* feat(frontend): Fix Database studio
* feat(frontend): revert changes from Database Studio
* feat(frontend): fix DB Studio refresh
* fix(frontend): improve code quality
* fix(frontend): improve code quality
* fix(frontend): fix build
* fix(frontend): fix wording
* fix(frontend): fix aggrid
2024-05-01 10:25:48 +02:00
Faton Ramadani
aad0740bc3
fix(frontend): improve result, flow status and log components ( #3653 )
2024-05-01 10:25:06 +02:00
Faton Ramadani
ab4d58f4b9
feat(frontend): Improve inputs ( #3651 )
...
* fix(frontend): Improve AgGrid Infinite table default codes + deprecated table + improve AutoDatatable
* fix(frontend): Handle undefined rowCount
* fix(frontend): Improve Ag Grid footer
* fix(frontend): Improve Deprecated badge
* fix(frontend): Improve inputs
* fix(frontend): revert select
2024-05-01 10:24:08 +02:00
Ruben Fiszel
8742f7bcfb
small error clearing fix
2024-04-30 16:07:14 +02:00
Ruben Fiszel
ad34434698
fix: fix aggrid table actions
2024-04-30 15:33:25 +02:00
HugoCasa
9c5205aba5
fix: pg types conversion dbstudio ( #3636 )
2024-04-29 22:34:43 +02:00
Ruben Fiszel
a543d1292c
fix decision tree initial rendering
2024-04-29 21:46:22 +02:00
Ruben Fiszel
81ff3415b7
fix: improve dnd on app editor for large screens
2024-04-26 21:17:26 +02:00
Ruben Fiszel
6436a96930
fix: make configurable footer for aggrid in apps
2024-04-26 18:25:26 +02:00
Ruben Fiszel
f2a8303cb9
allow other cell renderer for aggrid
2024-04-26 18:19:22 +02:00
Ruben Fiszel
7a3d9ee66b
improve select resiliency
2024-04-26 11:47:55 +02:00
HugoCasa
b1ae732df0
fix: support all pg types from db studio ( #3613 )
...
* fix: support all pg types from db studio
* chore: parser pkg frontend update
2024-04-25 17:32:06 +02:00
HugoCasa
bee719813e
feat: app select policy ( #3610 )
...
* feat: app select policy
* fix: question marks
2024-04-25 17:21:00 +02:00
Faton Ramadani
8021919bc6
fix(frontend): Improve AgGrid Infinite table default codes + deprecat… ( #3609 )
...
* fix(frontend): Improve AgGrid Infinite table default codes + deprecated table + improve AutoDatatable
* fix(frontend): Handle undefined rowCount
* fix(frontend): Improve Ag Grid footer
* fix(frontend): Improve Deprecated badge
2024-04-25 15:06:58 +02:00
Faton Ramadani
97ca8b5d32
fix(frontend): Fix AgGrid infinit clear ( #3607 )
2024-04-24 18:38:36 +02:00
Henri Courdent
5d64501288
Fixed docLink of AgGrid Infinite ( #3606 )
2024-04-24 17:24:30 +02:00
Faton Ramadani
ce4c88fb3d
feat(frontend): Aggrid infinite default code ( #3604 )
...
* feat(frontend): Add missing licence editor + add default codes
* feat(frontend): Add missing licence editor + add default codes
2024-04-24 17:03:11 +02:00
Faton Ramadani
acbc05a7ab
feat(frontend): add search to AgGrid Infinite ( #3600 )
...
* feat(frontend): add search fto AgGrid Infinite
* feat(frontend): add missing actions
* feat(frontend):fix initial previousResult
* feat(frontend): fix reload
2024-04-24 11:51:21 +02:00
Faton Ramadani
cadd39754b
feat(frontend): Aggrid infinite ( #3592 )
...
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): done
* feat(frontend): done
* feat(frontend): done
* feat(frontend): fix initializing
* feat(frontend): update all refreshButtons
* feat(frontend): fix build
2024-04-24 09:32:28 +02:00
Faton Ramadani
bccb87b8f4
fix(frontend): Fix the table selection + improve the ComponentInputTypeEditor ( #3585 )
2024-04-22 15:50:36 +02:00
Henri Courdent
3f94fc0b86
grammar errors ( #3583 )
...
* Grammar errors
* Grammar errors
2024-04-22 14:00:28 +02:00
Amélia
4b593cb418
Darkmode rework ( #3578 )
...
* darkmode_v2
* darkmode_v2
* feat(frontend): Fix dark theme
* feat(frontend): Remove submodule
---------
Co-authored-by: Faton Ramadani <faton.ramadani14@gmail.com >
2024-04-22 12:19:23 +02:00
Faton Ramadani
82846ccecd
feat(frontend): Fix style panel zIndex ( #3581 )
2024-04-22 12:17:21 +02:00
Ruben Fiszel
38f4a83cd9
table quick nits
2024-04-20 11:37:05 +02:00