David Cormier
38ac95c863
Merge pull request #122 from lorenzhs/fixfavico
...
Fix Favico
12 years ago
David Cormier
2835a2deef
Merge pull request #120 from lorenzhs/debugbutton
...
Non-layout-killing debug button ("count watchers")
12 years ago
David Cormier
0e4c38fbd8
Merge pull request #121 from lorenzhs/update
...
Update third party libs
12 years ago
David Cormier
02ae50a7fa
Merge pull request #118 from lorenzhs/cssindent
...
Do channel indendation in CSS.
12 years ago
Lorenz H-S
cbd5d145dc
Fix Favico
...
Use one favico instance which is dynamically modified
This uses a feature that is not yet part of the latest favico.js release, and needs
a fix that isn't even merged yet. Both are included in commit
8e624ba7f0
12 years ago
Lorenz H-S
8e624ba7f0
Update favico.js to beyond bleeding edge
12 years ago
Lorenz H-S
0ae4d388ff
Non-layout-killing debug button ("count watchers")
12 years ago
Lorenz H-S
f0fe8be18a
Do channel indendation in CSS.
...
Fixes the issue with new query buffers' titles not being shown.
Doesn't introduce any new watchers
12 years ago
Lorenz H-S
8bbff0ab16
Switch to newer and minified bindonce.js
...
https://github.com/Pasvaz/bindonce
12 years ago
David Cormier
1bf6f98bde
Add missing () to constructor
12 years ago
Tor Hveem
c34192aace
Switch to most recent version of bootstrap
12 years ago
Tor Hveem
f3a8dc21b6
Enable add to homescreen for android chrome and IOS
12 years ago
Tor Hveem
a93c3c67ad
More icon sizes, try to fix manifests
12 years ago
Tor Hveem
b289fc472f
Newer angular, fix broken merge
12 years ago
Tor Hveem
3879e07e46
Fix Favico
12 years ago
Tor Hveem
15995bde92
Revert "Add Dockerfile"
...
This reverts commit 74ada29e305ac46672ec87b99bf38091637da506.
12 years ago
Tor Hveem
0a4ca02ad7
Fix overflowing of title into actions
12 years ago
Tor Hveem
37dbd0bbe7
topbar and css fixes
12 years ago
Tor Hveem
f9ba30f102
Collapsable sidebar for mobile sized screens
12 years ago
David Cormier
51e01ec6d4
Add missing semicolons
12 years ago
Tor Hveem
a3eaec9206
Add Dockerfile
12 years ago
Lorenz H-S
f66623db9b
Improve mobile layout
...
* more densely packed channel switching buttons (increased their size to better match android design guidelines)
* disable zooming
* disable scrolling to the side
12 years ago
Tor Hveem
74a69a5e11
Consume less space on mobile
12 years ago
Lorenz H-S
9b755be7fd
Improve mobile layout
...
* more densely packed channel switching buttons (increased their size to better match android design guidelines)
* disable zooming
* disable scrolling to the side
12 years ago
Tor Hveem
f7e0001ca3
Consume less space on mobile
12 years ago
Tor Hveem
0bd443715a
Remove autofocus since it is very mobile unfriendly
12 years ago
Tor Hveem
928cd034e7
Improve feedback
12 years ago
David Cormier
264148b6e6
Merge pull request #116 from lorenzhs/youtubeSSL
...
embed youtube over SSL
12 years ago
Lorenz H-S
5ad01dac81
embed youtube over SSL
12 years ago
David Cormier
ce37e66a15
Merge pull request #109 from lorenzhs/scrolling
...
Improve scrolling
12 years ago
David Cormier
222419cdcc
Merge pull request #113 from lorenzhs/reduceWatchers
...
Reduce number of watchers
12 years ago
David Cormier
a6181df7e6
Merge pull request #110 from lorenzhs/compression
...
Making compression optional was a stupid idea. Revert.
12 years ago
Lorenz H-S
b88b046222
Bind bufferlist only once where possible
12 years ago
Lorenz H-S
f38c4b020e
Fix scrolling behaviour for good (?)
12 years ago
Lorenz H-S
cd6362c70e
add source map for inflate.js
12 years ago
Lorenz H-S
42d993be78
Fix timestamp hiding/showing
...
Fixes #105
12 years ago
Lorenz H-S
9b89341b74
Fix comment so my completion doesn't suggest rootscope instead of rootScope
12 years ago
Lorenz H-S
5ac2d6dce1
Reduce number of watchers by one per line by removing broken watcher
12 years ago
Lorenz H-S
0a32aab309
Bind nicklist only once
...
this only refers to each entry of the nicklist, which will never change, as ng-repeat takes care of that.
12 years ago
Lorenz H-S
fe0c070a6c
Only scroll when at the bottom of the buffer
...
I think this behaviour is a lot more natural. Because it no longer "scrolls to bottom", I also renamed it.
12 years ago
Tor Hveem
797be76c95
try to improve scrolling experience
12 years ago
Lorenz H-S
836edf917d
Making compression optional was a stupid idea. Revert.
...
Instead, add a parameter to the connect function that allows disabling compression.
12 years ago
David Cormier
3b2af82d36
Merge pull request #103 from lorenzhs/compression
...
Implement compression
12 years ago
David Cormier
7520eca74e
Merge pull request #102 from lorenzhs/fixembeds
...
Fix content embedding
12 years ago
Lorenz H-S
d1e6bd6698
Add UI support for compression
12 years ago
Lorenz H-S
bf6e92fc24
Implement support for compression (not enabled yet)
12 years ago
Lorenz H-S
2eed56e744
Button captions can be bound once
12 years ago
Lorenz H-S
e5f1d9821a
Fix content embedding
...
there were a few bindonce statements that broke content embedding by removing too many watchers
12 years ago
David Cormier
8f5d06a38a
Merge pull request #101 from lorenzhs/movedeps
...
Move dependencies to a different folder
12 years ago
Lorenz H-S
f67ac87057
Move dependencies to a different folder
...
fixes build :)
12 years ago