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

Feat: upload delete popup #144

Merged
merged 26 commits into from
Jul 21, 2022
Merged

Feat: upload delete popup #144

merged 26 commits into from
Jul 21, 2022

Conversation

cpl121
Copy link
Member

@cpl121 cpl121 commented Jul 19, 2022

Fixes #110

Changes

  • Add popup to delete candy machine
  • Move delete to popup
  • Functionality works

Checks

  • Have you catchup your branch with the latest state in base?
  • Have you lint your code locally prior to submission?
  • Have you reviewed your proposed changes and removed debris?
  • Have you successfully ran due tests with your changes?

@cpl121 cpl121 requested review from evavirseda and VmMad July 19, 2022 16:17
}

return (
<>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<>
<div className='d-flex flex-column flex-justify-between'>
<div>
<Text as='p'>Are you sure you want to delete candy machine</Text>
<Text as='p' className='wb-break-all'>{candyMachineAccount}</Text>

height: '100%',
maxHeight: size === 'large' ? ['550px', '750px'] : ['50%'],
maxHeight: size === 'large' ? ['550px', '750px'] : ['27.5%'],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
maxHeight: size === 'large' ? ['550px', '750px'] : ['27.5%'],
maxHeight: size === 'large' ? ['550px', '750px'] : ['40%', '27.5%'],

<>
<div style={{ display: 'grid', gridRowGap: '5px' }}>
<Text as='p'>Are you sure you want to delete candy machine {candyMachineAccount}</Text>
{!isDeleting && status.message && (
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥴
image

Base automatically changed from feat/refactor-reusable-popup to dev July 20, 2022 09:23
@boxfish-bot boxfish-bot temporarily deployed to Preview July 20, 2022 11:24 Inactive
@VmMad
Copy link
Member

VmMad commented Jul 20, 2022

image
This is happening to me.
On low height screens this happens too...
image
Change button title "Delete candy machine" to "Delete"
Also, the disabled button when you click delete is bigger than the previous one, it looks a little weird

@cpl121
Copy link
Member Author

cpl121 commented Jul 20, 2022

image This is happening to me. On low height screens this happens too... image Change button title "Delete candy machine" to "Delete" Also, the disabled button when you click delete is bigger than the previous one, it looks a little weird

Yes, this is solved in this pr because the behavior is similar

…fish-studio/candy-machine-dashboard into feat/upload-delete-popup
@agus-xyz
Copy link
Member

please @cpl121 lets fix the conflicts with the base branch before proceeding with a final review 🙏🏼

@boxfish-bot boxfish-bot temporarily deployed to Preview July 21, 2022 08:37 Inactive
…fish-studio/candy-machine-dashboard into feat/upload-delete-popup
@boxfish-bot boxfish-bot temporarily deployed to Preview July 21, 2022 08:45 Inactive
@boxfish-bot
Copy link
Member

This pull request has been deployed to Vercel.

Latest commit: 0732214
✅ Preview: https://candy-machine-dashboard-3a4h3oij6-boxfish-studio.vercel.app
🔍 Inspect: https://vercel.com/boxfish-studio/candy-machine-dashboard/FAp7u4sSKU63ThFE4SHTBeJXq8EZ

View Workflow Logs

@cpl121 cpl121 requested a review from evavirseda July 21, 2022 08:46
@agus-xyz agus-xyz merged commit eb1c5f9 into dev Jul 21, 2022
@agus-xyz agus-xyz deleted the feat/upload-delete-popup branch July 21, 2022 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Task]: Upate delete candy machine to new design
5 participants