summaryrefslogtreecommitdiff
path: root/web-ui/app/index.html
AgeCommit message (Collapse)Author
2016-03-17Merge branch 'loading-logo'Gislene Pereira
* loading-logo: Adding spin logo to search event. Issue #238 Adding js unit tests + small refactoring. // pairing with @tuliocasagrande Issue #238 The logo will spin when the user opens a mail or draft. Issue #238 Adding logo loading event to Saving Draft; + Adding timeout to 0.6 secs before stopping the spinning; + Removing unnecessary defaultAttr. Creating events to spin and stop spinning the logo. Logo will spin when user selects another tag on the left bar and stops when the list of mails is rendered. Adding sass function to lighten the logo color for the spinner Adding new svg and dummy animation Conflicts: web-ui/app/scss/_alerts.scss web-ui/app/scss/_mixins.scss
2016-03-10Creating events to spin and stop spinning the logo.Gislene Pereira
Logo will spin when user selects another tag on the left bar and stops when the list of mails is rendered. Issue #238
2016-03-09Issue #620: Spike growl CSS modularizationFelix Hammerl
2016-03-09Issue #617: Add iframe-resizerFelix Hammerl
2016-03-01Adding new svg and dummy animationGabriel Albo
Issue #238
2016-02-24Remove unused font and stylesheetgit sFelix Hammerl
2015-12-29Listens to mails available events and count unread #564Giovane
- Considering unread all the mails that doesn't have the 'read' status - Remove initial templates because title doesn't support html tags inside
2015-12-29Shows unread count on title barGiovane
- This commit creates the unread_count_title component
2015-12-22front-end for sending attachmentsNavaL
Issue #548
2015-12-07Issue #507 - Refactored fix broken UI when start UAJefferson Stachelski
Paring with bwagner
2015-12-07Issue #507 - Hidden the search icon when start UAJefferson Stachelski
2015-12-03Issue #411 - Did some refactores [Gil/Jeff]Jefferson Stachelski
2015-11-27Issue #509 - Fixed space between navbar icons [Gil/Jeff]Gislene Pereira
Adjusted user settings popup text size. Done some SASS refactoring.
2015-11-27Add the user settings icon, with a popup boxCam Jackson
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-10-05Removed "loading..." from the UIBruno Wagner
The loading wasn't adding much in terms of feedback and was getting over important statuses like signature and encryption information. We removed the generic loading for now and we might add specific loading for certain parts as needed
2015-09-22Added foundation initialization to usemin tag #462Bruno Wagner
2015-09-15Add git revision to web-ui on buildFolker Bernitt
- Issue #453
2015-09-14#442 Create feedback element on side navbar.Giovane
2015-09-03#304 Adds PixelatedSite class to hold custom request configuration and ↵Giovane
remove foundation inline javascript.
2015-04-14Making the logo also toggle the sidenavGabriel Albo
2015-04-13Removed last traces of progress barBruno Wagner
2015-04-07Re-adding the logo in svg to try to get it fixed on try, staging and dev.Gabriel Albo
2015-04-07Changing middle pane background color and removing the svg logoGabriel Albo
2015-04-01Attempting to fix the fact that the logo is not displayed correctly on ↵Gabriel Albo
try/dev/staging
2015-03-06*Really* sticking the logout to the bottom now :)Gabriel Albo
2015-03-04Alexandre/Albo - Fixing an issue with the custom tags visibility toggle not ↵Gabriel Albo
working when the user clicks on the mail list with the sidenav expanded.
2015-03-03Fixing tag visibility toggleGabriel Albo
2015-03-02Fixing the sidenav close toggleGabriel Albo
2015-02-27Using an actual svg (coded) in place of the .svg file for the logo.Gabriel Albo
2015-02-25#296 Moving the toggle control script to the tags hbs file so clicking on ↵Gabriel Albo
the tags icon now toggles the left nav. Next: extracting this JS to a proper place.
2015-02-24#296 Hiding custom tags when the left side nav is collapedGabriel Albo
2015-02-19#239 Avoid pushing window state when clicking the menu sandwichAlexandre Pretto Nunes
2015-02-19#239 Adding full logo and styling itGabriel Albo
2015-02-19#239 Remove old shortcut barAlexandre Pretto Nunes
2015-02-19#239 Move logo to sidebar navAlexandre Pretto Nunes
2015-02-19#239 Move toggle to sidebar nav (with js hack)Alexandre Pretto Nunes
2015-02-19#239 Remove tags shortcutsAlexandre Pretto Nunes
2015-02-19#239 make sidenav always partially visibleAlexandre Pretto Nunes
2015-02-02Issue #242 always check for logout enabled when rendering button.Lisa Junger
- fixed problems with multiple toggles.
2015-01-29Removing all titles when hoveringGabriel Albo
2015-01-29Fixing pixelated logo. For some reason, the svg file wasn't being displayed, ↵Gabriel Albo
so I changed to a png file instead
2015-01-29Issue #242 added logout shortcut for dispatcher mode.Lisa Junger
- some new style to logout in expanded nav bar and shortcut. - to be complemented by #239.
2015-01-21#224 App is working without klein - migration to twisted "complete"Duda Dornelles
2015-01-15Separated logo from togglePixpoa pairing
2014-12-31Adding faviconGabriel Albo
2014-12-30#217 - Adding Pixelated logo to user agent UIGabriel Albo
2014-12-20 #82: adding "loading..." message to sinalize an ajax call has been madeDuda Dornelles
2014-12-09Getting rid of grunt; using npm scripts insteadDuda Dornelles
2014-10-21Adding progress bar for syncing mailsDuda Dornelles