Age | Commit message (Collapse) | Author |
|
|
|
Ajusted the bottom aligment when the logout button is enable or not
|
|
implementation. #512
|
|
|
|
Adjusted user settings popup text size. Done some SASS refactoring.
|
|
|
|
If a draft was never saved before, and there wasn't
any change to save, we now discard it instead saving
and deleting it. This also lessens the calls to saveDraft
that was causing some draft duplication.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
merge "remove save draft button, related css and js"
|
|
|
|
|
|
This reverts commit 7b67d64ce75600961cc9836fb124997590126d0e.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #514
|
|
show user email address in title
|
|
message for different browser displays (in a, ugly way. Must refactor this to avoid negative margins).
|
|
this should solve https://github.com/pixelated/pixelated-user-agent/issues/246
needed to inject leap_session into root resource to access user email on
request.
|
|
- Issue #503
|
|
- Issue #503
|
|
|
|
|
|
there's an inline style being added to recipients-input elements
|
|
focused (like subject and body already did)
|
|
not taller than the subject one
|
|
|
|
|
|
|
|
- see issue pixelated/project-issues#162
- move test code to monitored_ajax_call.spec.js
|
|
|
|
respective inputs.
|
|
- See project issue 162
- Should solve 'disconnected' problems
|
|
|
|
Fixed bug that was shown error on console when trigger the delete
recipient event
|
|
Fixed bug when try delete recipient by clicking on the 'x' button, that
was not deleting the recipient inside the flightjs component
|