<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask_thunderbird.git/ui/app/components, branch 0.10rc1</title>
<subtitle>[bitmask_thunderbird] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/'/>
<entry>
<title>[bug] change status on ui too</title>
<updated>2017-08-30T20:18:16+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2017-08-29T15:00:11+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/commit/?id=39a805929dab586ff77752e86f86a980535f97ef'/>
<id>39a805929dab586ff77752e86f86a980535f97ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] update the UI to the new mail.get_token API</title>
<updated>2017-08-24T21:15:21+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2017-07-27T15:01:58+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/commit/?id=36a1e159f3e194ab1ad6db657c8a1fe9a936f5e4'/>
<id>36a1e159f3e194ab1ad6db657c8a1fe9a936f5e4</id>
<content type='text'>
Thanks to @simonft for all the help.

- Resolves: #8980
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to @simonft for all the help.

- Resolves: #8980
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] Add "show" option to modal in confirmation component</title>
<updated>2017-08-08T22:41:46+00:00</updated>
<author>
<name>Simon Fondrie-Teitler</name>
<email>simonft@riseup.net</email>
</author>
<published>2017-05-24T22:47:53+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/commit/?id=bde189698517ea368537974b9878074368797d2f'/>
<id>bde189698517ea368537974b9878074368797d2f</id>
<content type='text'>
Defaults to True. Without it, the confirmation modal doesn't show and
you aren't able to remove a provider from the list.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Defaults to True. Without it, the confirmation modal doesn't show and
you aren't able to remove a provider from the list.
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] fix uri for reporting issues</title>
<updated>2017-07-29T01:10:27+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2017-07-28T22:50:51+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/commit/?id=184e335b50803f6bd2bcedce9fe746dc97c40eb6'/>
<id>184e335b50803f6bd2bcedce9fe746dc97c40eb6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] refactor and add tests for Center and Confirmation</title>
<updated>2017-05-22T11:46:44+00:00</updated>
<author>
<name>Simon Fondrie-Teitler</name>
<email>simonft@riseup.net</email>
</author>
<published>2017-05-19T03:20:16+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/commit/?id=6abb5f1449b582f50796c71bbf20d8e4aac2f4de'/>
<id>6abb5f1449b582f50796c71bbf20d8e4aac2f4de</id>
<content type='text'>
As a couple of initial, example tests, Center and Confirmation were
refactored and tests were set up and added with mocha, enzyme and
chai. Spinner was also refactored.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As a couple of initial, example tests, Center and Confirmation were
refactored and tests were set up and added with mocha, enzyme and
chai. Spinner was also refactored.
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] Don't update VPN status component for wrong domain</title>
<updated>2017-05-19T18:29:57+00:00</updated>
<author>
<name>Simon Fondrie-Teitler</name>
<email>simonft@riseup.net</email>
</author>
<published>2017-05-16T00:16:36+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/commit/?id=feb2818a275830372e452dba7228bfd322f49bf8'/>
<id>feb2818a275830372e452dba7228bfd322f49bf8</id>
<content type='text'>
Previously, if the active VPN was in the connecting state and the VPN
status component for another account was rendered the status for the
new account would show as connecting. This was because it didn't check
the domain returned from the status endpoint when parsing the returned
data and setting "connecting" as the status. We can safely assume that
a non active VPN is in the "down" state, so that's what this commit
does.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, if the active VPN was in the connecting state and the VPN
status component for another account was rendered the status for the
new account would show as connecting. This was because it didn't check
the domain returned from the status endpoint when parsing the returned
data and setting "connecting" as the status. We can safely assume that
a non active VPN is in the "down" state, so that's what this commit
does.
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] fix flex styling for vpn indicator</title>
<updated>2017-05-19T11:09:59+00:00</updated>
<author>
<name>Simon Fondrie-Teitler</name>
<email>simonft@riseup.net</email>
</author>
<published>2017-05-19T03:37:51+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/commit/?id=ee18bba52be78cebf1e34362aafe87f5746587ca'/>
<id>ee18bba52be78cebf1e34362aafe87f5746587ca</id>
<content type='text'>
The version of webkit we're using doesn't understand display: flex,
instead it needs display: -webkit-flex.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The version of webkit we're using doesn't understand display: flex,
instead it needs display: -webkit-flex.
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] add icon to account list indicating account with active VPN</title>
<updated>2017-05-16T12:18:41+00:00</updated>
<author>
<name>Simon Fondrie-Teitler</name>
<email>simonft@riseup.net</email>
</author>
<published>2017-05-15T23:25:24+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/commit/?id=28deb3ba651d7669375c451ca600d6de6ccd1b8f'/>
<id>28deb3ba651d7669375c451ca600d6de6ccd1b8f</id>
<content type='text'>
This adds a lock icon to the account list next to the account with the
currently active VPN. The icon is green if the VPN is connected,
yellow if the VPN is connectiong, and red in any other case.

- Resolves: #8853
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds a lock icon to the account list next to the account with the
currently active VPN. The icon is green if the VPN is connected,
yellow if the VPN is connectiong, and red in any other case.

- Resolves: #8853
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] Go to first open line when enter is pressed</title>
<updated>2017-05-04T14:27:23+00:00</updated>
<author>
<name>Simon Fondrie-Teitler</name>
<email>simonft@riseup.net</email>
</author>
<published>2017-04-27T00:28:27+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/commit/?id=aa8cf504f876182048e1f0e5b72b234b10a7f472'/>
<id>aa8cf504f876182048e1f0e5b72b234b10a7f472</id>
<content type='text'>
When filling out the signup or login pages, and when adding an
additional service provider, the enter key will trigger the submit
action. When on the choose provider page, enter will take you to the
next page.

- Resolves: #8841
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When filling out the signup or login pages, and when adding an
additional service provider, the enter key will trigger the submit
action. When on the choose provider page, enter will take you to the
next page.

- Resolves: #8841
</pre>
</div>
</content>
</entry>
<entry>
<title>[style] wording</title>
<updated>2017-05-04T13:39:40+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2017-05-04T13:39:40+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/commit/?id=89c5bcaba27e655baa7f56e42884d4e066eda230'/>
<id>89c5bcaba27e655baa7f56e42884d4e066eda230</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
