forked from snapshot-labs/snapshot-v1
-
Notifications
You must be signed in to change notification settings - Fork 1
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
update #171
Merged
Merged
update #171
Conversation
This file contains 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
Bumps [eslint](https://github.com/eslint/eslint) from 8.39.0 to 8.46.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.39.0...v8.46.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fix primary condition for follow and new proposal * Header fixes * Add sidebar divider * Cleanup * Fix cards * Fix primary delegate * Fix navigation hover bug
This reverts commit 46d5d6f.
This reverts commit ec4ffe6.
Bumps [snapshot-spaces](https://github.com/snapshot-labs/snapshot-spaces) from `e007700` to `6c5b195`. - [Commits](snapshot-labs/snapshot-spaces@e007700...6c5b195) --- updated-dependencies: - dependency-name: snapshot-spaces dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* refactor(env): change hardcode to global var * trigger the build * trigger the build --------- Co-authored-by: Chaitanya <yourchaitu@gmail.com>
* feat: Add subscription form to email report (#3754) * feat: add subscribtion form to email report * feat: add the email notification form to profile page * feat: show subscription result in modal * fix(UI): move the whole subscribe logic into modal * refactor: move the subscription handler into a composable * feat: require wallet ownership proof * fix: fix typo * Update src/locales/default.json Co-authored-by: Sam <51686767+samuveth@users.noreply.github.com> * fix: remove redundant submit button * refactor: extract sign function into helper and UI improvement * fix: fix form input not passing the value * refactor: remove `timestamp` from data type * Update src/components/ModalEmailSubscription.vue Co-authored-by: Dmytro Tolok <tolok.d@gmail.com> * fix(email modal): remove unnecessary event * fix(email subscription): add translation to button caption * fix(helpers:sign): fix signer defining and remove check ignore comment * fix(eslint): update .eslintrc-auto-import.json file * fix(text): fix default text for emailSubscription.inputCaption * fix(text): change texting for success message of email subscription * feat(email subscription): add subscribe form to the modal after voting * fix(email subscription): Changed the view of email subscription success modal * fix(email subscription): change text for success subscription modal * fix(texting): fix placeholder for email input Co-authored-by: Sam <51686767+samuveth@users.noreply.github.com> * fix(texting): fix translation for email form Co-authored-by: Sam <51686767+samuveth@users.noreply.github.com> * fix(UI): improve success message UI --------- Co-authored-by: Sam <51686767+samuveth@users.noreply.github.com> Co-authored-by: Dmytro Tolok <tolok.d@gmail.com> * feat(email management): add functionality for managing email subscriptions (#3907) * feat: add subscribtion form to email report * feat: add the email notification form to profile page * feat: show subscription result in modal * fix(UI): move the whole subscribe logic into modal * refactor: move the subscription handler into a composable * feat: require wallet ownership proof * fix: fix typo * Update src/locales/default.json * fix: remove redundant submit button * refactor: extract sign function into helper and UI improvement * fix: fix form input not passing the value * refactor: remove `timestamp` from data type * Update src/components/ModalEmailSubscription.vue * fix(email modal): remove unnecessary event * fix(email subscription): add translation to button caption * fix(helpers:sign): fix signer defining and remove check ignore comment * fix(eslint): update .eslintrc-auto-import.json file * fix(text): fix default text for emailSubscription.inputCaption * fix(text): change texting for success message of email subscription * feat(email subscription): add subscribe form to the modal after voting * fix(email subscription): Changed the view of email subscription success modal * fix(email subscription): change text for success subscription modal * fix(texting): fix placeholder for email input * fix(texting): fix translation for email form * fix(UI): improve success message UI * feat(jsonrpc): add interfaces for JSON-RPC * refactor(sign): simplified interface for `sign` helper * refactor(useEmailSubscription): flattify structure * feat(subscr.managm.): load current user subscriptions on page load * feat(subscriptions): Add new prop to `useEmailSubscription` composable * feat(subscr.update): add method for updating subscriptions * refactor(subscriptions): minor changes to code * feat(subscr.managm.): add modal * feat(menu): udated menu to show proper modal * refactor(subscriptions): replace redundant prop to composable In scope of this added loading subscriptions right after closing subscription modal * refactor(change naming): Change name for email management modal * refactor(subscriptions): add HOC component for defining which modal to show * feat(signing): change method from regular sign to signing with alias * refactor(comment): remove old commented code * feat(translations): add translations * fix(scaffolds): remove redundat scaffolding code * refactor(email managm.): remove redundat function wrapper * fix(CR): fix CR comments 1. Removed $attrs in ModalEmailHOC 2. fixed signing with aliases functionality 3. removed hardcodded email and added comment why we still need empty line 4. removed redundant `}` * fix(HOC): remove HOC component since it is redundant * fix(ui-lib): use tune checkbox * fix(navbar): prevent rendering navbar account component until account is not loaded * refactor(useEmailSubscription): split composable on multiple for separation of concepts * fix(types): remove redundant interfaces * fix(eof): add empty line * fix(useFetch): remove redundant arguments * fix(lint): fix lint errors * fix(switch): change custom switch to ui lib `tune` * chore(tune): update version * fix(CR): remove old styles * fix namings * fix(CR): remove custom styles --------- Co-authored-by: Wan Qi Chen <495709+wa0x6e@users.noreply.github.com> Co-authored-by: Sam <51686767+samuveth@users.noreply.github.com> * feat(alias revert): revert back sign with alias feature * feat(subscription status): handle subscriber status from api * feat(verify modal): add verify modal * fix(revert): revert BaseMessage success status * revert(tune): revert redundant style of checkbox * fix(eslint): remove unused variable * fix(subscription): add additional check for data * fix(email management): change the order of options * fix(fonts): fix fonts for tune sublabel * fix(packages): upgrade packages after wrong merge * refactor(html): remove redundant condition for is-disabled prop * fix(verify email): change title * chore(submodule): updated submodule * fix(email): removed masked email from resend modal * fix(vote): remove subscribe button after vote action if user subscribed * feat(error handling): add error handling on subscription update request * feat(notify): add flach notifications on attempt to update email settings * fix(vote): fix wrong check * refactor(name): change name of variable * fix(error modal): remove error modal view on subscribe fail * chore: fix definition order * fix: use same text for all subscriptions state * fix: fix definition order * fix: fix missing plural * fix: fix unused variable --------- Co-authored-by: Wan <495709+wa0x6e@users.noreply.github.com> Co-authored-by: Sam <51686767+samuveth@users.noreply.github.com>
* Safe off-chain voting * Rename variable and update snapshot.js and lock versions to latest * Update snapshot.js
* Fix sidebar spacing * Fix avatar size * Fix spacing proposal item * Fix closed color * Fix body text semi bold * Fix list and combo box * Fixes * Fix button size * Fix no results message * Cleanup divs --------- Co-authored-by: Wan <495709+wa0x6e@users.noreply.github.com>
Bumps [snapshot-spaces](https://github.com/snapshot-labs/snapshot-spaces) from `6c5b195` to `535469c`. - [Commits](snapshot-labs/snapshot-spaces@6c5b195...535469c) --- updated-dependencies: - dependency-name: snapshot-spaces dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat(env): add pineapple url for configuring * fix(env): removed optional value from env file
Bumps [unplugin-icons](https://github.com/antfu/unplugin-icons) from 0.16.1 to 0.16.5. - [Release notes](https://github.com/antfu/unplugin-icons/releases) - [Commits](unplugin/unplugin-icons@v0.16.1...v0.16.5) --- updated-dependencies: - dependency-name: unplugin-icons dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [readable-stream](https://github.com/nodejs/readable-stream) from 3.6.0 to 4.4.2. - [Release notes](https://github.com/nodejs/readable-stream/releases) - [Commits](nodejs/readable-stream@v3.6.0...v4.4.2) --- updated-dependencies: - dependency-name: readable-stream dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…#4138) Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.1 to 5.62.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.62.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 10.0.3 to 10.9.0. - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](capricorn86/happy-dom@v10.0.3...v10.9.0) --- updated-dependencies: - dependency-name: happy-dom dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: add size validation to image upload * chore: remove console.log * chore: show error from pineapple * chore: update pineapple.js package
Signed-off-by: david <david@umaproject.org>
Co-authored-by: ChaituVR <ChaituVR@users.noreply.github.com>
* chore: replace demo banner with testnet tag * fix: condition wrong position
* Move categories into constants * Move abi helper into constants
* Fix ts delegate view * Fix ts explore view * Fix ts strategy view * Fix ts App component * Add back prop and fix type
Co-authored-by: wa0x6e <wa0x6e@users.noreply.github.com>
Co-authored-by: ChaituVR <ChaituVR@users.noreply.github.com>
Co-authored-by: wa0x6e <wa0x6e@users.noreply.github.com>
Co-authored-by: ChaituVR <ChaituVR@users.noreply.github.com>
* fix: Add tooltip to vote button * Change disabled style of primary button
* Add MetisSafe to KNOWN_HOSTS * add metis network support to walletconnect
* chore: rename demo to testnet * chore: lint fix
Co-authored-by: wa0x6e <wa0x6e@users.noreply.github.com>
Co-authored-by: ChaituVR <ChaituVR@users.noreply.github.com>
* create osnap marketing widget link * render is tx builder and list --------- Co-authored-by: Sam <samuv.eth@gmail.com>
Co-authored-by: ChaituVR <ChaituVR@users.noreply.github.com>
Signed-off-by: david <david@umaproject.org>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Issues
(Include references to issues that this PR addresses)
Fixes #
Changes
(Briefly describe the changes made in this PR)
How to test
(Explain how the changes can be tested, including any required setup steps)
To-Do
(List any outstanding tasks be addressed before or after this PR is merged)
Self-review checklist
yarn cypress:test:e2e
, and they have passedAdditional notes or considerations
(Include any other relevant information or context that may be helpful for the reviewer)