-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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: curioweb: Improve UX, add top menu #11901
Conversation
* rename provider to curio * install gotext * fix lint errors, mod tidy * fix typo * fix API_INFO and add gotext to circleCI * add back gotext * add gotext after remerge
…otus into easyMigration
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tables could use some restyling to match clarity, or at least the background color + there seem to be some regressions on the sector table pages that should get fixed, but other than that I like where this is going.
(I'll try to start some light refactor to Lit + Jsonrpc to start the train of putting all the ui code within one framework.)
Apart from what Magik pointed out:
|
(Force-push undoing commits from #11904 which I've accidentally pushed here) |
Related Issues
A Unified menu and some style improvements / consistency.
Images:
Main Dash:
Edit Configuration, Picker:
Edit Configuration, Editor:
Sectors Page:
PoRep:
Documentation page not shown as it links to the known docs.
Proposed Changes
Removed Clarity (VMWare CSS Layer) except from the Config Picker page.
Built a unified style like Clarity (font, size, colors)
Hide the page until it's mostly styled (though maybe not loaded).
Bootstrap 5 (the only one that's module-capable), mostly requesting dark components.
Additional Info
The super-small screen makes a hamburger menu that doesn't work. I doubt this is a real problem, but it's ugly.
Checklist
Before you mark the PR ready for review, please make sure that:
<PR type>: <area>: <change being made>
fix: mempool: Introduce a cache for valid signatures
PR type
: fix, feat, build, chore, ci, docs, perf, refactor, revert, style, testarea
, e.g. api, chain, state, market, mempool, multisig, networking, paych, proving, sealing, wallet, deps