Commit graph

116 commits

Author SHA1 Message Date
Jonathan Kingston
ea330b2060 Fix submission of edit form by enter key. Fixes #341~ 2017-03-09 00:22:26 +00:00
groovecoder
f465bac16e 1.0 🎉 2017-02-27 16:03:12 -06:00
luke crouch
00f3d6479a Merge pull request #276 from mozilla/disable-move-242
for #242: disable move when incompatible add-ons detected
2017-02-27 15:19:54 -06:00
groovecoder
9cc8d2be73 for #242: disable move when incompatible add-ons detected 2017-02-27 15:12:36 -06:00
Jonathan Kingston
6f15f60b14 Add overflow for container name to prevent UI from overflowing. Fixes #240 2017-02-27 20:36:22 +00:00
groovecoder
cfc224839a 0.9.5 2017-02-24 08:52:57 -08:00
groovecoder
70819e7b4b fix #162: bin/build-addon.sh automates txp deploys 2017-02-22 17:20:37 -08:00
groovecoder
b8bbb149d3 0.9.3 2017-02-21 23:05:03 -06:00
Jonathan Kingston
962fc5fce4 Bump min version requirement to 51 2017-02-22 00:50:10 +00:00
John Gruen
89eeb4741a Merge branch 'master' into fingerprint-famous 2017-02-21 16:55:51 -05:00
Jonathan Kingston
92d2c42b4f Putting back fingerprint icon back in place. 2017-02-21 20:52:23 +00:00
John Gruen
b3e5ce6d7b add four moreicons 2017-02-21 19:25:51 +00:00
Jonathan Kingston
d6c1b7e070 Fixing accessibility of edit containers radio buttons. Fixes #223 2017-02-21 18:51:48 +00:00
Jonathan Kingston
e41b018e37 Make container popup colours match other areas. 2017-02-21 18:50:59 +00:00
groovecoder
c64c945e2c version 0.9.2 2017-02-21 10:51:41 -06:00
groovecoder
4cd565e2c8 .jpmignore .xpis; updateURL in package.json; 0.9.2 2017-02-21 10:50:49 -06:00
John Gruen
9789821622 clean up container icons 2017-02-21 01:54:03 +00:00
John Gruen
ad17a9db63 make version three digits 2017-02-20 19:00:57 -05:00
groovecoder
5a177e0acf bump version to 0.9 getting close to release 2017-02-20 13:15:43 -06:00
groovecoder
708c96e1ac 0.0.5 version bump 2017-02-20 07:50:52 -06:00
luke crouch
5889b10c50 Merge pull request #204 from mozilla/restyle-popup
Clean up panel for launch
2017-02-19 19:08:19 -06:00
John Gruen
060cb128f4 WIP: clean up panel for launch 2017-02-19 16:46:35 -05:00
Andrea Marchesini
4600d50dc7 Merge pull request #214 from bakulf/openTab
Open tab should show the hidden tabs first
2017-02-19 18:47:00 +01:00
baku
fbdaeb3021 Open tab should show the hidden tabs first 2017-02-18 21:57:14 +01:00
groovecoder
a60cec3df6 fix #194: the real update_url 2017-02-17 09:52:21 -06:00
luke crouch
a5d263549b fix #194: fix update_url (#196) 2017-02-17 02:11:50 +00:00
groovecoder
6c8bee7867 version bump to 0.0.4 2017-02-16 15:41:59 -06:00
Jonathan Kingston
82d051c858 Fixing issues for edit screen on Linux. Fixes #157 (#166) 2017-02-16 16:17:15 +00:00
Jonathan Kingston
20533b8774 Popup hover and clickable area changes. Fixes #120 2017-02-15 18:04:10 +00:00
groovecoder
2f7edca0f0 for #117: add edit-containers event 2017-02-14 10:21:14 -06:00
groovecoder
6301fa96e3 for #117 open-tab event 2017-02-14 09:46:50 -06:00
Jonathan Kingston
825e1ee8fc Making all favicons the same size even if there isn't one. Making non clickable links in the tab list greyed out. Fixes #147 2017-02-13 16:07:00 +00:00
groovecoder
d152988182 version bump to 0.0.2 for fresh signing 2017-02-09 13:55:17 -06:00
groovecoder
2553b254cf fix #141: container-name class truncate long names 2017-02-07 13:30:36 -06:00
luke crouch
6e6ca02f4c fix #142: disable arrow if container has no tabs (#153) 2017-02-07 17:15:54 +00:00
baku
671011dac0 Correct remove method for tabs #145 2017-02-03 18:57:46 +01:00
groovecoder
8087f59a53 fix stylelint issues elsewhere in code 2017-02-02 14:28:06 -06:00
luke crouch
85e211a14b for #94, for #95: more ui updates (#129)
* for #94, for #95: more ui updates

* fix #95: fix "name" input; inset the panel shadow
2017-02-02 18:59:23 +00:00
Andrea Marchesini
a8d343bd7b Merge pull request #133 from bakulf/pb
Addon enabled when PB is by default
2017-02-01 23:18:24 +01:00
luke crouch
9b54f56540 Merge pull request #122 from mozilla/onboarding-v2-20
for #20: start 3rd onboarding panel; update images
2017-02-01 14:41:36 -06:00
baku
b647d24db5 Addon enabled when PB is by default 2017-02-01 08:10:49 +01:00
Peter deHaan
8fde0c1337 Fix ESLint indent errors 2017-01-31 09:41:15 -08:00
groovecoder
a2ff39c61c for #20: optimize images 2017-01-31 09:40:29 -06:00
baku
152cd27c3f Disable popup if in PrivateBrowsing #124 2017-01-31 08:41:34 +01:00
groovecoder
41990a9775 fix #20: additional onboarding styles 2017-01-30 15:11:11 -06:00
groovecoder
670a081f8a for #20: start 3rd onboarding panel; update images 2017-01-30 11:10:47 -06:00
Jonathan Kingston
71001050b4 Adding in CSS and HTML linting. Fixes 72 2017-01-30 16:02:26 +00:00
Andrea Marchesini
3f31f17781 Merge pull request #100 from bakulf/ui
Plus panel - WIP
2017-01-23 09:38:20 +01:00
baku
bed0a23c78 Refresh of container icon+name into the awesome bar 2017-01-22 18:44:26 +01:00
baku
72ec2a5731 Debug messages removed 2017-01-22 17:35:52 +01:00