Skip to content
Closed
Show file tree
Hide file tree
Changes from 6 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
cb597f4
chore: update tabs paddings
alex-golovanov Nov 11, 2024
d28b531
chore: update button text
alex-golovanov Nov 11, 2024
52654af
feat: add response type selector icons
alex-golovanov Nov 12, 2024
94d376d
feat: change selector to menu & update spacing/layout
alex-golovanov Nov 12, 2024
ccacb12
feat: adjust sizing & spacing
alex-golovanov Nov 12, 2024
ee36111
Merge branch 'release' into feat/35290-update-response-tab-ui
alex-golovanov Nov 12, 2024
cf838f4
chore: remove test condition
alex-golovanov Nov 13, 2024
c755b34
chore: add common constants
alex-golovanov Nov 13, 2024
3c6a107
feat: update design
alex-golovanov Nov 13, 2024
57792a2
feat: update design & switch to minWtidth
alex-golovanov Nov 13, 2024
d78847f
chore: switch to common tab bar height & update type
alex-golovanov Nov 13, 2024
70c4e99
chore: correct size & fix potential bug
alex-golovanov Nov 13, 2024
2ecd266
fix: switch from hook&refs to direct event handlers
alex-golovanov Nov 13, 2024
c741a2f
fix: account for scrollbar width
alex-golovanov Nov 14, 2024
7df6776
chore: add status bar for error state
alex-golovanov Nov 14, 2024
87d79d5
Merge branch 'release' into feat/35290-update-response-tab-ui
alex-golovanov Nov 18, 2024
041e7b6
chore: fix response type selector tests
alex-golovanov Nov 18, 2024
693df86
Merge branch 'release' into feat/35290-update-response-tab-ui
alex-golovanov Nov 18, 2024
fa3ede6
chore: test fixes
alex-golovanov Nov 19, 2024
66f044b
test: add record count test
alex-golovanov Nov 19, 2024
9a4fbbe
fix: added default record count of 1 for cud operations
alex-golovanov Nov 20, 2024
a1f02f4
feat: add record checking & improve content type checking
alex-golovanov Nov 20, 2024
fe16e7d
chore: fix unit tests
alex-golovanov Nov 20, 2024
7ce1bd4
chore: remove detached tests
alex-golovanov Nov 20, 2024
97ada3d
chore: change record count params
alex-golovanov Nov 20, 2024
9d827b7
fix: make operator optional & add a default
alex-golovanov Nov 21, 2024
2f3e880
chore: update conditions
alex-golovanov Nov 21, 2024
3f1d3f2
chore: update message
alex-golovanov Nov 21, 2024
7bb20a6
chore: uncomment
alex-golovanov Nov 21, 2024
11f5301
Merge branch 'release' into feat/35290-update-response-tab-ui
alex-golovanov Nov 21, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
351 changes: 183 additions & 168 deletions app/client/packages/design-system/ads/src/Icon/Icon.provider.tsx

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/client/src/IDE/Components/BottomView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ interface Props {
const ViewHideButton = styled(Button)`
&.view-hide-button {
position: absolute;
top: 3px;
top: 2px;
right: 0;
padding: 9px 11px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ function BindDataButton(props: BindDataButtonProps) {
size="sm"
startIcon="binding-new"
>
Bind Data
Display on UI
</Button>
</MenuTrigger>
<MenuContent
Expand Down
Loading