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 |
|
Samuel Crypto
|
1a825ac507
|
little modification
|
2019-10-04 12:25:31 -04:00 |
|
Samuel Crypto
|
66cde07135
|
Created Utils.DEFAULT_PROXY and referenced it everywhere
|
2019-10-04 11:31:31 -04:00 |
|
Samuel Crypto
|
0e8653129a
|
Added mildly useful error messages for console in popup.js
|
2019-10-04 11:31:30 -04:00 |
|
Jonathan Kingston
|
ef036c107a
|
Update assignment of panel proxy DOM element to use templates
Co-Authored-By: samuel-crypto <33577612+samuel-crypto@users.noreply.github.com>
|
2019-10-04 11:31:30 -04:00 |
|
Samuel Crypto
|
3a0af38900
|
Replaced window with global and modified eslintrc
|
2019-10-04 11:31:30 -04:00 |
|
Samuel Crypto
|
70511e2722
|
Added space after // everywhere where relevant
|
2019-10-04 11:31:30 -04:00 |
|
Samuel Crypto
|
34bde83067
|
Fixed problem where creating a new container did not correctly associate the proxy entered with it
|
2019-10-04 11:31:30 -04:00 |
|
Samuel Crypto
|
0a864f0cf3
|
Fixed weird problem after code lint modifications
|
2019-10-04 11:31:30 -04:00 |
|
Samuel Crypto
|
e3531fb7b5
|
Fixed lint JS errors
|
2019-10-04 11:31:30 -04:00 |
|
Samuel Crypto
|
067843c4b9
|
Integrated the proxified-containers.js logic into relevant files without direct proxifying yet
|
2019-10-04 11:31:30 -04: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 |
|
Charles Renwick
|
30e5a27eb4
|
Fixes #1084.
Before opening a container with the `1-9` shortcut, it ensures that the current pannel is the "containersList"
|
2018-01-26 13:44:46 -05:00 |
|
Jonathan Kingston
|
d944116e3e
|
Move to a Web Extension only. Fixes #1005
|
2017-12-05 19:06:13 +00:00 |
|