Skip to content
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

[Enhancement] DRC-269 Remove "create a simple check" icon #245

Merged
merged 1 commit into from
Mar 22, 2024
Merged
Changes from all commits
Commits
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
11 changes: 0 additions & 11 deletions js/src/components/check/CheckPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,6 @@ export const CheckPage = () => {
<VStack>
<Box>No checks</Box>
<Flex gap="5">
<Button colorScheme="blue" onClick={addToChecklist}>
Create a simple check
</Button>
{!isDemoSite && <CheckListInitLoader />}
</Flex>
</VStack>
Expand All @@ -135,14 +132,6 @@ export const CheckPage = () => {
>
<VStack spacing={0} align="flex-end" h="100%">
<HStack gap="0px">
<Tooltip label="Create a simple check">
<IconButton
variant="unstyled"
aria-label="Create a simple check"
onClick={addToChecklist}
icon={<AddIcon />}
/>
</Tooltip>
<Tooltip label="Copy checklist to the clipboard">
<IconButton
variant="unstyled"
Expand Down
Loading