Commit graph

172 commits

Author SHA1 Message Date
Oliver Blanthorn
6d2cfee6ac
Make hints a bit prettier 2017-11-09 13:00:19 +00:00
Oliver Blanthorn
4bb6e1de0b
Improve legibility of hint mode 2017-11-09 12:00:22 +00:00
Colin Caine
176941dbe0 newtab: include css 2017-11-09 06:58:48 +00:00
Colin Caine
927e19c818 hinting: First working version
state.ts also reworked into a sexy new machine. Check it out!
2017-11-09 05:44:48 +00:00
Colin Caine
6091c7d0c1 css: Set commandline frame to max z-index
Closes #36
2017-11-07 12:22:12 +00:00
Oliver Blanthorn
e01d34a329
Remove old example CSS, hide URL pop-ups 2017-11-04 18:30:36 +00:00
Oliver Blanthorn
faccc25830
Remove unused css 2017-11-04 18:14:55 +00:00
Colin Caine
ee03e47624 css: Auto-hide top bar. Thanks @aplaice!
See #31.
2017-10-31 00:02:33 +00:00
Anran
20edc42b3e cmdline iframe css refactor 2017-10-29 14:01:09 +00:00
Bzly
577b89a948 Update newtab.html
Blanthorn is bad at things
2017-10-24 14:31:53 +01:00
Oliver Blanthorn
0ab7decb4f
NFA 2017-10-22 16:48:35 +01:00
Oliver Blanthorn
4b4e4cb343
Merge branch 'master' of github.com:cmcaine/tridactyl into newtab 2017-10-22 15:35:23 +01:00
Oliver Blanthorn
f043e6902a
Initial new tab page. Feedback welcomed. 2017-10-22 15:34:27 +01:00
Oliver Blanthorn
7d859c041d
Merge branch 'master' of github.com:cmcaine/tridactyl 2017-10-22 15:25:10 +01:00
Oliver Blanthorn
75f960832f
Make favicons scale with em height 2017-10-22 15:24:56 +01:00
Oliver Blanthorn
3626254139
Fix font on Windows 2017-10-22 11:31:09 +01:00
Oliver Blanthorn
242fcce1c3
Change commandline and completions to look more like Vimperator 2017-10-22 11:08:43 +01:00
Oliver Blanthorn
64da7e6bc3
Move userChrome to static; add another example 2017-10-21 13:46:23 +01:00
Koushien
dca6694c0e
Implement minimal :buffer
* prev tab ('#') isn't always the previously
selected tab, i.e., even if you remotely close
the previously selected tab, since we determine
based on time of last access, we always have a
previous tab as long as there is more than one
tab in the window.

* related, displayed prev tab could be wrong if
user unfocuses commandline, switches tabs via
other means and returns to the already opened
:buffer. Possible solution could be to share the
variable so it is only set when tabs are listed.

* Sometimes favicons initially fail to load but
reappear in the commandline when you switch to
the tab. Appears unrelated to whether the tab
is discarded (unloaded in memory).

* Unsuccessfully adding rules for <a> tags.
Beside incompetence, Firefox might be overriding?
2017-10-14 11:01:32 -07:00
Koushien
49d26dd33d
[WIP] Implement :buffer
Current issue: why is changecompletion writing to
the input field?
2017-10-09 12:09:23 -07:00
Oliver Blanthorn
61d24e918f
Ensure commandline hides even if command deactivates page 2017-10-05 21:38:16 +01:00
Colin Caine
5964430fe1 Convert to es6 modules
Motivation:

 - Most test frameworks expect modules
 - I'm told they're the future

Changes:

 - Every typescript source file is now an es6 module
 - Build system is now webpack (tho rollup makes nicer outputs)
 - Outputs of buildsystem are one js file per entry point (background,
   content, commandline_frame)
 - These bundled js files are generated by traversing the dependency
   graph of each entry point
2017-10-02 01:17:32 +01:00