Commit graph

184 commits

Author SHA1 Message Date
QiiLin
53b58c0ad7
Merge pull request #8 from CSCD01/issue-1624-ui
Issue 1624 ui
2020-03-11 13:05:52 -04:00
QiiLin
e5653a0b6e update wording 2020-03-11 12:18:28 -04:00
QiiLin
75045a0ba9 update confirm 2020-03-11 11:08:06 -04:00
joey
23d9e75891 fixed that delete keycode is wrong issue 2020-03-10 21:58:55 -04:00
joey
496257e3ce made deleteHandler and updateDeleteButton private 2020-03-10 16:32:09 -04:00
joey
976dd35810 cleaned up the comments 2020-03-09 19:21:11 -04:00
joey
61189ac11a fixed containers are selection, then can't delete single by clicking iron issues 2020-03-09 19:15:04 -04:00
joey
703afe75aa cleaned up console logs 2020-03-09 18:37:23 -04:00
joey
4a1f9ada67 made the delete button shows once selected, hides otherwise 2020-03-09 18:35:32 -04:00
joey
2c3c95965d added important to highlight css 2020-03-09 13:55:49 -04:00
joey
f59d6cdc2c added delete and backspace key press as delete as well 2020-03-09 13:37:24 -04:00
joey
ed7698f458 fixed if no container is selected, shift shouldn't work issue 2020-03-09 13:19:00 -04:00
joey
f82fd5f519 fixed if last click is null, shift click crashed issue 2020-03-09 12:57:27 -04:00
joey
69beb7ae40 fixed that deletion calcel and exit edit mode doesn't reset selection error 2020-03-09 12:52:17 -04:00
joey
e1af7c3a33 added highlight 2020-03-09 12:35:51 -04:00
joey
1f6b60c07c refactor the logic of multi select 2020-03-09 11:01:16 -04:00
joey
c12968fac2 implemented multi selection with simple switch key press but without highlighting 2020-03-09 01:23:20 -04:00
joey
ca01177e7f cleared up the code 2020-03-08 23:10:09 -04:00
joey
4592a91cdf implemented logic for deleting multiple selected containers and hidden the delete button if no one is selected 2020-03-08 22:53:15 -04:00
QiiLin
cd8ae50c60 update confirm page 2020-03-08 18:00:01 -04:00
Kendall Werts
358551feda Made selector for keyboard shortcuts more specific to fix #1666
Bumped version for release
2020-02-28 10:19:42 -06:00
Kendall Werts
5bbf902b47 fix for #1656, #1643, and #1637
removes enter key listener in favor of focus highlighting to notify user that there
is keyboard navigation available for the onboarding panels. (enter key listener was added
 as keyboard navication for onboarding panels).

bumped version
2020-02-26 17:16:45 -06:00
Kendall Werts
8172f291dd bumped version 2020-02-13 17:26:31 -06:00
Kendall Werts
9e12014c07 Fix for #1632: Pinned tabs cannot be loaded as 'discarded' 2020-02-13 16:54:18 -06:00
Kendall Werts
00ace352e8 upped version and added action badge 2020-02-10 17:09:20 -06:00
Kendall Werts
8cdfe0191f fixed url for syn setup 2020-02-10 16:55:48 -06:00
Kendall Werts
4bc6fad83a added second onboarding panel 2020-02-10 15:19:41 -06:00
Kendall Werts
06b43c47c0 added new oboarding panel 2020-02-10 12:38:45 -06:00
Kendall Werts
7ed5085f10 changed window attachment of sync to be more clear 2020-02-10 12:38:17 -06:00
Kendall Werts
c300751958 moved test to mocha tests 2020-02-06 11:58:53 -06:00
Kendall Werts
e6f5bf76c2
Merge pull request #1 from stoically/sync-tests
Add sync tests to mocha suite
2020-02-03 11:25:31 -06:00
Kendall Werts
88d8edce7e fixed initial container sync entry dupe 2020-01-29 21:54:04 -06:00
stoically
419be23c9c
Add sync tests to mocha suite 2020-01-28 11:33:20 +01:00
Kendall Werts
d7b1e7274f verison bump for beta 2020-01-24 17:18:31 -06:00
Kendall Werts
53baee1d5c swapped cookieStoreId and storekey 2020-01-24 17:02:29 -06:00
Kendall Werts
0447e54b1c review fedback 2020-01-23 13:47:56 -06:00
Kendall Werts
5b8cfa14ae Update src/js/background/sync.js
Co-Authored-By: Jonathan Kingston <jonathan@jooped.co.uk>
2020-01-23 13:47:56 -06:00
Kendall Werts
d35712e9f9 Update src/js/background/sync.js
Co-Authored-By: Jonathan Kingston <jonathan@jooped.co.uk>
2020-01-23 13:47:56 -06:00
Kendall Werts
f981200921 Update src/js/background/identityState.js
Co-Authored-By: Jonathan Kingston <jonathan@jooped.co.uk>
2020-01-23 13:47:56 -06:00
Kendall Werts
85c403bef5 made some suggested changes 2020-01-23 13:47:45 -06:00
Kendall Werts
268c638508 added onboarding panel 2020-01-23 00:27:05 -06:00
Kendall Werts
61b5c2e4b2 updated tests to match new formatting" 2020-01-22 23:50:19 -06:00
Kendall Werts
3aa2902cde added on/off switch and expiration date on instanceKeys in sync
on/off is in settings.
when instanceKey date is 30 days old, it is deleted

fixed bug
2020-01-22 22:46:36 -06:00
Kendall Werts
d7b66eca52 added key to sync for each install of MAC.
Keeps a list of installed identities and site assignments of reach MAC install
2020-01-22 10:57:27 -06:00
Kendall Werts
60bfdffdd6 fixed race condition while upgrading containers and site assignments. 2020-01-15 16:54:24 -06:00
Kendall Werts
d7c0a3d9e1 Fixed infinite loop in updating uuid for identities. 2020-01-15 10:03:40 -06:00
Kendall Werts
a7d3d6d848 fixed linting 2020-01-14 11:21:19 -06:00
Kendall Werts
26028cac20 added UUIDs of containers to site assignments 2020-01-14 11:21:09 -06:00
Kendall Werts
33909d147a fixed cookiestoreIDmap 2020-01-14 11:21:09 -06:00
Kendall Werts
10d08f2ac9 changed confusing language on sync data check 2020-01-14 11:21:09 -06:00