Commit graph

97 commits

Author SHA1 Message Date
Nick Krichevsky
bbe24ece06 Fixing sizing on filterInput 2015-02-26 09:09:24 -05:00
Nick Krichevsky
08c4bf588e Fix bug where scrolling wouldn't work, resolves issue #6 2015-02-26 09:06:20 -05:00
Nick Krichevsky
ac1a5ff6e4 Fix bug where the window wouldn't highlight after going back up to the search box 2015-02-25 11:21:48 -05:00
Nick Krichevsky
8e95ef4474 Change storage.clear to storage.remove('windows') 2015-02-24 22:02:13 -05:00
Nick Krichevsky
4aaadb4ad0 Scroll down when scrolled below an element and down is pressed, resolves issue #2 2015-02-24 12:34:49 -05:00
Nick Krichevsky
b2a7117045 Make spacing changes, make text left bearing 2015-02-23 22:40:15 -05:00
Nick Krichevsky
cfa0b6cb0d Move pin button to right of favicon 2015-02-23 21:39:40 -05:00
Nick Krichevsky
24f5d6c44b Minor spacing changes 2015-02-23 21:15:37 -05:00
Nick Krichevsky
82d27f8d15 Remove margin on body 2015-02-23 20:52:49 -05:00
Nick Krichevsky
e6e4188910 Minor color change on dark mode 2015-02-23 20:51:04 -05:00
Nick Krichevsky
f541002a5b Add light mode to css 2015-02-23 20:50:32 -05:00
Nick Krichevsky
642476bbef Major stylistic changes, including a dark mode. 2015-02-23 20:07:53 -05:00
Nick Krichevsky
5ab189f880 Revert "Add tiling of elements with an alt tag"
This reverts commit 86c8c10419.
2015-02-23 17:59:42 -05:00
Nick Krichevsky
081fe28406 Add feature where if searching, pressing enter will go to the first result 2015-02-23 14:41:36 -05:00
Nick Krichevsky
cf4b0bf7b8 Fix bug where the first tab could not be pinned or closed 2015-02-23 14:35:17 -05:00
Nick Krichevsky
86c8c10419 Add tiling of elements with an alt tag 2015-02-23 14:25:18 -05:00
Nick Krichevsky
0cd123b3dd Add page down and page up support for traversing windows 2015-02-23 14:14:53 -05:00
Nick Krichevsky
b18bb3b610 Divide window height by two when scrolling down with shift 2015-02-23 14:08:40 -05:00
Nick Krichevsky
7dee3a638a Add window traversing by holdign shift and pressing up 2015-02-23 14:08:14 -05:00
Nick Krichevsky
648bb0478c Add window traversing by holding shift and pressing down 2015-02-23 10:32:41 -05:00
Nick Krichevsky
5585028fa8 Add keyboard shortcut for renaming windows 2015-02-23 08:21:05 -05:00
Nick Krichevsky
0379300e1c Refactor scrolling down to avoid chopping off of elements 2015-02-22 23:16:17 -05:00
Nick Krichevsky
03d4fd9a95 Make sure a window isn't selected when C or P is pressed 2015-02-22 21:18:46 -05:00
Nick Krichevsky
b2432607fc Add shortcut for searching 2015-02-22 21:17:06 -05:00
Nick Krichevsky
4c4ec95e51 Add some comments on the workarounds 2015-02-22 21:01:29 -05:00
Nick Krichevsky
4da0721020 Add workaround for hovering above/below the close/pin buttons 2015-02-22 20:59:33 -05:00
Nick Krichevsky
d96aa9871a Replace onClick with addEventListener 2015-02-22 20:32:44 -05:00
Nick Krichevsky
5d41c4f412 Minor centering changes 2015-02-22 20:16:48 -05:00
Nick Krichevsky
d685533781 Make buttons slightly larger 2015-02-22 20:08:28 -05:00
Nick Krichevsky
7dbf4bf4e1 Add workaround for clicking above/below the close/pin buttons 2015-02-22 19:33:59 -05:00
Nick Krichevsky
be9bdef3f8 Replace mainList window queries with a prepopulated list of windows 2015-02-22 16:51:47 -05:00
Nick Krichevsky
23da77d9f1 fix bug where pressing enter would throw an error 2015-02-22 16:31:02 -05:00
Nick Krichevsky
91806dd3c9 Rework Arrow key traversing in order to allow for selections of windows 2015-02-22 16:27:55 -05:00
Nick Krichevsky
b1b46f275e Fix bug where tabWord wouldn't change to singular 2015-02-22 12:28:48 -05:00
Nick Krichevsky
d93d832309 Add selection of name upon double click 2015-02-22 11:38:07 -05:00
Nick Krichevsky
73e4d58704 Add checks for window being normal in window.onCreate 2015-02-22 11:29:10 -05:00
Nick Krichevsky
26f75b85fa Rework window filtering to actually use filter 2015-02-21 21:54:30 -05:00
Nick Krichevsky
3520b84d83 Add communication in order to rememdy bug where window names were overwritten 2015-02-21 21:39:21 -05:00
Nick Krichevsky
b66398a4b0 Add scrolling 2015-02-21 21:24:51 -05:00
Nick Krichevsky
5857b65fe5 Fix bug where searching could close or pin tabs 2015-02-21 14:17:17 -05:00
Nick Krichevsky
bdaa952901 Add window renaming 2015-02-21 14:13:23 -05:00
Nick Krichevsky
29f786e4a6 Add windowId to it's corresponding li 2015-02-21 13:24:20 -05:00
Nick Krichevsky
f97a01268d Fix bug where tabs would disappear when pinning and searching 2015-02-21 13:18:55 -05:00
Nick Krichevsky
a3b71477c2 Add search of urls 2015-02-20 21:35:59 -05:00
Nick Krichevsky
2043c6a9a8 Add pinning support for keyHover 2015-02-20 20:29:32 -05:00
Nick Krichevsky
f72a8d7916 Fix bug where tabs couldn't be repinned 2015-02-20 20:20:17 -05:00
Nick Krichevsky
a86555ec3f Fix bug where tabs wouldn't move after closing popup 2015-02-20 20:17:31 -05:00
Nick Krichevsky
0334e0934e Fix bug where tabs wouldn't move in window on pin 2015-02-20 20:16:09 -05:00
Nick Krichevsky
e954954f13 Fix typo in background.js 2015-02-20 16:51:26 -05:00
Nick Krichevsky
0991d756c9 Add keyboard shortcut for pinning 2015-02-20 13:54:03 -05:00