* fix :: resizing columns lead to sorting bugfix
* table width set to 100% always
* fix :: if filter is applied- download filtered data only
* add option to change number of results per page - client side pagination
* style fix
* removing space
* added option to show total records in serverside pagination , disableing navigation buttons
* number type
* name update
* updating position and conditional adding of new properties
* fix :: name change , only visible on clientside pagination
* fix :: removing scrollbar table
* updated with for borderless table
* fix :: removing scrollbar on 100 % width
* fix :: sort bug
* remove rowsper page on server side pagination
* update fix:: enable next and prev buttons - pagination
* fix :: name change , default set to true for server side pagination buttons
* Have enablePrevButton and enableNextButton fallback to true
Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
* column reordering using dnd
* fix :: drag handler area made as whole header
* setting drag item close to cursor
* removing padding
* style fix :: sort and dragger
* removing width :: making draggable element width same as th row width
* temperory fix :: table drag attachment to cursor
* fix :: resizing columns lead to sorting bugfix
* table width set to 100% always
* fix :: if filter is applied- download filtered data only
* add option to change number of results per page - client side pagination
* style fix
* removing space
* number type
* fix :: name change , only visible on clientside pagination
* fix :: removing scrollbar table
* updated with for borderless table
* fix :: removing scrollbar on 100 % width
* fix :: sort bug
* remove rowsper page on server side pagination
* Enhancement :: table events :: onHover (#4104)
* adding over event
* added event to utils
* changed to mouseover
* fix :: limiting multiple hover triggers
* fix case :: when row is hovered and cursor moved out and in to same row , trigger event
* attaching ref to mouseover event
* restricting hover only if hover event is added
* using check for events
* code bugfix
* optimize
* fix :: filter download
* revert :: lock files frontend
* Remove unnecessary setting of columnSizes in table inpector
* Rough implementation of autogeneration of table columns
* Use custom mapping for autogeneration of table columns
* Use setTimeout to prevent race conditions while storing autogenerated columns
* Autogenerate columns only on new tables
* Do not generate columns that were deleted previously
* Autogenerate columns only in edit mode
* Re-render Inspector whenever app definition is updated
* Refactor table column auto-generation
* Remove unnecessary console.log
* Add Number data type support for table column auto-generation
* Remove unnecessary console.log
* Ensure that column key is stored in deletion history if it is available
* Hide Apps tab for Admin
* Made users tab active is apps is not visible
* Add loading for groups, fix format issues
Co-authored-by: Dmytro Danylov <icdmytro.danylov@americanwell.com>
* init
* adds server side filtering ability
* clean up
* fixes: on clearing filters, the event should triggered with latest update
* fixes: handle multi-filters
* debounce the fireEvent
* adding support for download data in excel
* adding pop-over to display various download options
* made the download options bold on hover
* update the theme.scss
* made the parent container width fixed
* added does not contains filter
* added isEmpty and isNotEmpty filter
* added contains filter logic in custom-filter.js
* converting row value to string for comparison in equal and not equal filters
* exposed active filters
* adds onFilterChanged event
* default value for filters should be an empty array
* remove column id from exposed filter variables
* making datepicker consistent with the dark theme
* removed * selector
* made range date picker calender consistent with the dark theme
* added hover effect on calendar day in range date picker
* removed unwanted border around the calendar container in range date picker
* made the months change arrow consistent with the dark theme in range date picker
* removed wrapperClassName from date picker component
* made the suggested changes and removed left and right border around DateRangePicker_picker class
* chore: apply primary-color in more places, ensure svg use currentColor too
* fix: remove hard-coded colors to use defaults
* fix: those images were intruducing noise when switch to dark-mode
* fix: setup colors for rc-slider
* fix: empty all predefined-colors to use defaults
* Use primary-rgb-darker
* added localStorage support for query panel component
* fixed typos
* added queryManagerPreference in localStorage
* adding support for backward compatibility
* removed JSON parse from if statement
* [RadioButton]: Default value not working #3997
* Add setValue of RadioButton to its csa dependency
Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
* added loading, disable, hidden states in the properties
* added onfocus and unfocus events
* added new csa
* added text color prop
* changed placeholder text
* bug fixed
* changed the type of action for visibility,loading and disable to toggle
* changed the default text color to black
* cleanup code
* reverting change - moving register action back to it's original space, out of useeffect
* removed unwanted loading action
* bug fix: app was crashing due to added array dependencies for blur and focus actions
* Removed mounting and unmounting of EventManager based on loadingDataSources
* Fixed lost defintion when try to add query and come back again
* Uncommented confirmation dialog on unsaved query
* Updated restapi url text-color to black
* Commented unsaved changes popup
* adding back button in data source management
* reverting back changes made in the height and width of close svg
* changed the height and width of the back svg
* removed inline styles and used classes fot the same
* Created Icon Widget
* Installed tabler icons
* Updated visibility logic for icon widget
* Added doc for icon widget
* Updated hidden field & moved hidden logic to cx
* Dark theme for icon widget & updated visibility
* Moved visibility logic to useEffect
* Updated visibility CSA label
* Removed resolveWidgetFieldValuekey usage in the Icon widget
* Moved register action to useEffect
* Removed registerActions on useEffect
* Add setIconVisibility to dependency array of registerAction
Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
* Created Link Widget
* Added empty line at the end in theme file
* Fixed overflow issue in Link widget
* Updated visibility in the link widget
* Added doc for link widget
* Updated link widget doc
* Set fxActive on by default for visibility
* Fixed variable typo in link widget
* Updated hidden property
* Updated visibility logic for link widget
* Moved visibility to styles section
* Moved register action to useEffect
* Removed registerActions on useEffect
* Removed dependencies in registerAction function as it is breaking inspector
* updated link doc
* Add clickRef of link component as dependency of registerAction
Co-authored-by: Shubhendra <withshubh@gmail.com>
Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
* moved disbale and visible state to properties tab from styles and made fx default for each
* added hover event
* added loading,visible, and disable csa props and handled them in widget
* made General and layout menus open by default in widget inspector
* added migration for visibility and disabled prop
* removed unwanted visible prop in the properties object
* made fxActive true in migration file
* added loadingState active fx in migration
* refactored widget
* refactored button widget
* bug fixed
* bug fixed
* bug fixes
* replaced onMouseMove with onMouseOver event
* changed the type of action for loading, visibility and disable to toggle
* moved all register action inside useEffect
* removed register action function from useEffect and made the requested changes
* fixed visibility bug
* avoiding extra render
* made changes for better readability
* removed unused import
* init
* fixes: config-handler clickEvents
* fixes: position attributes for open state modal config handler
* modal body scrollable
* adds loadingState
* adds onOpen and onClose events for modal
* adds visibility property
* open general and layout Options by default
* adds styling options for modal header and body
* adds style options for show button and conditional rendering of button styles
* refactor conditional rendering styles
* clean up
* fixes typos
* remove footer
* modal size
* handles dark theme
* update naming convention for modal: trigger button
* modal size:updates
* updates modal close icon
* adds comments for conditionally rendering style options
* only vertical scrolling inside modals
* clean up
* custom UI for widget config handle for modal
* backfil
* resolves: event should not fire on mount
* modal improvements doc
* hide modal on clicking outside for viewer mode
* Remove unnecessary modification of modal property schema
Co-authored-by: Shubhendra <withshubh@gmail.com>
Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
* refactor Text widget
* refactored text widget
* bug fixed
* changed the type of action for visibility to toggle
* changed the default value of background color to transparent
* made event menu open by default in widget inspector
* made the suggested changes
* bug fixed : app was crashing due to visibility
* made changes to improve readability
* Add and modify data-cy for text input widget
* Add methods and utlis file for text input widget
* Add custom command for code mirror input clear function
* Modify common widget selectors
* Add and modify texts and labels
* Add spec file
* Add review changes
* Updated the table UI
* made the search bar in sync with current applied theme in the application
* updated the UI of the table widget
* adjust x axis in the footer
* made the search text vertically center
* Load text color using new api in Table
* Load action buttons data using new api in table
* Revert usage of new api for table actions
* Use new api to load most properties and styles
* Move logic for loading styles and propeties to another file
* Table: Move loading of actions to separate file
* Move functions to expose data to codehinter to Box.jsx
* Table: Get loadingState from new api
* Table: Use reducer for storing table column properties
* Table: minor refactoring on reducer
* Table: Replace the use of internal state variable componentState
* Abstract out Filter as a separate component
* Move table column definitions to a separate file
* Move action column definition to a separate file
* Move IndeterminateCheckbox to a separate file
* Completely remove any requirement of loading from definition inside loadPropertiesAndStyles
* Reduce the use of reducer dispatch calls in Table.jsx
* Remove the usage of __TjDoNotResolve__
* Load actions without new API
* Update migration to make columnSizes follow default format
* Fix migration to restructure table column sizes data
* Do not update columnSizes property if incoming value is empty
* Remove unnecessary code
* Remove unnecessary linting
* Remove unnecessary reducer action
* Remove unnecessary code
* Merge table changeSet data into table details reducer instead of filter reducer
* Make compact and spacious cell sizing work for table
* Remove custom handling of onRowClicked for Table
* Fix issues with table visibility, border radius and disabled state
* Resolve the issue with invalid date crashing the table
* fixes:widget crash is only for those tables which do not have any actions associated with it yet. (#4078)
* Remove unnecessary code
Co-authored-by: Manish Kushare <manish.altcampus@gmail.com>
Co-authored-by: Arpit <arpitnath42@gmail.com>
* Implemented multiple access token feature
- working on refresh token case
* worked on refresh token flow
* added multiple token ability to openapi plugin too
- fixed some bugs
* changed tokenData to token_data
- fixed some issues
* added user type with user id
* changed user type
* Rewrote some function
- added switch for enabling and disable multi auth
- fixed some bugs
- refactored the code
* fixed view app issue
* Fixed public app issue
* cleaning some code
* (public_app) add a check to avoid oauth login redirect when there is no access token
* reverted all changes of openapi (temporary)
- will add multi token functionality once done with restapi
* fixed a bug
* fixed a bug
* refactored some code
* changed the switch text
* pr changes
* changed token_data back to tokenData
* cleaning code
* removed token data from datasources query
* removed some lines
* added a comment
* Fix: User group permissions error on Openshift platform (#4041)
* update dockerfile for file permissions on root group
* add permissions from the user group on dockerfile
* bump to v1.24.4
* bump to v1.25.0
* [feature] Added pagination and filtering features to users page (#3921)
* added pagination and filtering in backend
* added pagination
- created a seperate component for users table
- added pagination
* Added filter UI
* temporary css fix for pagination footer
* fixed pagination width issue
* now result will also clear when user clicks on clear icon
* Added seperate api for comment mentions
* Now we can search mentions by email, first and last names
* Fixed a bug
- email didn't send for comment mentions
* refactoring the code
* resolved PR changes
* Added isAdmin guard
* adding some checks
* fixed lint errors
* added wild card search
* Added no result found text
* fixed failing test case
* Working on PR changes
* Now users table avatars will load image too
* replaced skeleton classes with skeleton library component
* Completed PR changes
* added orderby
* Fixed some issues
* fixed failed test case
* have fixed some css issues
* replaced query with quersrting package
* fixed minor width issue
* Fixed some css issues
* fixed darkMode issue
* implemented on enter press search
* Refactored the code
* fixed white space issue
* refactored the code
* fixed overlapping issue
* refactored the code
* fixing some issues
* fixes
* removed guard
* code cleanup
* comments notification fix
* fixed conflict issues
* fixed css height issue
Co-authored-by: gsmithun4 <gsmithun4@gmail.com>
* Remove signup guard from set-password-from-token API (#4050)
* Remove sign up guard set-password-from-token API
* test cases fix
* Bump to v1.25.1
* Feature: Add PG_DB_OWNER env var to disable db and extension creation (#4055)
* add PG_DB_OWNER env var to disable db and extension creation
* update docs
* bump to v1.25.2
Co-authored-by: Akshay <akshaysasidharan93@gmail.com>
Co-authored-by: Muhsin Shah C P <muhsinshah21@gmail.com>
* added pagination and filtering in backend
* added pagination
- created a seperate component for users table
- added pagination
* Added filter UI
* temporary css fix for pagination footer
* fixed pagination width issue
* now result will also clear when user clicks on clear icon
* Added seperate api for comment mentions
* Now we can search mentions by email, first and last names
* Fixed a bug
- email didn't send for comment mentions
* refactoring the code
* resolved PR changes
* Added isAdmin guard
* adding some checks
* fixed lint errors
* added wild card search
* Added no result found text
* fixed failing test case
* Working on PR changes
* Now users table avatars will load image too
* replaced skeleton classes with skeleton library component
* Completed PR changes
* added orderby
* Fixed some issues
* fixed failed test case
* have fixed some css issues
* replaced query with quersrting package
* fixed minor width issue
* Fixed some css issues
* fixed darkMode issue
* implemented on enter press search
* Refactored the code
* fixed white space issue
* refactored the code
* fixed overlapping issue
* refactored the code
* fixing some issues
* fixes
* removed guard
* code cleanup
* comments notification fix
* fixed conflict issues
* fixed css height issue
Co-authored-by: gsmithun4 <gsmithun4@gmail.com>
* Modify data-cy and update spec
* Add data-cy
* Add preview for multiSelect
* Add preview for datePicker
* Fix Text data-cy
* Modify selectors and texts
* Resolve conflicts and commented few lines of code.
* Bug fixed : list view widget background color is not consistent with the dark theme
* replaced two condition check with one
* Fixed : If we pick white (#FFFFFF) then the dark mode is not handled.
* Added localisation
* Closed modal after language selection
* updated transaltaion setup
* Updated language tooltip
* Added fallback language support
* Adding english library resource for translation (#3844)
* Adding English dictionary for the widget lists in the inspector
* added leftSideBar object in en.json and implemented it for leftSidebar icon text
* renamed leftSideBar to leftSidebar and added resources for tip in the left side bar
* added english translation resources for leftsidebar debugger
* added english language resources for the global settings
* added english language resources for data sources in left sidebar
* added english language resources for the share button and share modal in the editor
* added english language resources for release button, manageOrgUsers, appVersionManager
* added english language resources for Queries and Please select a widget to inspect in the editor
* added english language resources for data source list , data source manager, and query manager(partially)
* added english language resources for queryManager, transformation, preview
* added english language resources for dark mode toggle in the headers inside homepage
* added fallback message for dark mode toggle
* added resources for language change in the headers inside homepage
* added resources for notification center in the header inside homepage
* added resources for organization and manage users components in header inside homepage
* added resources in manageGroupPermission
* added resources for manageGroupPermissionsResources component
* added resources for manageSSO and generalSettings components
* added resources for google sso
* added resources for github sso
* added resources for environment variables in manageSSO
* added resources for profile and setting page
* added resources for app card and app card menu
* added resources for folder section and app list in homepage
* added resources for header section in the homepage
* added resources for pagination in homepage
* added resources for modals in the homepage
* added resources for blank page
* added resources for login page
* added resources for forgot password page
* added resources for sign up page
* added resources for onBoarding component
* added resources for reset password page
* deleted duplicate key for readDocumentation
* deleted duplicate key for cancel in en.json and added translation for cancel at few places
* removing duplicate copy of save key in en.json
* added translation for CommentActions.jsx components
* deleted duplicate copy of search key in en.json and added resources for create and search queries , select keys
* fix typo errors
* fixed typo errors
* shorten the key for loginAndSignUpAndForgotPassword to loginSignupPage in en.json file and related files
* shorten the key noLoginMethodsEnabledForThisWorkspace to noLoginMethodsEnabled
* shorten the key pleaseCheckYourEmailForConfirmationLink to emailConfirmLink
* shorten the key dontHaveAccountYet to dontHaveAccount
* shorten keys from loginSignupPage key in en.json
* shorten keys of shareModal nested object in en.json
* shorten the key in appVersionManager nested object
* shorten the keys for queryManager nested object in the en.json
* delete duplicate copy of environmentVar and shorten manageEnvironmentVariables,environmentVariables
* shorten keys in the organization nested object
* shorten keys in the homePage nested object in en.json file
* added inspector and eventManager empty object
* added resources to RedirectSSO component
* added resources for OAuth2
* added resources for TemplateCard.jsx
* added resources for TemplateLibraryModal.jsx
* added resources for ConfirmationPage.jsx
* added resources for ConfirmationPage component
* removed translation in App.jsx file
* added resources for Slack.jsx
* added resources for GoogleSheets.jsx
* added resources for CodeBuilder.jsx
* added resources for CommentBody and CommentFooter
* added resources for TestConnection component
* added resources for AllignButton.jsx
* added resources for Openapi and Stripe components
* added resources for ErrorBoundary
* added resources for Viewer.jsx
* Translation for widgets, table
Co-authored-by: Kavin Venkatachalam <kavin.saratha@gmail.com>
* Commented Language selection
* Fixed typos
* Updated fr.json file
Co-authored-by: Manish Kushare <kushare.manish9@gmail.com>
* Bug fix : Container widget background color is not consistent with the dark theme
* replaced two condition checks with one
* made the suggested changes
* removed console.log
* bug fixed : file picker is not consistent with the dark theme
* bug fixed : Map widget is not consistent with the dark theme
* bug fixed : Steps widget is not consistent with the dark theme
* bug fixed : Multi select widget label is not consistent with the dark theme
* bug fixed : search bar in widget manager and label params in Code Hinter is not consistent with the dark theme
* removed unwanted comma in the chart inspector
* bug fix : app dropdown inside go to app in event manager is not consistent with the dark theme
* bug fixed : search select dropdown is not consistent with the dark theme in table inspector
* bug fixed : Organization and Profile avatar in HomePage is not consistent with the dark theme
* bug fixed : search box in the homepage is not consistent with the dark theme
* bug fixed : select dropdown input placeholder is not consistent with the dark theme
* bug fixed :Text area in the Modal to Share the app link is not consistent with the dark theme
* bug fixed : p tag in pagination in the homepage is not consistent with the dark theme
* replaced undefined to false as default value of darkMode if not defined
* bug fixed : multiselect input placeholder is not consistent with the dark theme
* removed duplicate code from custom.scss and changed rgb to hex in theme.scss
* Bug fixed : canvas background colour is not consistent with the applied theme
* bug fixed : canvas color is not consistent in the Viewer mode
* reverting back changes made earlier
* reverting back changes made earlier
* bug fixed : canvas background in editor is not consistent with the applied theme
* Bug fixed : Viewer component is not consistent with the applied theme
* Make table always apply filters and expose filtered data
* Re-render table when computed table data changes
* Re-apply global filter using search text when table data changes
* Stringify table data before sending it as dependency for table data to be displayed
* Use data returned from Table internal state to ensure filters are always applied
* Do not autoreset filteres in table when data changes
* Show row count of filtered row set in Table
* - Added new field under app view permission
- Added new column to appGroupPermission
* added queries for hiding app from dashboard
* changed a column name
* Add and modify data-cy attribute for elements
* Modify faker file for random rgba hex code
* Add methods specific for button widget
* Add and modify common selector and text file
* Add and modify common widget methods
* Modify button text file
* Modify button widget happy path file
* Remove button selector file
* Modify multiselect widget happy with new methods
* Modify verify box shadow css method
* Add and modify common selector file
* Modify button text file
* add and modify specific methods for button widget
* Add and modify custom commands
* Add and modify common widget methods
* Add app preview and modify button widget happy path
* Add and modify data-cy attribute for elements
* Modify multiselect widget happy with new methods
* Modify data-cy attributes
* Add review changes
* Add data-cy attribute
* Add review changes
Co-authored-by: arpitnath <arpitnath42@gmail.com>
* reverse proxy
* reverse proxy
* Fix for yjs
* Fix for ws
* Fixes org switching
* Fixes org creation
* Fixes login logo
* Fixes download icon
* Construct use invite URL from base URI
* Fixes apiUrl if sub path is set
* Remove commented code
* Fix profile link
* invitation url changes
* Fixes dev env
* Use url-join lib to connect urls for goto app and invitation link
* Use useHistory instead of helper to get history for template modal
* Review changes
Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
Co-authored-by: gsmithun4 <gsmithun4@gmail.com>
* fixes: On toggling on the **Run the query on page load** and **Request confirmation before running the query.**, toasts are displayed in the preview apps
* removes extra toast for request on confirm
* init
* clean up
* clean up
* adds margin-right to the title expand icon
* refactor
* refactor: unReadErrorCount
* remove effectiveProperties from debugger
* remove effectiveProperties from debugger
* moved a props to generalProps for errorLog
* Fixed :When parse content is disabled, the file type dropdown options are not hidden
* Fixed : Even if the Parse content toggled is disabled the file gets parsed.
* updated with the suggested changes
* Fixed : If paseContent configured programatically, it will throw error
* made the requested changes
* added transparent as default value in background prop
* reverting back the changes
* bug fixed : background color field in Image widget inspector is compressed by default
* removing changes made in Color.jsx
* removing unwanted changes made in Color.jsx
* added all the css prop for the text in the styles section of the Text Widget
* removed text shadow prop from inspector, widgetConfig, and Text.jsx Component, fixed es lint error
* removed Accordian folding and unfolding of styles props
* removed console.log and fixed es lint errors
* added migration file for supporting compatibility with existing applications
* revert changes
* adding migration file to support compatibility with existing/old applications
* removed unused groupAction prop from defination.styles in the widgetConfig file
* removed unused lines from Text.jsx
* Changed fontvariant from Boolean type to select type
* updated the migration file for textwidget
* fixes: on runQuery resolved, an error or a success toast should be fired
* show toasts only in edit mode
* fixes: show query and transformations toasts only in editor
* fir toasts only in editor
* show transformation toasts on edit more only
* Updated the table UI
* made the search bar in sync with current applied theme in the application
* updated the UI of the table widget
* adjust x axis in the footer
* made the search text vertically center
* fixed : only show Header section when either of download, filter or search box is enabled
* Enhancemnet : added pdf downloading feature
* reduce the size of download icon and added feature to toggle the display of download icon
* renamed the variables
* made the UI changes for pagination and download button
* handled the edge case - when url is not provided or wrong, do not show download and pagination buttons
* fix typo error
* Improved spacing in the download button
* Improved the UI of footer by addition of background color, reduced box-shadow and adding on hover effect
* remove the box-shadow and opacity from footer
* add the border-top to the footer
* Fixed : If pageControl and downloadOptions are toggled off, footer should not be visible
* Fixed : If pageControl is toggled off, download option should be present at bottom-right side of the widget
* removed unwanted fragment
* Bug fixed : Footer should be visible only if page is loaded and download or pagination is set to toggled ON
* removed console.log
* Bug Fixed : Image is not visible after setting visibility to false and refreshing the page
* Avoided calling forceCheck() in every render cycle by putting it inside useEffect and only gets executed if visibility is changed
* Bug fixed : If Google & GitHub signup is disabled there shouldn’t be the ------OR-------
* made the requested changes
* re-arrange the grouping of OR operator
* Add and modify data-cy attribute for elements
* Add and modify common and dashboard selector and text
* Add task to delete download folder
* Modify faker file
* Add common methods
* Add methods specific for dashboard spec
* Modify dashboard spec
* Review changes
* Add and modify data-cy for elements
* Add custom command to verify elements
* Modify verify elements command
* Remove exported app file
* CodeHinter preview for listItem, cellValue
* Updated variable names
* Added preview data for listView if data is not an array
* Fixed listItem preview issue
* Updated preview logic for listview
* Fixed listItem preview issue
* Reverted Listview changes
* Added a check for preview context in the viewer
* Resolved conflicts
* graph accordian moved in options
* suggested changes in widjetJS
* remove blank space in widgetJS in line 240 and 241
* reset operations.json file and plugins pkg lock
Co-authored-by: Gandharv <gandharvkgarg@gmail.com>
* Bug Fix :Date Picker event not firing the correct parameters.
* Fire onSelect event on the then function of setExposedVariable for datepicker
Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
* Bug Fix : Image going out of widget container for border type as thumbnail
* making image stick inside container when zoom is toggled on for border type as thumbnail
* Fixed env vars 404 error while opening public apps
* Resolved the PR changes
- Replaced currentUser with isPublic
- Added a new guard to check if the current app is not public or not
* Refactored some code
* Removed orga variable dependency from org module
* Resolved all PR changes
Co-authored-by: gsmithun4 <gsmithun4@gmail.com>
* feat: trigger mail when user is mentioned in comment
* reset email service
* fix backspace issue
* open comment on view comment clicked from email
* add helper to highlight user in mail
* reset mentioned input value when value turns empty in parent
* fix test
* use where condition + throw error
* add userId
* feat: add notification center (#3484)
* remove commented code
* Add and modify data-cy for widgets
* Add selectors
* Add constant texts and methods
* Add common widget operations
* Add momet to Cypress
* Add common utils and optimized commands
* Add methods specific for Datepicker
* Add spec datePickerHappyPath
* Minor selector modification
* Add verification of value from inspector
* added component specific action
* remove the type from params of the action object
* changed action and handle name
* fire event on select
* If the value is not a part of the set of available options, then the exposed value should be undefined
* fixed the logic to set exposed variable to undefined for invalid option
* removed console's
* expose and use updateRegisteredAction to update action whenever dependencies change
* Add support for dependencies in registerAction callback
If dependencies are provided, the registerAction callback will update
the action whenever the dependencies are updates. This is similar to
how useEffect works.
* Remove unnecesary code
Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
* added component-specific action to set and clear value
* updating exposed variable
* updated docs
* update the docs
* set exposed variable to empty string upon clear action using controlled components
* onChange event is fired for the actions
* Added a feature for update group names
* Fixed issues
- create new group button should not show when update form is visible
- disable save btn when user tries to update with the same name
* Added a spec for update group name feature
* resolved a bug
* resolved a spell error
* Added 2 specs for checking
- default groups are being updated or not
- update a group with existing name
* Fixed a bug
* Fixed trim issue
Co-authored-by: Midhun G S <gsmithun4@gmail.com>
* Copy and paste widgets
* Paste widgets into container, support multi widget copy paste
* Replaced localstorage with clipboard while copying widget
* Fixed component name bug