summaryrefslogtreecommitdiff
path: root/web-ui
AgeCommit message (Collapse)Author
2014-10-08Added logout link to dispatcher (issue #55).Folker Bernitt
- Set DISPATCHER_LOGOUT_URL environment to logout url to show logout. - Logout button currently lacks some design
2014-10-07Fixed aftereach usages that broke the buildBruno Wagner
2014-10-07Fixed jshint errorsBruno Wagner
2014-10-02Increasing spacing on the mail list - bigger height, bigger paddingGabriel Albo
2014-10-01#53 - does not show modal on when all tags are removed. Now its allowed to ↵Patrick Maia
do so.
2014-10-01#53 - gives better feedback on UI when attempt to add invalid tag is madePatrick Maia
2014-10-01#80 - escaping tags in the autocomplete boxDuda Dornelles
2014-10-01Fixing "flaky" js tests: when spying on teardown and not calling it through ↵Duda Dornelles
we were ending up with a component in memory that was blowing up the next tests
2014-09-22#51 - refreshs tag list on tag removalPatrick Maia
2014-09-22removes event without handlerPatrick Maia
2014-09-22showing draft even if json has no recipientsDuda Dornelles
2014-09-10Upgraded imagemin version to 0.8.1.Folker Bernitt
2014-09-10Build and add resources at the right locations.Folker Bernitt
- include package data into build - build resources as part of debian dpkg-buildpackage use: dpkg-buildpackage -rfakeroot -uc -us to build the package
2014-09-09Added Makefile to web-ui.Folker Bernitt
2014-09-05Neissi / Duda - Escaping recipients on mail viewNeissi Torres Lima
2014-09-03reactivating reply/reply all/forward; deactivating reply draftDuda Dornelles
2014-09-02Adding icons section and removing (currently) empty components section on ↵Gabriel Albo
the style guide
2014-09-02Adding screenshot, modifying welcome session and cleaning up color grid on ↵Gabriel Albo
style guide.
2014-08-27Add copyright and license notice to GruntfileAlexandre Pretto Nunes
2014-08-25Adding styles for typographyGabriel Albo
2014-08-25Adding link to top on logo and headers and sizesGabriel Albo
2014-08-25Remove temporary fileAlexandre Pretto Nunes
2014-08-25Add copyright and license to javascript filesAlexandre Pretto Nunes
2014-08-21Moving smooth transition js funtion to a specific style-guide js fileGabriel Albo
2014-08-21Adding jquery dependency and a smoothier transition between sections when ↵Gabriel Albo
scrolling via anchors on the style guide
2014-08-21Changing even sections background color on the style guideGabriel Albo
2014-08-20Fixing hard-coded colors and typefaces for the style guide; adding the ↵Gabriel Albo
action_buttons color variable
2014-08-20Adding typography informationGabriel Albo
2014-08-20Adding the action buttons color to color paletteGabriel Albo
2014-08-20Must call handlebars:dev before compiling requirejsDuda Dornelles
2014-08-20Fixing pacakge handlebars:dist stepDuda Dornelles
2014-08-19Adding (hard-coded) color palette section plus a few minor style changesGabriel Albo
2014-08-18Jshint fixesBruno Wagner Goncalves
2014-08-18Fixing internal style guide sections paddingGabriel Albo
2014-08-18Fixing style guide sections overflow issueGabriel Albo
2014-08-18Making style guide nav always fixed.Gabriel Albo
2014-08-18Duda/Patrick #8: reseting tag shortcuts before loading them againDuda Dornelles
2014-08-18Vertically aligning the list items on the style guide headerGabriel Albo
2014-08-18Initial style guide structureGabriel Albo
2014-08-14Revert "Enable fake server to correctly serve html emails"Duda Dornelles
This reverts commit dde0dc6bb735cebe946c6fd8c5d7c8cfd6028cc8.
2014-08-14Enable fake server to correctly serve html emailsAlexandre Pretto Nunes
2014-08-12Move tagging functionality to withMailTagging mixin to clear mailView someAlexandre Pretto Nunes
2014-08-12Remove unnecessary 'document' parameterAlexandre Pretto Nunes
2014-08-12Clean up feature flag mixinAlexandre Pretto Nunes
2014-08-11changing package.json name to pixelatedDuda Dornelles
2014-08-08replaces Smail by Pixelated in all js filesPatrick Maia
2014-08-08Triggers ui:mails:refresh event even when the tags component is toggled off. ↵Thiago Colucci and Patrick Maia
This is necessary to make sure mails are fetched when the app is loaded.
2014-08-08adds ability to define behavior when a feature is toggled offThiago Colucci and Patrick Maia
2014-08-08adds contacts feature toggleThiago Colucci and Patrick Maia
2014-08-08adds signatureStatus, encryptionStatus, tags feature togglesPatrick Maia