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(operator): add nominate functionality to operator table #405

Closed
wants to merge 15 commits into from

Conversation

dnoishi
Copy link
Contributor

@dnoishi dnoishi commented Dec 20, 2023

No description provided.

@dnoishi dnoishi self-assigned this Dec 20, 2023
Copy link

netlify bot commented Dec 20, 2023

Deploy Preview for storybook-pr failed.

Name Link
🔨 Latest commit 6a2fbf8
🔍 Latest deploy log https://app.netlify.com/sites/storybook-pr/deploys/65938248c39dd700083e0807

Copy link

New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
@polkadot/extension-dapp 0.46.6 None +44 58 MB polkadotjs
@polkadot/extension-inject 0.46.6 None +43 57.9 MB polkadotjs
eslint 8.56.0 None +19 5.67 MB eslintbot
eslint-plugin-jsx-a11y 6.8.0 None +73 14.3 MB ljharb
dotenv 16.3.1 environment +0 71.6 kB motdotla
@polkadot/api 10.11.2 None +42 57.9 MB polkadotjs
tailwind-datepicker-react 1.3.0...1.4.3 None +19/-12 11.2 MB omikkel
@apollo/client 3.7.13...3.8.8 None +9/-6 8.18 MB apollo-bot
eslint-config-prettier 8.8.0...8.10.0 None +20/-1 5.69 MB lydell
dayjs 1.11.7...1.11.10 None +0/-0 664 kB iamkun
@heroicons/react 2.0.17...2.1.1 None +0/-0 3.33 MB malfaitrobin
react-router-dom 6.10.0...6.21.0 None +2/-2 4 MB mjackson
postcss 8.4.23...8.4.32 None +1/-1 221 kB ai
@types/react-dom 18.2.1...18.2.18 None +4/-4 1.66 MB types
@types/jest 29.5.1...29.5.11 None +21/-20 4.63 MB types
autoprefixer 10.4.14...10.4.16 None +7/-8 2.81 MB ai
@types/react 18.2.0...18.2.45 None +3/-3 1.63 MB types
@typescript-eslint/eslint-plugin 5.59.1...5.62.0 None +31/-8 10.3 MB jameshenry
formik 2.2.9...2.4.5 None +6/-0 2.3 MB jaredpalmer
@types/node 16.18.25...16.18.68 None +0/-0 3.51 MB types
@headlessui/react 1.7.14...1.7.17 None +0/-0 533 kB thecrypticace
eslint-plugin-react 7.32.2...7.33.2 None +67/-19 10 MB ljharb
jest-canvas-mock 2.5.0...2.5.2 None +0/-0 112 kB atool
tailwindcss 3.3.2...3.3.7 None +17/-10 10.3 MB adamwathan
tsconfig-paths-webpack-plugin 4.0.1...4.1.0 None +1/-1 461 kB jonaskello
@testing-library/user-event 14.4.3...14.5.1 None +22/-3 4.25 MB testing-library-bot
graphql 16.6.0...16.8.1 None +0/-0 1.34 MB i1g
eslint-plugin-import 2.27.5...2.29.1 None +58/-16 10.1 MB ljharb
@tailwindcss/forms 0.5.3...0.5.7 None +18/-11 10.4 MB thecrypticace
@testing-library/jest-dom 5.16.5...5.17.0 None +42/-24 5.8 MB testing-library-bot

🚮 Removed packages: webpack@5.81.0

Copy link

netlify bot commented Dec 20, 2023

Deploy Preview for blockexplorer-test ready!

Name Link
🔨 Latest commit 6d353cb
🔍 Latest deploy log https://app.netlify.com/sites/blockexplorer-test/deploys/65831cd295715e0008ef36d9
😎 Deploy Preview https://deploy-preview-405--blockexplorer-test.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@DianaPertseva
Copy link

Can't connect a wallet, but on the frontend side looks great 👍

const connectWallet = useCallback(
async (event) => {
event.preventDefault()
const extensions = await web3Enable('Polki')
Copy link
Collaborator

Choose a reason for hiding this comment

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

This should have the name of the website instead as this is used to identify the website in the Security/Website Connection

@marc-aurele-besner
Copy link
Collaborator

Can't connect a wallet, but on the frontend side looks great 👍

It's strange, with the preview version if I connect all wallets or more than 1 wallet, then the wallet can't connect, but if I connect only one wallet it works fine. But, if I run it locally, I don't have this issue and can connect all my wallets...

@jfrank-summit
Copy link
Member

@marc-aurele-besner should this PR be closed?

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.

None yet

4 participants