-
Notifications
You must be signed in to change notification settings - Fork 3.6k
fix(table): fix table boolean, add dynamic row number col size, search & replace improvements #4515
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
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
837f035
fix(table): fix table boolean, add dynamic row number col size, fix s…
waleedlatif1 a9a276c
sidebar styling
waleedlatif1 3e0ef3a
refactor(search-replace): extract duplicate WORKFLOW_SEARCH_HIGHLIGHT…
waleedlatif1 3845962
fix(tables): add missing onError toast to useAddTableColumn
waleedlatif1 8ca72d6
fix(tables): add consistent onError toast handlers across all table m…
waleedlatif1 41799e7
subblock sweep
icecrasher321 adfac54
Merge branch 'fix/tabl' of github.com:simstudioai/sim into fix/tabl
icecrasher321 c63b75f
more resources supported
icecrasher321 71e80f4
code restructuring
icecrasher321 917fe42
better organization
icecrasher321 fed57aa
canonical modes search replace counterpart
icecrasher321 b0b814e
more cases
icecrasher321 7e56bee
tool inp edge case
icecrasher321 79a1a77
more subblock cases
icecrasher321 748473c
trigger canoncial index ops consolidation
icecrasher321 427a530
minor codec fix
icecrasher321 82a5744
fix(tables): prevent double toast in workflow-sidebar and csv upload …
waleedlatif1 8f2084c
resolver fix for quoted js literals
icecrasher321 aa93229
Merge branch 'fix/tabl' of github.com:simstudioai/sim into fix/tabl
icecrasher321 e716220
code scan context
icecrasher321 72f384c
triple quotes case
icecrasher321 214a64e
escaped behaviour
icecrasher321 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
2 changes: 2 additions & 0 deletions
2
...e/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/constants.ts
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| export const WORKFLOW_SEARCH_HIGHLIGHT_CLASS = | ||
| 'rounded-sm bg-orange-400 shadow-[3px_0_0_#fb923c,-3px_0_0_#fb923c]' |
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.