Commit graph

52 commits

Author SHA1 Message Date
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
shivangikakkar
db0dba66b2 dynamically added close image icon in the title column 2019-01-11 04:06:08 +09:00
shivangikakkar
5b58168999 Refactored the logic to form warning message 2019-01-07 23:08:59 +00:00
mingchia-andy-liu
66a9116524 Fix delete warning message #1051
- Include the number of tabs that will be closed when container is deleted
- Insert the warning message to the `span` tag that was originally there
2019-01-07 23:08:59 +00:00
shivangikakkar
8af4c36fd0 removing inline css 2018-10-29 16:32:10 +05:30
shivangikakkar
abc4e0cdcf review changes 2018-10-23 15:13:41 +05:30
Jonathan Kingston
5813621fb9 Remove badge background error. Fixes #1293 2018-10-21 21:25:55 +01:00
Jonathan Kingston
220b902144
Merge pull request #1275 from ShivangiKakkar/fixes-256
#256 disables edit-container button when no container is present
2018-10-21 19:45:44 +01:00
shivangikakkar
c15eee22c6 implemented remove individual tabs just for visible state 2018-10-21 23:24:18 +05:30
shivangikakkar
dcc3b76cda simplifying the solution 2018-10-21 17:12:56 +05:30
shivangikakkar
752d18ffca prevent event handler when edit containers disabled 2018-10-18 21:33:48 +05:30
Jonathan Kingston
884e419a7c
Merge pull request #1265 from ShivangiKakkar/fixes-1028
#1028 resolves focus name field on opening new container sub-panel
2018-10-02 18:18:05 +01:00
shivangikakkar
d7586dd4c2 resolves #256 disables edit-container button when no container is present
resolve lint errors

review changes
2018-10-01 00:01:50 +05:30
shivangikakkar
aada0419eb removing event loop and using requestAnimationFrame 2018-09-30 18:17:01 +05:30
shivangikakkar
1ea04587d9 resolves lint errors 2018-09-25 17:47:17 +05:30
shivangikakkar
bfdbd8199f fixes-168, added ability to close a tab individually 2018-09-25 00:21:46 +05:30
shivangikakkar
fe0810b048 restructuring the code acc to the review 2018-09-23 00:42:43 +05:30
shivangikakkar
e1c1ac4bd9 adds back the unnecessarily removed new line 2018-09-21 14:31:54 +05:30
shivangikakkar
7f7f221a79 fix-#1028 resolves focus name field on opening new container sub-panel 2018-09-21 14:04:43 +05:30
shivangikakkar
e57c556427 review changes 2018-09-20 23:40:22 +05:30
shivangikakkar
dd57158ab5 #885 disables move tab to a new window when only one tab is opened 2018-09-20 21:34:19 +05:30