Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Not disabled by default | John Molakvoæ (skjnldsv) | 2017-11-05 | 1 | -6/+11 |
| | | | | | | | | | | | Fixed transition bug of grouptop Fix password submit and error handling Fixed multiple form send Fix submit loading state fix login form sending state Replace loader type Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Fix loading state and error message display | John Molakvoæ (skjnldsv) | 2017-11-05 | 1 | -1/+1 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Replace loading icon GIF with pure CSS loading icon | Daniel Calviño Sánchez | 2017-08-03 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | The pure CSS loading icon uses an ::after pseudo-element, and thus it can only be used on container elements; the input element is not a container element, so when the class "icon-loading-small" is set on an input element it falls back to a loading icon GIF. This commit modifies the markup of the login button to add a div element that holds the confirm icon and the loading icon (depending on the case). In order to position the icon in the same place as before the input and the icon are both wrapped by another div making possible to set the absolute position of the icon relative to the input. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | bring back dedicated log in button to make log in more usable | Jan-Christoph Borchardt | 2016-10-06 | 1 | -6/+6 |
| | |||||
* | trigger login if remember_login checked | prastut | 2016-03-04 | 1 | -0/+11 |
| | |||||
* | show feedback spinner for log in process | Jan-Christoph Borchardt | 2015-08-27 | 1 | -0/+24 |