summaryrefslogtreecommitdiff
path: root/web-ui
AgeCommit message (Collapse)Author
2015-11-23Fix tokenization when email has dash on domain #513Giovane
2015-11-20Chaged jshint version to the newest oneJefferson Stachelski
2015-11-20Removeing duplicated translation file #488Giovane
2015-11-17Consider mail ident characters when parsing routes. #528Giovane
2015-11-16Ignore quotes when removing tag information #503Giovane
2015-11-13Issue #525 - Fixed no mail on sent after sending itJefferson Stachelski
2015-11-13Issue #525 - Fixed broken testsJefferson Stachelski
2015-11-13Issue #525 - Fixed jshintJefferson Stachelski
2015-11-13Issue #525 - Fixed space in recipient addersJefferson Stachelski
2015-11-13Merge pull request #521 from rdoh/remove_save_draft_buttonGiovane Liberato
merge "remove save draft button, related css and js"
2015-11-13Issue #523 - Added some JS testJefferson Stachelski
2015-11-13Issue #523 - Created an archive mail buttonJefferson Stachelski
2015-11-13Revert "Add absolute path for jshint call."Giovane
This reverts commit 7b67d64ce75600961cc9836fb124997590126d0e.
2015-11-13Show search term with no results in uppercase #502Giovane
2015-11-13Add absolute path for jshint call.Giovane
2015-11-13Remove search engine query lookups when showing no mails available #503Giovane
2015-11-12remove save draft button, related css and jsRobin Doherty
2015-11-11toggle no mails available message when it's an empty search #503Giovane
2015-11-11Propagate search query to noMailAvailablePane component #503Giovane
2015-11-11Align second line of email addresses to the beginning of the first lineReinaldo de Souza Jr
Fixes #514
2015-11-10Merge pull request #502 from sw00/masterBruno Wagner Gonçalves
show user email address in title
2015-11-10#503 - Aligning the 'no emails in inbox' message to the 'nothing selected' ↵Gabriel Albo
message for different browser displays (in a, ugly way. Must refactor this to avoid negative margins).
2015-11-09template user's email address into titlesw00
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.
2015-11-09Adds style and tag information on 'No Mails available' message.Giovane
- Issue #503
2015-11-09Add no mails availabe message to middle paneFolker Bernitt
- Issue #503
2015-11-09Fixing recipients label width so it won't break for the BCC fieldGabriel Albo
2015-11-09#504 - Fixed non clickable area below the recipients labelGabriel Albo
2015-11-04#504 - Adding element focus using 'important' while we figure out why ↵Gabriel Albo
there's an inline style being added to recipients-input elements
2015-11-04#504 - Making the recipients fields have a distinct background color when ↵Gabriel Albo
focused (like subject and body already did)
2015-11-04#504 - Fixing the recipients label and span padding so the line height is ↵Gabriel Albo
not taller than the subject one
2015-11-04Merge branch 'master' of github.com:pixelated-project/pixelated-user-agentGabriel Albo
2015-11-04#504 - Fixing horizontal padding for entered addressesGabriel Albo
2015-11-03[#508] Making search also work with substrings - pairing w/ @pereiragisleneGiovane
2015-11-03Redirect to / if ajax request returns 401 statusFolker Bernitt
- see issue pixelated/project-issues#162 - move test code to monitored_ajax_call.spec.js
2015-10-29Jeff/Albo - Fixing to, cc and bcc label alignmentGabriel Albo
2015-10-29Jeff/Albo - Making the labels on the recipients fields point to their ↵Gabriel Albo
respective inputs.
2015-10-29Redirect user to login if ajax request fails with 302Folker Bernitt
- See project issue 162 - Should solve 'disconnected' problems
2015-10-28Issue #493 - Fixed jshintJefferson Stachelski
2015-10-28Issue #493 - Fixed bug delete recipient eventJefferson Stachelski
Fixed bug that was shown error on console when trigger the delete recipient event
2015-10-28Issue #493 - Fixed bug delete recipient by buttonaJefferson Stachelski
Fixed bug when try delete recipient by clicking on the 'x' button, that was not deleting the recipient inside the flightjs component
2015-10-28Issue #493 - Fixed some bug and did some refactorsJefferson Stachelski
Fixed the nagivation mode when used click to edit recipients and also refactored the code to split the responsability
2015-10-28Issue #493 - changed how trigger the edit recipientsJefferson Stachelski
Changed from double click to a single one and now using the pointer cursor to be more intuitive
2015-10-28Issue #493 - Made some refactors with SCSSJefferson Stachelski
2015-10-28Issue #493 - Remove the blue X buttonJefferson Stachelski
Changed the blue color of X button on recipients to the same color of the font
2015-10-27Remove email parsing on space keydown #505Giovane
2015-10-26Add incomplete email domain verification on compose box.Giovane
2015-10-25[#414] - Setting the focus to Recipients To Box and fixing tab index.Gislene Pereira
2015-10-23Change delete address token color.Giovane
2015-10-23Exclude comma and semicolon on invalid address splitGiovane
2015-10-23Add invalid address sinalization on tokens #492Giovane