Skip to content

Conversation

@Ni-2
Copy link
Member

@Ni-2 Ni-2 commented Dec 6, 2024

What is the purpose of this pull request? (put an "X" next to an item)

[ ] Bug fix
[x] New feature
[ ] Documentation update
[ ] Add something to the core
[ ] Other, please explain:

Add a reference to a related issue if it exists

issue:

What changes did you make? (Give an overview)

Is there anything you'd like reviewers to focus on?

@dapplets-coolify-at-hetzner
Copy link

dapplets-coolify-at-hetzner bot commented Dec 6, 2024

The preview deployment is ready. 🟢

Open Preview | Open Build Logs

Last updated at: 2024-12-06 09:43:51 CET

@github-actions
Copy link

github-actions bot commented Dec 6, 2024

Build Preview

badge

You can find files attached to the below linked Workflow Run URL (Logs).

Please note that files only stay for around 90 days!

Name Link
Commit f1145ce
Logs https://github.com/dapplets/mutable-web-monorepo/actions/runs/12196494717
Extension Build https://github.com/dapplets/mutable-web-monorepo/suites/31742676264/artifacts/2284015079

@alsakhaev alsakhaev changed the title Document popups for interactions with a blockchain (DAP-4800) feat: document popups for interactions with a blockchain (DAP-4800) Dec 9, 2024
@alsakhaev alsakhaev changed the title feat: document popups for interactions with a blockchain (DAP-4800) feat: document popups for interactions with a blockchain (DAP-4800) [DO NOT MERGE] Dec 11, 2024
Comment on lines +133 to +162
// mutationToPublish.source = EntitySourceType.Origin // save to the contract
// if (mode === ModalMode.Forking) {
// mutationToPublish.metadata.fork_of = mutationToPublish.id
// }
// const newAlert = doChecksForAlerts(mutationToPublish, mode === ModalMode.Editing)
// if (newAlert) {
// setAlert(newAlert)
// return
// }
// if (mode === ModalMode.Creating || mode === ModalMode.Forking) {
// try {
// const id = await createMutation(
// mutationToPublish,
// mode === ModalMode.Forking
// ? { askOriginToApplyChanges: isApplyToOriginChecked }
// : undefined
// )
// switchMutation(id)
// switchPreferredSource(id, EntitySourceType.Origin)
// await deleteLocalMutation(mutationToPublish.id)
// onCloseAll()
// } catch (error: any) {
// if (error?.message === 'Mutation with that ID already exists') {
// setAlert(alerts.idIsNotUnique)
// }
// }
// } else if (mode === ModalMode.Editing) {
// try {
// await editMutation(
// mutationToPublish as MutationDto,
Copy link
Member

Choose a reason for hiding this comment

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

remove commented code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants