ToolJet/frontend/src/TooljetDatabase/Menu/CellEditMenu/styles.scss

70 lines
1.5 KiB
SCSS
Raw Normal View History

Feature: TJDB UX Revamp (#8538) * Added Edit column functionality in ToolJet Database Table * feat: null constraint support for create_table add_column edit_column * fix: default data-type validation has been added * completed column header revamp * feat: added not null toggle in create new table drawer * feat: on toggle not null constraint value will be persisted * fix: loads label for not null toggle dynamically * feat: add new column to tjdb null constraint support * new datatype dropdown design implemented * added new icon for delete column * added delete icon for column * added delete icon for column * fix: when table name is empty create button will be disabled * fix: datatype dropdown height fix * fix: datatype drop down issue fix * fix: datatype dropdown alignment fix * fix: delete icon changed to new theme * fix: delete icon changed to new one * fix: create new column column name and datatype mandatory validation added * fixed styling issues * Added 2 space indentation for css * inline css moved to css files as well as added 2 space indentation * fix: createTable addColumn editColumn api payload structure change to incorporate constraint changes * fix: error handling added for editColumn api * added 2 space indentation * fix: create table API payload structure changes * added 2 space indentation and applied styles for dark mode as well * disabled the existing column's dataType * fix: create new column payload updated * renamed columnIndex to columnSelection and fixed the plus column creator button position issue * renamed columnIndex to columnSelection and added text visiblity for dropdown in dark and light mode * moved the react-select's new styles to constants.js file as function * react select's css moved to constants.js file * fix: review comments has been fixed * added edit column warning UI * completed edit column new flow * remove Please wait for ToolJet to update..this line from edit column warning message * increased height for add column + button * fix: create table will not accept empty values for mandatory fields like tablename column_name datatype * fix: custom error message for tjdb add row operation * stylefix: table footer page info section realignment changes * fix: moved addNewColumn btn to dropdown on clicking table in sidebar * feat: bulk update and add row option is moved to drop down * add ability to collapse sidebar * add tooltip * fiexed the tooltip issue in collapsible sidebar * fix background on blank slate * fix: layout changes for tjdb table header section * stylefix: tjdb table menu bar style fixes * stylefix: header btn gap has been reduced * fix: edit row data populated into the form * adjusted height * added small alignment changes * pagination-rewamp * adjusted footer style when we collapse the sidebar * fixed the pagination issue when we add new row * feat : sticky column header * feat: expandable row with menu bar flaky issue * fix: on row hover expand icon will now be visible * stylefix: added bg color for row hover and cell hover * stylefix: adjusted expand icon sise * feature : cell navigation * fix: flaky issue on tjdb menu bar while expanding row has been fixed * added naviagation function for table cells * fix: edit row drawer variable name fixes * added cell edit option in table cell * feat: tjdb cell edit dropdown menu completed * fix merge * updates node version * fix: sticky column to left * feature : cell navigation * add support for null values on tjdb bulk upload * stylefix: table background for dark mode fixed * feature : cell edit implementation * feat: progress bar for cell edit * feature : cell edit implementation on boolean datatye * bug fixes * toggle implementation * fix: removed duplicate not null constraint toggle in edit column form * fix: when last filter is deleter in tjdb dashboard filter drop down will be closed * feat : cell edit implementation completed * removed console logs * fix: edit column onclick not null toggle crash issue fixed * solved bugs * added border 2px for selected cells * added cellvalue in cell input if it have not null constraint * stylefix: css value for cell hover has been updated * fix: table header sticky * stylefix: row hover background color for dark mode * fix: autocomplete is off for cell edit input field * fix: null tag was shown when we focus on the input field as well * fix: in cell edit menu either null or default can be choosen * fix: cell edit menu null toggle value sync and edit menu not opening issue * stylefix: row hover bg color was broken * fix: cell navigation flaky issue * stylefix: progress bar attached to the bottom of the cell * fix: tooljetdb collapsible side bar style changes has been fixed * fix: added infor for cell edit menu navigation * fix: cell navigation and cell edit menu boolean view arrow navigation * fix: flow issues in cell navigation has been fixed * fix: backspace key will remove null values and open cell edit mode * fix: updated icon for openai datasource * fix: when we update or delete record pagesize has been modified but it should remain same * feat: typing on selected field inserts value and enable edit menu and removes null value if exist * stylefix: table checkbox styling updated * stylefix: tooljetdb table checkbox indeterminate mode style fixes * stylefix: row selection background color * fix: table first column can be selected but not edited * fix: tooljetDB delete row btn text should be in plural when multiple rows are selected * fix: when column header menu is opened and closed cell click was not working it is fixed now * fix null value on id column on row insert * fix: cell text overlfow will truncate * fix: in tooljetdb while creating new row filters and sorts which were selected will be made default * fix: tooljetdb table cell tooltip design change * fix: on column select and hover entire column was flaky issue fixed * fix: on edit cell and delete row filter-sort-page-pagesize will be retained * fix: text info for multiple records selected was wrong * fix: In tooljetdb tooltip on cell hover wasnt shown for cells pertaining to selected column * fix: tooljetdb on create row operation scroll will be moved to top * stylefix: in dark mode on hovering selected row cell background color was wrong --------- Co-authored-by: Abd-Rahman-1999 <s.rahmanabd1999@gmail.com> Co-authored-by: Ganesh Kumar <ganesh8056234@gmail.com>
2024-02-08 09:35:26 +00:00
.tjdb-table-cell-edit-popover {
min-width: 300px;
height: auto;
margin-top: 2px;
inset: 0px auto auto -9px !important;
Feature: TJDB UX Revamp (#8538) * Added Edit column functionality in ToolJet Database Table * feat: null constraint support for create_table add_column edit_column * fix: default data-type validation has been added * completed column header revamp * feat: added not null toggle in create new table drawer * feat: on toggle not null constraint value will be persisted * fix: loads label for not null toggle dynamically * feat: add new column to tjdb null constraint support * new datatype dropdown design implemented * added new icon for delete column * added delete icon for column * added delete icon for column * fix: when table name is empty create button will be disabled * fix: datatype dropdown height fix * fix: datatype drop down issue fix * fix: datatype dropdown alignment fix * fix: delete icon changed to new theme * fix: delete icon changed to new one * fix: create new column column name and datatype mandatory validation added * fixed styling issues * Added 2 space indentation for css * inline css moved to css files as well as added 2 space indentation * fix: createTable addColumn editColumn api payload structure change to incorporate constraint changes * fix: error handling added for editColumn api * added 2 space indentation * fix: create table API payload structure changes * added 2 space indentation and applied styles for dark mode as well * disabled the existing column's dataType * fix: create new column payload updated * renamed columnIndex to columnSelection and fixed the plus column creator button position issue * renamed columnIndex to columnSelection and added text visiblity for dropdown in dark and light mode * moved the react-select's new styles to constants.js file as function * react select's css moved to constants.js file * fix: review comments has been fixed * added edit column warning UI * completed edit column new flow * remove Please wait for ToolJet to update..this line from edit column warning message * increased height for add column + button * fix: create table will not accept empty values for mandatory fields like tablename column_name datatype * fix: custom error message for tjdb add row operation * stylefix: table footer page info section realignment changes * fix: moved addNewColumn btn to dropdown on clicking table in sidebar * feat: bulk update and add row option is moved to drop down * add ability to collapse sidebar * add tooltip * fiexed the tooltip issue in collapsible sidebar * fix background on blank slate * fix: layout changes for tjdb table header section * stylefix: tjdb table menu bar style fixes * stylefix: header btn gap has been reduced * fix: edit row data populated into the form * adjusted height * added small alignment changes * pagination-rewamp * adjusted footer style when we collapse the sidebar * fixed the pagination issue when we add new row * feat : sticky column header * feat: expandable row with menu bar flaky issue * fix: on row hover expand icon will now be visible * stylefix: added bg color for row hover and cell hover * stylefix: adjusted expand icon sise * feature : cell navigation * fix: flaky issue on tjdb menu bar while expanding row has been fixed * added naviagation function for table cells * fix: edit row drawer variable name fixes * added cell edit option in table cell * feat: tjdb cell edit dropdown menu completed * fix merge * updates node version * fix: sticky column to left * feature : cell navigation * add support for null values on tjdb bulk upload * stylefix: table background for dark mode fixed * feature : cell edit implementation * feat: progress bar for cell edit * feature : cell edit implementation on boolean datatye * bug fixes * toggle implementation * fix: removed duplicate not null constraint toggle in edit column form * fix: when last filter is deleter in tjdb dashboard filter drop down will be closed * feat : cell edit implementation completed * removed console logs * fix: edit column onclick not null toggle crash issue fixed * solved bugs * added border 2px for selected cells * added cellvalue in cell input if it have not null constraint * stylefix: css value for cell hover has been updated * fix: table header sticky * stylefix: row hover background color for dark mode * fix: autocomplete is off for cell edit input field * fix: null tag was shown when we focus on the input field as well * fix: in cell edit menu either null or default can be choosen * fix: cell edit menu null toggle value sync and edit menu not opening issue * stylefix: row hover bg color was broken * fix: cell navigation flaky issue * stylefix: progress bar attached to the bottom of the cell * fix: tooljetdb collapsible side bar style changes has been fixed * fix: added infor for cell edit menu navigation * fix: cell navigation and cell edit menu boolean view arrow navigation * fix: flow issues in cell navigation has been fixed * fix: backspace key will remove null values and open cell edit mode * fix: updated icon for openai datasource * fix: when we update or delete record pagesize has been modified but it should remain same * feat: typing on selected field inserts value and enable edit menu and removes null value if exist * stylefix: table checkbox styling updated * stylefix: tooljetdb table checkbox indeterminate mode style fixes * stylefix: row selection background color * fix: table first column can be selected but not edited * fix: tooljetDB delete row btn text should be in plural when multiple rows are selected * fix: when column header menu is opened and closed cell click was not working it is fixed now * fix null value on id column on row insert * fix: cell text overlfow will truncate * fix: in tooljetdb while creating new row filters and sorts which were selected will be made default * fix: tooljetdb table cell tooltip design change * fix: on column select and hover entire column was flaky issue fixed * fix: on edit cell and delete row filter-sort-page-pagesize will be retained * fix: text info for multiple records selected was wrong * fix: In tooljetdb tooltip on cell hover wasnt shown for cells pertaining to selected column * fix: tooljetdb on create row operation scroll will be moved to top * stylefix: in dark mode on hovering selected row cell background color was wrong --------- Co-authored-by: Abd-Rahman-1999 <s.rahmanabd1999@gmail.com> Co-authored-by: Ganesh Kumar <ganesh8056234@gmail.com>
2024-02-08 09:35:26 +00:00
.tjdb-bool-cell-menu-badge-default {
padding: 2px 12px;
border-radius: 20px;
background: var(--slate3);
color: #687076;
font-size: 14px;
height: 26px;
cursor: pointer;
border: 1px solid transparent;
}
.boolean-state-selected {
border-color: #3E63DD;
Feature: TJDB UX Revamp (#8538) * Added Edit column functionality in ToolJet Database Table * feat: null constraint support for create_table add_column edit_column * fix: default data-type validation has been added * completed column header revamp * feat: added not null toggle in create new table drawer * feat: on toggle not null constraint value will be persisted * fix: loads label for not null toggle dynamically * feat: add new column to tjdb null constraint support * new datatype dropdown design implemented * added new icon for delete column * added delete icon for column * added delete icon for column * fix: when table name is empty create button will be disabled * fix: datatype dropdown height fix * fix: datatype drop down issue fix * fix: datatype dropdown alignment fix * fix: delete icon changed to new theme * fix: delete icon changed to new one * fix: create new column column name and datatype mandatory validation added * fixed styling issues * Added 2 space indentation for css * inline css moved to css files as well as added 2 space indentation * fix: createTable addColumn editColumn api payload structure change to incorporate constraint changes * fix: error handling added for editColumn api * added 2 space indentation * fix: create table API payload structure changes * added 2 space indentation and applied styles for dark mode as well * disabled the existing column's dataType * fix: create new column payload updated * renamed columnIndex to columnSelection and fixed the plus column creator button position issue * renamed columnIndex to columnSelection and added text visiblity for dropdown in dark and light mode * moved the react-select's new styles to constants.js file as function * react select's css moved to constants.js file * fix: review comments has been fixed * added edit column warning UI * completed edit column new flow * remove Please wait for ToolJet to update..this line from edit column warning message * increased height for add column + button * fix: create table will not accept empty values for mandatory fields like tablename column_name datatype * fix: custom error message for tjdb add row operation * stylefix: table footer page info section realignment changes * fix: moved addNewColumn btn to dropdown on clicking table in sidebar * feat: bulk update and add row option is moved to drop down * add ability to collapse sidebar * add tooltip * fiexed the tooltip issue in collapsible sidebar * fix background on blank slate * fix: layout changes for tjdb table header section * stylefix: tjdb table menu bar style fixes * stylefix: header btn gap has been reduced * fix: edit row data populated into the form * adjusted height * added small alignment changes * pagination-rewamp * adjusted footer style when we collapse the sidebar * fixed the pagination issue when we add new row * feat : sticky column header * feat: expandable row with menu bar flaky issue * fix: on row hover expand icon will now be visible * stylefix: added bg color for row hover and cell hover * stylefix: adjusted expand icon sise * feature : cell navigation * fix: flaky issue on tjdb menu bar while expanding row has been fixed * added naviagation function for table cells * fix: edit row drawer variable name fixes * added cell edit option in table cell * feat: tjdb cell edit dropdown menu completed * fix merge * updates node version * fix: sticky column to left * feature : cell navigation * add support for null values on tjdb bulk upload * stylefix: table background for dark mode fixed * feature : cell edit implementation * feat: progress bar for cell edit * feature : cell edit implementation on boolean datatye * bug fixes * toggle implementation * fix: removed duplicate not null constraint toggle in edit column form * fix: when last filter is deleter in tjdb dashboard filter drop down will be closed * feat : cell edit implementation completed * removed console logs * fix: edit column onclick not null toggle crash issue fixed * solved bugs * added border 2px for selected cells * added cellvalue in cell input if it have not null constraint * stylefix: css value for cell hover has been updated * fix: table header sticky * stylefix: row hover background color for dark mode * fix: autocomplete is off for cell edit input field * fix: null tag was shown when we focus on the input field as well * fix: in cell edit menu either null or default can be choosen * fix: cell edit menu null toggle value sync and edit menu not opening issue * stylefix: row hover bg color was broken * fix: cell navigation flaky issue * stylefix: progress bar attached to the bottom of the cell * fix: tooljetdb collapsible side bar style changes has been fixed * fix: added infor for cell edit menu navigation * fix: cell navigation and cell edit menu boolean view arrow navigation * fix: flow issues in cell navigation has been fixed * fix: backspace key will remove null values and open cell edit mode * fix: updated icon for openai datasource * fix: when we update or delete record pagesize has been modified but it should remain same * feat: typing on selected field inserts value and enable edit menu and removes null value if exist * stylefix: table checkbox styling updated * stylefix: tooljetdb table checkbox indeterminate mode style fixes * stylefix: row selection background color * fix: table first column can be selected but not edited * fix: tooljetDB delete row btn text should be in plural when multiple rows are selected * fix: when column header menu is opened and closed cell click was not working it is fixed now * fix null value on id column on row insert * fix: cell text overlfow will truncate * fix: in tooljetdb while creating new row filters and sorts which were selected will be made default * fix: tooljetdb table cell tooltip design change * fix: on column select and hover entire column was flaky issue fixed * fix: on edit cell and delete row filter-sort-page-pagesize will be retained * fix: text info for multiple records selected was wrong * fix: In tooljetdb tooltip on cell hover wasnt shown for cells pertaining to selected column * fix: tooljetdb on create row operation scroll will be moved to top * stylefix: in dark mode on hovering selected row cell background color was wrong --------- Co-authored-by: Abd-Rahman-1999 <s.rahmanabd1999@gmail.com> Co-authored-by: Ganesh Kumar <ganesh8056234@gmail.com>
2024-02-08 09:35:26 +00:00
background: var(--indigo3);
color: #3E63DD;
}
.tjdb-cell-menu-shortcuts-info {
display: flex;
justify-content: center;
width: 24px;
border-radius: 4px;
border: 1px solid #D7DBDF;
padding: 4px;
font-size: 8px;
color: #889096;
}
.tjdb-cell-menu-shortcuts-text {
font-size: 10px;
color: #7E868C;
}
.cell-editmenu-keyActions {
display: flex;
align-items: center;
justify-content: space-between;
gap: 5px;
.leftNav-parent-container,
.rightNav-parent-container {
border-radius: 6px;
border: 1px solid var(--slate7);
width: 24px;
text-align: center;
}
Feature: TJDB UX Revamp (#8538) * Added Edit column functionality in ToolJet Database Table * feat: null constraint support for create_table add_column edit_column * fix: default data-type validation has been added * completed column header revamp * feat: added not null toggle in create new table drawer * feat: on toggle not null constraint value will be persisted * fix: loads label for not null toggle dynamically * feat: add new column to tjdb null constraint support * new datatype dropdown design implemented * added new icon for delete column * added delete icon for column * added delete icon for column * fix: when table name is empty create button will be disabled * fix: datatype dropdown height fix * fix: datatype drop down issue fix * fix: datatype dropdown alignment fix * fix: delete icon changed to new theme * fix: delete icon changed to new one * fix: create new column column name and datatype mandatory validation added * fixed styling issues * Added 2 space indentation for css * inline css moved to css files as well as added 2 space indentation * fix: createTable addColumn editColumn api payload structure change to incorporate constraint changes * fix: error handling added for editColumn api * added 2 space indentation * fix: create table API payload structure changes * added 2 space indentation and applied styles for dark mode as well * disabled the existing column's dataType * fix: create new column payload updated * renamed columnIndex to columnSelection and fixed the plus column creator button position issue * renamed columnIndex to columnSelection and added text visiblity for dropdown in dark and light mode * moved the react-select's new styles to constants.js file as function * react select's css moved to constants.js file * fix: review comments has been fixed * added edit column warning UI * completed edit column new flow * remove Please wait for ToolJet to update..this line from edit column warning message * increased height for add column + button * fix: create table will not accept empty values for mandatory fields like tablename column_name datatype * fix: custom error message for tjdb add row operation * stylefix: table footer page info section realignment changes * fix: moved addNewColumn btn to dropdown on clicking table in sidebar * feat: bulk update and add row option is moved to drop down * add ability to collapse sidebar * add tooltip * fiexed the tooltip issue in collapsible sidebar * fix background on blank slate * fix: layout changes for tjdb table header section * stylefix: tjdb table menu bar style fixes * stylefix: header btn gap has been reduced * fix: edit row data populated into the form * adjusted height * added small alignment changes * pagination-rewamp * adjusted footer style when we collapse the sidebar * fixed the pagination issue when we add new row * feat : sticky column header * feat: expandable row with menu bar flaky issue * fix: on row hover expand icon will now be visible * stylefix: added bg color for row hover and cell hover * stylefix: adjusted expand icon sise * feature : cell navigation * fix: flaky issue on tjdb menu bar while expanding row has been fixed * added naviagation function for table cells * fix: edit row drawer variable name fixes * added cell edit option in table cell * feat: tjdb cell edit dropdown menu completed * fix merge * updates node version * fix: sticky column to left * feature : cell navigation * add support for null values on tjdb bulk upload * stylefix: table background for dark mode fixed * feature : cell edit implementation * feat: progress bar for cell edit * feature : cell edit implementation on boolean datatye * bug fixes * toggle implementation * fix: removed duplicate not null constraint toggle in edit column form * fix: when last filter is deleter in tjdb dashboard filter drop down will be closed * feat : cell edit implementation completed * removed console logs * fix: edit column onclick not null toggle crash issue fixed * solved bugs * added border 2px for selected cells * added cellvalue in cell input if it have not null constraint * stylefix: css value for cell hover has been updated * fix: table header sticky * stylefix: row hover background color for dark mode * fix: autocomplete is off for cell edit input field * fix: null tag was shown when we focus on the input field as well * fix: in cell edit menu either null or default can be choosen * fix: cell edit menu null toggle value sync and edit menu not opening issue * stylefix: row hover bg color was broken * fix: cell navigation flaky issue * stylefix: progress bar attached to the bottom of the cell * fix: tooljetdb collapsible side bar style changes has been fixed * fix: added infor for cell edit menu navigation * fix: cell navigation and cell edit menu boolean view arrow navigation * fix: flow issues in cell navigation has been fixed * fix: backspace key will remove null values and open cell edit mode * fix: updated icon for openai datasource * fix: when we update or delete record pagesize has been modified but it should remain same * feat: typing on selected field inserts value and enable edit menu and removes null value if exist * stylefix: table checkbox styling updated * stylefix: tooljetdb table checkbox indeterminate mode style fixes * stylefix: row selection background color * fix: table first column can be selected but not edited * fix: tooljetDB delete row btn text should be in plural when multiple rows are selected * fix: when column header menu is opened and closed cell click was not working it is fixed now * fix null value on id column on row insert * fix: cell text overlfow will truncate * fix: in tooljetdb while creating new row filters and sorts which were selected will be made default * fix: tooljetdb table cell tooltip design change * fix: on column select and hover entire column was flaky issue fixed * fix: on edit cell and delete row filter-sort-page-pagesize will be retained * fix: text info for multiple records selected was wrong * fix: In tooljetdb tooltip on cell hover wasnt shown for cells pertaining to selected column * fix: tooljetdb on create row operation scroll will be moved to top * stylefix: in dark mode on hovering selected row cell background color was wrong --------- Co-authored-by: Abd-Rahman-1999 <s.rahmanabd1999@gmail.com> Co-authored-by: Ganesh Kumar <ganesh8056234@gmail.com>
2024-02-08 09:35:26 +00:00
}
}
.tjdb-foreignKeyAccess-container {
border-radius: 4px;
button {
border-radius: 4px !important;
.text-truncate {
width: 90% !important;
text-align: left !important;
}
}
Feature: TJDB UX Revamp (#8538) * Added Edit column functionality in ToolJet Database Table * feat: null constraint support for create_table add_column edit_column * fix: default data-type validation has been added * completed column header revamp * feat: added not null toggle in create new table drawer * feat: on toggle not null constraint value will be persisted * fix: loads label for not null toggle dynamically * feat: add new column to tjdb null constraint support * new datatype dropdown design implemented * added new icon for delete column * added delete icon for column * added delete icon for column * fix: when table name is empty create button will be disabled * fix: datatype dropdown height fix * fix: datatype drop down issue fix * fix: datatype dropdown alignment fix * fix: delete icon changed to new theme * fix: delete icon changed to new one * fix: create new column column name and datatype mandatory validation added * fixed styling issues * Added 2 space indentation for css * inline css moved to css files as well as added 2 space indentation * fix: createTable addColumn editColumn api payload structure change to incorporate constraint changes * fix: error handling added for editColumn api * added 2 space indentation * fix: create table API payload structure changes * added 2 space indentation and applied styles for dark mode as well * disabled the existing column's dataType * fix: create new column payload updated * renamed columnIndex to columnSelection and fixed the plus column creator button position issue * renamed columnIndex to columnSelection and added text visiblity for dropdown in dark and light mode * moved the react-select's new styles to constants.js file as function * react select's css moved to constants.js file * fix: review comments has been fixed * added edit column warning UI * completed edit column new flow * remove Please wait for ToolJet to update..this line from edit column warning message * increased height for add column + button * fix: create table will not accept empty values for mandatory fields like tablename column_name datatype * fix: custom error message for tjdb add row operation * stylefix: table footer page info section realignment changes * fix: moved addNewColumn btn to dropdown on clicking table in sidebar * feat: bulk update and add row option is moved to drop down * add ability to collapse sidebar * add tooltip * fiexed the tooltip issue in collapsible sidebar * fix background on blank slate * fix: layout changes for tjdb table header section * stylefix: tjdb table menu bar style fixes * stylefix: header btn gap has been reduced * fix: edit row data populated into the form * adjusted height * added small alignment changes * pagination-rewamp * adjusted footer style when we collapse the sidebar * fixed the pagination issue when we add new row * feat : sticky column header * feat: expandable row with menu bar flaky issue * fix: on row hover expand icon will now be visible * stylefix: added bg color for row hover and cell hover * stylefix: adjusted expand icon sise * feature : cell navigation * fix: flaky issue on tjdb menu bar while expanding row has been fixed * added naviagation function for table cells * fix: edit row drawer variable name fixes * added cell edit option in table cell * feat: tjdb cell edit dropdown menu completed * fix merge * updates node version * fix: sticky column to left * feature : cell navigation * add support for null values on tjdb bulk upload * stylefix: table background for dark mode fixed * feature : cell edit implementation * feat: progress bar for cell edit * feature : cell edit implementation on boolean datatye * bug fixes * toggle implementation * fix: removed duplicate not null constraint toggle in edit column form * fix: when last filter is deleter in tjdb dashboard filter drop down will be closed * feat : cell edit implementation completed * removed console logs * fix: edit column onclick not null toggle crash issue fixed * solved bugs * added border 2px for selected cells * added cellvalue in cell input if it have not null constraint * stylefix: css value for cell hover has been updated * fix: table header sticky * stylefix: row hover background color for dark mode * fix: autocomplete is off for cell edit input field * fix: null tag was shown when we focus on the input field as well * fix: in cell edit menu either null or default can be choosen * fix: cell edit menu null toggle value sync and edit menu not opening issue * stylefix: row hover bg color was broken * fix: cell navigation flaky issue * stylefix: progress bar attached to the bottom of the cell * fix: tooljetdb collapsible side bar style changes has been fixed * fix: added infor for cell edit menu navigation * fix: cell navigation and cell edit menu boolean view arrow navigation * fix: flow issues in cell navigation has been fixed * fix: backspace key will remove null values and open cell edit mode * fix: updated icon for openai datasource * fix: when we update or delete record pagesize has been modified but it should remain same * feat: typing on selected field inserts value and enable edit menu and removes null value if exist * stylefix: table checkbox styling updated * stylefix: tooljetdb table checkbox indeterminate mode style fixes * stylefix: row selection background color * fix: table first column can be selected but not edited * fix: tooljetDB delete row btn text should be in plural when multiple rows are selected * fix: when column header menu is opened and closed cell click was not working it is fixed now * fix null value on id column on row insert * fix: cell text overlfow will truncate * fix: in tooljetdb while creating new row filters and sorts which were selected will be made default * fix: tooljetdb table cell tooltip design change * fix: on column select and hover entire column was flaky issue fixed * fix: on edit cell and delete row filter-sort-page-pagesize will be retained * fix: text info for multiple records selected was wrong * fix: In tooljetdb tooltip on cell hover wasnt shown for cells pertaining to selected column * fix: tooljetdb on create row operation scroll will be moved to top * stylefix: in dark mode on hovering selected row cell background color was wrong --------- Co-authored-by: Abd-Rahman-1999 <s.rahmanabd1999@gmail.com> Co-authored-by: Ganesh Kumar <ganesh8056234@gmail.com>
2024-02-08 09:35:26 +00:00
}