summaryrefslogtreecommitdiff
path: root/web-ui/app/scss
AgeCommit message (Collapse)Author
2017-08-02[feat] use whisk icon for mixnetsHEADmasterRuben Pollan
2017-08-02[feat] Display mixnet status on outgoing emailsRuben Pollan
2017-07-27[feat] display the mixnet status on incomming emailsRuben Pollan
Add support for X-Leap-Mixnet header.
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.
2017-02-08[#922] Create footerAnike Arni
with @tayanefernandes
2017-02-07[#922] Refactoring react folder structureTayane Fernandes
with @anikarni
2017-02-06[#922] Add back linkTayane Fernandes
with @anikarni
2017-02-06[#922] Make backup page responsive for big devicesTayane Fernandes
with @anikarni
2017-02-06[#922] Adds text field and button to pageAnike Arni
with @tayanefernandes
2017-02-03[#922] Creates container in backup account pageAnike Arni
with @tayanefernandes
2017-02-03[#922] Adds css to account recoveryAnike Arni
with @tayanefernandes
2017-02-01Add spinner before loading an email or draftTayane Fernandes
related with #657 with @tuliocasagrande
2017-01-20Adjusts to ellipsis work correctly in mail listAnna Cruz
2017-01-19[#828] Changes color and size of tooltipThais Siqueira
with @tayanefernandes
2017-01-19[#828] Adds tooltips for encrypt and sign labelsThais Siqueira
We added a tooltip on the "encrypted" and "signed" label to inform the user what these flags mean. And we did some refactoring. With @tayanefernandes
2016-12-19[#847] Fixes the "Body" placeholder issue that isn't moving to body when clickedTayane Fernandes
The hidden label was overlapping the placeholder and this was preventing the user to click
2016-12-14[#845] Removes transparency from tag suggestionsAnike Arni
With @thaissiqueira.
2016-12-14[#845] Remove spacing between tag input and sugestionsAnike Arni
with @thaissiqueira
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-11-23[#722] Changed color for the email list and action buttonsTayane Fernandes
2016-11-23[#824] Add a border to the attachment button to make easy for mobile users ↵Tayane Fernandes
that it is a button
2016-11-16[#811] Fix the cursor pointer for the attachment iconTayane Fernandes
2016-11-10[#816] Improve the recipient suggestion readbilityTayane Fernandes
2016-11-10[#716] Increase padlock icons font-size and fix alignmentTayane Fernandes
2016-09-29[#716] Remove duplicated recipient mixinTayane Fernandes
It is also part of #646.
2016-09-29[#716] Increase padlock icons font-sizeTayane Fernandes
2016-09-28[#721] Improve tag label color and sizeTayane Fernandes
2016-07-07Issue #742: Change Open Padlock iconFelix Hammerl
2016-07-07Merge pull request #748 from belimawr/issue/741Felix Hammerl
Compose now is a HTML Button
2016-07-07Merge pull request #745 from belimawr/issue/715Felix Hammerl
Changing icon size and margin
2016-07-07Really make whole mail item clickableChristian Treppo
So far the mail item had some padding applied to it on all sides, inside this padding area the item was not clickable, even though the cursor changed to a pointer. By moving the padding into the <a> tag, the whole element becomes clickable and opens the email. fixes #743
2016-07-06Compose now is a HTML ButtonTiago Queiroz
2016-07-06Make whole mail item without tags clickableChristian Treppo
fixes #743 For mail items without tags the link to open the mail is not expanded, therefore it has to be done via CSS
2016-07-06Chancing icon size and marginTiago Queiroz
2016-06-29exchanged paper-plane icon for sent icon, fixes #717repat
2016-06-28Added remaining translations stringsTulio Casagrande
2016-05-04Remove unused empty fileFelix Hammerl
2016-04-29Issue #679: Fix CSS and markup for attachmentsFelix Hammerl
2016-04-14Issue #670: Fix custom tag unread countFelix Hammerl
2016-04-14Issue #670: Move unread count to templateFelix Hammerl
2016-04-13Re-apply changes from 373c9e0Felix Hammerl
2016-04-13Issue #670: Split up _styles.scssFelix Hammerl
2016-04-13Issue #670: Move attachment button to compose-viewFelix Hammerl
2016-04-13Issue #670: Remove utility class from _styles.scssFelix Hammerl
2016-04-13Issue #670: Move reply view to composeOFelix Hammerl
2016-04-13Issue #670: Move .hidden to _others.scssFelix Hammerl
2016-04-13Issue #670: inline list-actions mixinFelix Hammerl
2016-04-07Issue #292: put labels on user pub key and emailCaio Carrara
Since we need always think about our defined personas, it's important to describe properly the information we put on user interface. This aspect is more important when we need to show some non trivial information as the public key fingerprint. So, this change adds label for both info on user "settings" box, email and public user fingerprint.
2016-04-06Revert "Remove special chars to validate pipeline failing"Christoph Kluenter
This reverts commit 07d7476ac6b7a5ddcb0a8ab79e18caf2c8f7b35b.