Favour Ohanekwu
4675b4bb10
fix: Show correct toast type options in debugger ( #9415 )
...
Show correct toast type options
2021-11-30 06:46:40 +01:00
Aman Agarwal
2ca413c152
fix: Correcting the throwing error to logging error for promisified triggers ( #9385 )
2021-11-26 15:30:24 +05:30
Hetu Nandu
8f2935f023
fix: Don't remove bindings when transfering action out of page ( #9296 )
2021-11-26 14:34:16 +05:30
rashmi rai
96d4c0b774
fix: fixing missing where key ( #9215 )
2021-11-25 18:48:40 +05:30
Hetu Nandu
5d7f68a031
fix: Mute action execution errors when error callback is present ( #9366 )
2021-11-25 15:28:04 +05:30
Pawan Kumar
8395f5e18f
feat: property pane docking ( #7361 )
...
* add tailwindcss
* docked property pane
* uncomment a line
* make entity explorer as drawer on unpin
* remove unused imports
* add pin state in reducer
* add menu icon in header
* fix widget sidebar
* fix widgets sidebar
* style property pane
* update property pane css
* update icons in property pane
* update property pane header styles
* update spacing
* fix few ui issues
* wip: preview mode
* wip:preview mode
* remove unused import
* comments sidebar in app and edit mode
* fix order of import
* use selected state for property pane
* update scrollbar style
* add classes to sidebar and property pane
* make widgets editor fluid
* make widgets editor fluid and refactor logic
* resize the widgets editor if explorer is pinned
* add shortcut for preview mode
* fix link for tabs in edit mode
* zoom in/zoom out for 0.75
* fix chart widget + table widget crashing
* allow zooming of canvas
* fix weird canvas draw issue + update container for handling zoom
* add actions for is panning
* allow panning with grab cursor
* reset panning + zooming when entering preview mode
* add grabbing cursor when grabbing
* only prevent default when space key is pressed
* dont allow zoom in preview mode
* remove unused imports
* fix dont allow zoom in preview mode
* fix ux of panning on space hit
* make fluid as the default app layout
* chart spec
* fix dropdown_on change spec
* fix add widget table and bind spec
* remove draggable property pane spec
* fix container spec
* fix form widget spec
* fix jest test
* fix the function typo
* remove clicking of close button for property pane in cypress tests
* remove property pane actions test
* fix drag and drop test failing
* add cypress selector id to back button in property pane
* fix toggle js spec
* fix merge conflicts from new design system
* editor header
* fix product updates styles + widget card
* remove all unused imports
* fix dynamic layout spec
* fix entity explorer tab rename test failing
* fix table spec
* fix bind tabletextpagination spec
* fix js object spec
* fix entity explorer rename issue
* fix cypress test
* fix cypress command wrong commit
* fix tab spec
* fix property pane copy tests
* add zoom header
* zoom levels
* make property pane sidebar resizable
* add multi select property pane
* fix widget search bug
* update property pane width in state on drag end
* fix viewer header
* fix editor header
* update editor header + remove zooming
* update small style
* dont allow closing of explorer when resizing
* fix jest test
* fix dropdown widget jest test
* preview test case wip
* add entity explorer pinning tests + preview mode tests
* add tooltip in layout control + add padding bottom in property pane view
* incorporate aakash feedbacks
* fix preview mode margin issue
* remove panning code
* fix cypress failing test
* uncomment jest test
* remove redundant code
* fix maincontainer test
* incorporate review feedbacks
* incorporate aakash feedbacks
* review feedbacks
* incorporate review feedbacks
* incorporate qa feedbacks
* fix dynamic layout spec
* updated test based on latest change
* dsl updated
* Updated dsl
* Updated dsl
* resize deselects widget issue.
* fix canvas height issue
* fix typo
* incorporate qa feedbacks
* incorporate qa feedbacks
* incorporate qa feedbacks
* update color for setting control for widget name
* fix onboarding styles conflicts
* Updated tests
* fix application overflow issue
* updated test method
Co-authored-by: root <root@DESKTOP-9GENCK0.localdomain>
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
Co-authored-by: Ashok Kumar M <35134347+marks0351@users.noreply.github.com>
Co-authored-by: Apple <nandan@thinkify.io>
2021-11-23 13:31:46 +05:30
Bhavin K
2e2ffc9361
feat: updated condition select widget ( #9242 )
2021-11-19 15:24:46 +05:30
Rishabh Saxena
68ceb88707
fix: git sync minor fixes ( #9183 )
2021-11-18 06:48:52 +00:00
haojin111
616a1fac16
feat: progress, loading and error states for git flows, pull button and minor misc changes ( #9052 )
...
Co-authored-by: Rishabh Rathod <rishabh.rathod@appsmith.com>
Co-authored-by: Rishabh Saxena <rishabh@appsmith.com>
2021-11-16 15:54:38 +05:30
Favour Ohanekwu
3c05fd0208
fix: correctly update dynamic binding pathlist ( #8981 )
...
Correctly update dynamic binding pathlist
2021-11-16 10:38:43 +01:00
Pranav Kanade
dcf184b05b
added a fix and test case ( #9167 )
2021-11-16 12:36:18 +05:30
Nidhi
51246a0869
fix: Reverted AST
2021-11-10 20:13:21 +05:30
Confidence Okoghenun
014d1f17d6
fix: Disallows entity name to be any extra library name ( #8755 )
...
Co-authored-by: sbalaji1192 <balaji@appsmith.com>
2021-11-10 19:29:24 +05:30
Ayush Pahwa
172da99f06
Client side changes for new where clause component
2021-11-10 13:45:47 +00:00
arunvjn
a9cf962b74
fix: evaluation of escaped characters ( #8796 )
2021-11-10 12:41:23 +05:30
haojin111
d3c3707ad3
feat: git sync - add error, progress states to connect and merge tabs ( #9007 )
...
Co-authored-by: Rishabh Rathod <rishabh.rathod@appsmith.com>
2021-11-09 15:21:18 +05:30
Aswath K
7570734f23
fix: Unable to group widgets ( #9043 )
...
* fix: Unable to group when indexeddb is empty
* Add test for widget grouping
2021-11-09 15:12:07 +05:30
balajisoundar
41bf761a58
feat: Provide option to send test email to test out email configurati… ( #8992 )
2021-11-09 12:31:36 +05:30
Pawan Kumar
4005f23baa
fix: List Widget shows cyclic dependency error when children widgets with bindings in action are deleted ( #8942 )
...
* fix list widget dynamic trigger path issue
* Update app/client/src/sagas/WidgetOperationUtils.ts
Co-authored-by: Hetu Nandu <hetunandu@gmail.com>
Co-authored-by: root <root@DESKTOP-9GENCK0.localdomain>
Co-authored-by: Hetu Nandu <hetunandu@gmail.com>
2021-11-08 17:52:41 +05:30
Apeksha Bhosale
229412e19d
Refactor: JS Editor eval flow ( #8821 )
...
Co-authored-by: Hetu Nandu <hetunandu@gmail.com>
2021-11-08 12:19:22 +05:30
Aswath K
4506766a05
fix: paste before copy resulted in value being undefined ( #8954 )
...
* fix: paste before copy resulted in value being undefined
* returns empty array on getCopiedWidget
2021-11-05 15:08:46 +05:30
Rishabh Rathod
bef48e8a79
chore: Config changes ( #8564 )
...
Change eslint config for console logging from error to warn
Add babel auto-import resolver to avoid using relative paths
2021-11-05 11:19:19 +05:30
Hetu Nandu
c0d0037ce2
feat: Extract references in code with AST ( #8617 )
...
Co-authored-by: Nidhi <nidhi@appsmith.com>
2021-11-03 13:12:31 +05:30
Rishabh Saxena
e944d005c1
fix: fixes related to switch branches ( #8864 )
2021-11-02 07:33:12 +00:00
haojin111
77e3c4f4db
added module of real time sharing icon tile when sharing user ( #8908 )
...
Co-authored-by: Albin <albin@appsmith.com>
2021-11-02 10:03:51 +05:30
albinAppsmith
55df317211
fix: API Editor bug fixes ( #8803 )
...
* * Confirmation modal fixes
* * header overflow fixed, API editor
* * Delete truncate issue fix
* Tabs count UI fix
* * Removed hardcoded text from component and added in messages
* * removed hardcoded size
* * fixed scroll issue in appviewer
* * eval field fixes
* * design fix for key in API pane
* * fixed test cases
2021-11-01 10:24:06 +05:30
Nayan
09eff23479
feat: [Feature] Added release version api for clients and RTS ( #8324 )
...
Added a new event in RTS when new version is deployed. After receiving this event, client will show a prompt to refresh.
2021-10-29 15:52:21 +06:00
rahulramesha
ce453fd259
fix: Copied modal close and mobile modal bug fix ( #8497 )
...
* fix for copied widget
* copied modal paste on maincontainer fix
* mobile modal fix
* added logic to paste modal widget on the main container only
* added check only for modal Widget close since the saga seems to be shared for other scenarios
2021-10-28 07:41:19 +05:30
ashit-rath
b957787671
perf: improve widget property update ( #8786 )
...
* Perf improvement for widget property update
* widget -> widgetWithUpdates
2021-10-27 18:28:34 +05:30
Rishabh Saxena
44116d3c79
feat: persist embed query param in the URL ( #8685 )
2021-10-27 17:02:26 +05:30
Apeksha Bhosale
4487fee83e
fix: changed dummy actions object ( #8510 )
...
* changed dummy actions object
* Snippets for js objects
* added js objects tag
* fixed tests for new changes
Co-authored-by: arunvjn <arun@appsmith.com>
Co-authored-by: yatinappsmith <yatin@appsmith.com>
2021-10-26 18:23:58 +05:30
Rishabh Rathod
6b0259fe01
fix: Git sync common UI ( #8768 )
...
* fix git branches and modal ui fixes
* fix deploy preview UI
* Add Merge API
* fix: udpate key to branchName
* add messages to constant/messages.ts
Co-authored-by: rishabh saxena <rishabh.robben@gmail.com>
2021-10-25 19:57:58 +00:00
Pawan Kumar
1c983f6c58
fix: Cannot read properties of undefined (reading 'children') ( #8406 )
...
* fix widget grouping failing issue
* fix widget grouping pasting edge case
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2021-10-22 12:32:19 +00:00
balajisoundar
b2c5779234
feat: Introduce a welcome banner and a form to fill in role, useCase for new user ( #8312 )
2021-10-21 11:06:17 +05:30
Rishabh Saxena
7fe75ba711
chore: fetch published page after fetching actions for viewer ( #8635 )
2021-10-21 10:53:34 +05:30
Rishabh Rathod
258189cc3f
fix: git sync ui fixes ( #8133 )
2021-10-20 07:38:17 +00:00
Apeksha Bhosale
f7fa2aefe5
fix: refactor js action name flow change ( #8302 )
...
* refactor js action name flow chnage
* PR commnets fixeed
* refactor states missing
2021-10-19 17:23:15 +05:30
Pranav Kanade
23078215df
fix: unread indicator behaviour ( #8290 )
...
* fix: unread indicator behaviour
* minor fixes
* no need to deep copy the state
* removed state update of show indicator
* refactor to handle delete & insert thread cases and getting rid of unnecessary state
* removing unnecessary updates to store
* with update event if the thread is not there we'll put it in
* fetching the comments when user starts to edit the app
* updated tests
* typo fixed
* using memo to get the unread comments flag
* removed dependency from global state
* storing last updated comment thread id for each application.
* updated a few test cases
2021-10-19 15:56:56 +05:30
Rishabh Saxena
31476092cc
chore: refactors for supporting git branches ( #7695 )
2021-10-18 19:33:44 +05:30
balajisoundar
10de149240
feat: Introduce a setting page for a super user to tinker with Appsmith env variables ( #8144 )
2021-10-18 13:17:55 +05:30
Pranav Kanade
82c033c785
fix: allow api error interceptor to handle api call failure ( #8513 )
...
* letting error interceptor take care of api call failure
* minor fix
2021-10-14 18:38:24 +05:30
Favour Ohanekwu
813af16dba
fix: Show readable error in query response pane if present ( #8518 )
2021-10-14 16:34:43 +05:30
Rishabh Rathod
a4c3c6ca9d
fix: Remove Success GIF and Add Tick Animation ( #7925 )
...
- Decreased the delay to 3 seconds and
- Added CSS animation instead of GIF which reduces the load time.
- Added Placeholder image for the information image to show while it is loading.
2021-10-13 09:43:57 +00:00
Hetu Nandu
2c3a0991f7
feat: setInterval and clearInterval support ( #8158 )
2021-10-11 12:55:03 +00:00
akash-codemonk
9f2c32b9de
fix: onboarding table widget is blank after adding binding ( #8285 )
2021-10-08 13:22:08 +05:30
Apeksha Bhosale
b34102f685
fix: added errors to debugger ( #8195 )
...
* added errors to debugger
* comment added
2021-10-06 12:42:22 +05:30
Apeksha Bhosale
7665ff3c4f
fix: small fixes js editor ( #8022 )
...
* remove space below response
* changes to name editor
* removing variable as dynamic binding path list
* error message change for js object
2021-10-04 16:38:02 +05:30
Ayush Pahwa
5c3cdea47b
Preventing evaluations to be reset on page change unless it is the first load ( #8153 )
2021-10-04 15:32:41 +05:30
Ayush Pahwa
b90a00ba0f
fix: Added checks to ensure that the configs are valid before starting eval ( #8019 )
2021-10-04 13:39:14 +05:30
Rishabh Saxena
a69c8b7484
feat: callouts for wip features ( #8080 )
2021-10-04 13:31:46 +05:30