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
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
0447e54b1c
review fedback
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
5ae7a395a1
added some checks on sync and some error handling for bad site assignment info
2020-01-14 11:21:00 -06:00
Kendall Werts
9de6df6157
fixed bug that was showing all assigned site in the create new container panel
2020-01-14 11:20:51 -06:00
stoically
426e81b88b
Fix eslint errors after bump to 6.6.0 ( #1595 )
...
* Bump eslint from 3.19.0 to 6.6.0
Bumps [eslint](https://github.com/eslint/eslint ) from 3.19.0 to 6.6.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v3.19.0...v6.6.0 )
Signed-off-by: dependabot[bot] <support@github.com>
* Fix (and suppress) eslint errors
2019-12-18 09:02:02 +01:00
Dalia Nahol
3284bfd7f3
Merge branch 'master' into 1538-onboarding
2019-10-25 10:56:06 -07:00
Dalia Nahol
f40fd82518
Merge branch 'master' into 1009-arrows
2019-10-24 20:32:09 -07:00
dnahol
ef894d847e
merge upstream commit 'remove HTML entities from tooltip'
2019-10-24 20:25:47 -07:00
dnahol
1133d48103
left arrow now works without changing focus in right arrow case
2019-10-24 14:02:28 -07:00
dnahol
29a0277398
change getCurrentPanel to getCurrentPanelElement
2019-10-24 10:17:32 -07:00
dnahol
2cddbefb63
added keyboard nav to onboarding popups
2019-10-18 13:47:54 -07:00
dnahol
dae376500b
added right and left arrow shortcuts for container submenu tabs
...
change focus to whole panel element after right arrow press, allows navigation without pressing tab
2019-10-18 00:08:51 -07:00
Jo IE
f33b3b39c0
remove HTML entities from tooltip
2019-10-07 18:02:40 +01:00
Kendall Werts
21b7386a94
probably a better solution than using a timeout
2019-08-28 08:39:53 -05:00
Kendall Werts
529b9bb482
forgot a semicolon
2019-08-27 12:22:25 -05:00
Kendall Werts
3adb333022
solving linter issue without breaking the fix.
2019-08-27 11:54:16 -05:00
Kendall Werts
46349e1a70
linted
2019-08-27 10:42:58 -05:00
Kendall Werts
bbe655d879
fixed first panel issue
2019-08-26 17:06:48 -05:00
Kendall Werts
7cbace9cc9
fix for #766 issues with display in overflow menu
2019-08-26 14:47:02 -05:00
Kendall Werts
4d42a74e66
Added class to empty div as requested
2019-08-06 20:39:46 -05:00
Kendall Werts
76f7a64cb8
fixed favicon url
2019-07-26 08:50:22 -05:00
Kendall Werts
1af8cf8222
fix for issue #1314
2019-07-25 13:38:17 -05:00
ctgardner
639399925c
Refactor async anonymous functions into arrow functions
...
- fixes #972
2019-05-07 02:23:00 +01:00
Shivangi Kakkar
b4c2da5474
Merge branch 'master' into fixes-168
2019-01-11 10:33:54 +09:00
shivangikakkar
6d7086d541
added functions and cosmetic changes
2019-01-11 09:25:00 +09:00