Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-21 | [#907] Fix font and favicon urls | Anike Arni | |
2017-02-16 | [#907] Bundles login static files separately | Anike 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-29 | Compile sandbox files through webpack as well | Anike Arni | |
2016-12-28 | Fixes offcanvas menu by moving foundation back to index.html | Anike Arni | |
2016-12-28 | Use minified files for dependencies and copy them to dist folder with webpack | Anike Arni | |
2016-12-28 | Move foundation from bower to npm and package them with webpack | Anike Arni | |
2016-12-28 | Bundles local files that were previously in script tags with webpack for ↵ | Anike Arni | |
optimization | |||
2016-12-28 | Output javascript bundle in dist folder and use it locally | Anike Arni | |
2016-12-08 | Revert "[#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 dir | Zara Gebru | |
2016-03-17 | Merge 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-10 | Creating 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-09 | Issue #620: Spike growl CSS modularization | Felix Hammerl | |
2016-03-09 | Issue #617: Add iframe-resizer | Felix Hammerl | |
2016-03-01 | Adding new svg and dummy animation | Gabriel Albo | |
Issue #238 | |||
2016-02-24 | Remove unused font and stylesheetgit s | Felix Hammerl | |
2015-12-29 | Listens to mails available events and count unread #564 | Giovane | |
- 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-29 | Shows unread count on title bar | Giovane | |
- This commit creates the unread_count_title component | |||
2015-12-22 | front-end for sending attachments | NavaL | |
Issue #548 | |||
2015-12-07 | Issue #507 - Refactored fix broken UI when start UA | Jefferson Stachelski | |
Paring with bwagner | |||
2015-12-07 | Issue #507 - Hidden the search icon when start UA | Jefferson Stachelski | |
2015-12-03 | Issue #411 - Did some refactores [Gil/Jeff] | Jefferson Stachelski | |
2015-11-27 | Issue #509 - Fixed space between navbar icons [Gil/Jeff] | Gislene Pereira | |
Adjusted user settings popup text size. Done some SASS refactoring. | |||
2015-11-27 | Add the user settings icon, with a popup box | Cam Jackson | |
2015-11-09 | template user's email address into title | sw00 | |
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-05 | Removed "loading..." from the UI | Bruno 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-22 | Added foundation initialization to usemin tag #462 | Bruno Wagner | |
2015-09-15 | Add git revision to web-ui on build | Folker 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-14 | Making the logo also toggle the sidenav | Gabriel Albo | |
2015-04-13 | Removed last traces of progress bar | Bruno Wagner | |
2015-04-07 | Re-adding the logo in svg to try to get it fixed on try, staging and dev. | Gabriel Albo | |
2015-04-07 | Changing middle pane background color and removing the svg logo | Gabriel Albo | |
2015-04-01 | Attempting 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-04 | Alexandre/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-03 | Fixing tag visibility toggle | Gabriel Albo | |
2015-03-02 | Fixing the sidenav close toggle | Gabriel Albo | |
2015-02-27 | Using 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 collaped | Gabriel Albo | |
2015-02-19 | #239 Avoid pushing window state when clicking the menu sandwich | Alexandre Pretto Nunes | |
2015-02-19 | #239 Adding full logo and styling it | Gabriel Albo | |
2015-02-19 | #239 Remove old shortcut bar | Alexandre Pretto Nunes | |
2015-02-19 | #239 Move logo to sidebar nav | Alexandre Pretto Nunes | |
2015-02-19 | #239 Move toggle to sidebar nav (with js hack) | Alexandre Pretto Nunes | |
2015-02-19 | #239 Remove tags shortcuts | Alexandre Pretto Nunes | |
2015-02-19 | #239 make sidenav always partially visible | Alexandre Pretto Nunes | |
2015-02-02 | Issue #242 always check for logout enabled when rendering button. | Lisa Junger | |
- fixed problems with multiple toggles. |