-
Notifications
You must be signed in to change notification settings - Fork 2.5k
v0.5.7: combobox selectors, usage indicator, workflow loading race condition, other improvements #2039
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* fix: usage-limit indicator and render conditonally on is billing enabled * fix: upgrade render
…ction, update use mention data to ignore block positon (#2002)
* Fix disabled blocks * Comments * Fix api/chat trigger not found message
* Fix variable <> * Ling * Clean
…l from free, updated providers that supported granular tool control to support them, fixed envvar popover, fixed redirect to wrong workspace after oauth connect (#2015) * feat(billing): add notif for first failed payment, added upgrade email from free, updated providers that supported granular tool control to support them, fixed envvar popover, fixed redirect to wrong workspace after oauth connect * fix build * ack PR comments
…r logs, fixed logs reloading, fix subscription UI (#2017) * feat(performance): added reactquery hooks for workflow operations, for logs, fixed logs reloading, fix subscription UI * use useInfiniteQuery for logs fetching
…em (#2019) * Fix router block error port handling * Remove comment * Fix edge execution
* improvement: action bar, connections * fix: code block draggable resize
* Fix response block * Lint
…stent across views (#2034)
…templates RQ hook, cleaned up unused templates code (#2035)
* fix(triggers): dedup + not surfacing deployment status log * fix ms teams * change to microsoftteams * Revert "change to microsoftteams" This reverts commit 217f808. * fix * fix * fix provider name * fix oauth for msteams
…ad of 15 (#2036) * improvement(undo-redo): expand undo-redo store to store 100 ops instead of 15 * prevent undo-redo from interfering with subblock browser text undo
* improvement(docs): remove copy page from mobile view on docs * bring title and pagenav lower on mobile * added cursor pointer to clickable components in docs
…lazy cascade parent workflow state deletion (#2038)
…the combobox (#2020) * improvement(selectors): consolidate all integration selectors to use the combobox * improved credential selector and file-upload styling to use emcn combobox * update mcp subblocks to use emcn components, delete unused mcp server modal * fix filterOptions change * fix project selector * attempted jira fix * fix gdrive inf calls * rewrite credential selector * fix docs * fix onedrive folder * fix * fix * fix excel cred fetch * fix excel part 2 --------- Co-authored-by: waleed <walif6@gmail.com>
Contributor
|
Skipped: This PR changes more files than the configured file change limit: ( |
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fix(usage-data): refetch on usage limit update in settings (#2032)
fix(overage): fix pill calculation in usage indicator (#2034)
fix(workflows): handle workflows without start block, add templates RQ hook, cleanup (#2035)
fix(triggers): dedup + prevent surfacing deployment status log; MS Teams fixes (#2033)
improvement(undo-redo): expand history to 100 ops; prevent interference with text undo (#2036)
improvement(docs): remove copy page on mobile, adjust layout, add cursor pointer on clickable components (#2037)
fix(workflow-block): clearing child workflow input format must lazy-cascade parent workflow state deletion (#2038)
improvement(selectors): consolidate all integration selectors to use the Combobox (#2020)