summaryrefslogtreecommitdiff
path: root/WebInterface/NodeJSServer/src/modules/ui/modal.js
AgeCommit message (Collapse)Author
2018-09-30Added functionality to login modalTrueKuehli
2018-09-30Added basic layout for login modalTrueKuehli
Shows form for inputting password and name.
2018-09-29Started work on ModalsTrueKuehli
Started work on the modals, that will be used as dialog boxes to create a new server, or to log into an existing one with the required password. Currently just calls the creation method at start, and with not much content, which will be added later.