-
Notifications
You must be signed in to change notification settings - Fork 2
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
Work summary of datdot-ui widget and component #119
Comments
Summaryupdate: 7-24-2021Currently working on Text input #77Text input is part of form when it needs to fill field information like create new account form #32 , transfer #41 , import account form #33, edit account #40, search #99, plan name #103 Number input #77Number input is part of form when it needs to fill field information like transfer #41, and also it needs to support increment and decrement that is something haven't thought yet when did UI design. And also have to support calculation for big number which is we don't use any 3rd dependence to help calculation with big number, like balance, transfer and transaction would be using it. Slide range #106Slide range is part of performance form when the user needs to use slide range to select what the numbers they would be like to share via their computer. And slide range would be combined with number input together that it has a decimal. Search input #99Search input is a very crucial widget for whole app search, and even it uses for searching swarm key, feeds, locations...so on. Haven't thinking about how to work with it. Because they use different message to trigger event for the different component. So, must be making a list of what search input can do for. Checkbox #77Checkbox is part of form that it is using on set time, set repeat, custom days. And also it has to support custom checkbox via SVG icon and theme Radio #77Radio is part of form. It can support custom radio via SVG icon and theme TextareaShould we use a custom element via div instead of text area? We've been used it on smarcontract.codes for search code snippets. Or let user can choose use native text area or custom area? PasswordPassword is very important with account security. No plan yet. |
update: 8-8-2021 datdot-ui-listList modeMultiple-select (By default)Support a filter for swarm key and select feeds list using Single-selectSupport a filter for search swarm key and terminal messages using LinkSupport normal dropdown menu with click event or url datdot-ui-dropdownLayout modeSelector viewCustom select element for Filter viewCustom |
In progress
Next
@TODO
@TODO
Finished
The text was updated successfully, but these errors were encountered: