Skip to content

Conversation

@ndrpp
Copy link
Member

@ndrpp ndrpp commented Dec 15, 2025

Fixes # .

Changes proposed in this PR:

  • add support for get / push node config functionality using p2p

@vercel
Copy link
Contributor

vercel bot commented Dec 15, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
nodes-dashboard Ready Ready Preview, Comment Jan 8, 2026 2:02pm

@ndrpp ndrpp linked an issue Dec 17, 2025 that may be closed by this pull request
@andreip136
Copy link
Contributor

andreip136 commented Jan 7, 2026

I bumped material ui version and fixed an issue with the page scrolling not being disabled when a modal opens

<div className={styles.buttons}>
<Button contentBefore={<DownloadIcon />} variant="outlined">
Get node config
<Modal isOpen={isEditConfigDialogOpen} onClose={handleCloseModal} title="Edit node config">
Copy link
Contributor

Choose a reason for hiding this comment

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

I would extract the config modal to its own component


.modalButton {
margin-top: auto;
}
Copy link
Contributor

Choose a reason for hiding this comment

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

some of these seem unused, maybe they are leftovers from before we extracted the withdraw/gas fee modals to separate components

Get node config
<Modal isOpen={isEditConfigDialogOpen} onClose={handleCloseModal} title="Edit node config">
<div className={styles.modalContent}>
{fetchingConfig && (!config || Object.keys(config).length === 0) ? (
Copy link
Contributor

Choose a reason for hiding this comment

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

there is a brief flash before displaying "Fetching config".
Maybe this condition works better:
fetchingConfig || !config || Object.keys(config).length === 0

@ndrpp ndrpp merged commit f526f22 into feat/redesign Jan 8, 2026
3 checks passed
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.

Send/Get node config

3 participants