summaryrefslogtreecommitdiff
path: root/web-ui/app/index.html
AgeCommit message (Collapse)Author
2017-02-21[#907] Fix font and favicon urlsAnike Arni
2017-02-16[#907] Bundles login static files separatelyAnike Arni
Due to conflicts with public and protected urls, login and interstitial files have to be on a different public url from inbox and resources that require login. Therefore, here, we delegate that logic to webpack. Now we have a '/public' url and a '/assets' url for those static assets.
2016-12-29Compile sandbox files through webpack as wellAnike Arni
2016-12-28Fixes offcanvas menu by moving foundation back to index.htmlAnike Arni
2016-12-28Use minified files for dependencies and copy them to dist folder with webpackAnike Arni
2016-12-28Move foundation from bower to npm and package them with webpackAnike Arni
2016-12-28Bundles local files that were previously in script tags with webpack for ↵Anike Arni
optimization
2016-12-28Output javascript bundle in dist folder and use it locallyAnike Arni
2016-12-08Revert "[#801] Merge branch 'signup'"Roald de Vries
This reverts commit d10f607a4d40587510b0dc31b31fe4750bf4a3a3, reversing changes made to c28abba2f5b1186c671ebef508d40ffaae6d5bc5.
2016-12-02[refactor] move app dir into public dirZara Gebru
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.