-
Notifications
You must be signed in to change notification settings - Fork 92
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
Domain Manager Multi-select and Portfolio Actions Preview #631
base: master
Are you sure you want to change the base?
Domain Manager Multi-select and Portfolio Actions Preview #631
Conversation
406d8f1
to
225cc8a
Compare
It would be great to index list by date, last 30 tlds to expire, automatically renew or transfer, aka also make a default function, to those in less than X months (user can set up manually, by default 3 monhts) |
if (coin) { | ||
if (!coin) | ||
continue; |
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.
found by @Falci
the "copy" in the red warning is a link that copies text is it not understandable in UI/UX terms, a button of "Copy" in red would be great |
This is a single PR for 2 features since they are somewhat related. Closes #570, Closes #593.
Domain Manager Multi-select
Multiple domains can be selected with checkboxes.
Portfolio Actions Preview
Name related actions (Register, Renew, Transfer, Finalize) now preview when clicking the cards instead of blindly sending.
Other changes