Luke Childs
|
2a12e73cd0
|
Make sure at least onionoo 0.5.1 is used to fix multiple filter bug
|
8 years ago |
Luke Childs
|
6f6b5395f0
|
Add in missing word
|
8 years ago |
Luke Childs
|
e0f89d37cb
|
Only cache service worker for an hour
|
8 years ago |
Luke Childs
|
e32ffad95b
|
Reword intro
|
8 years ago |
Luke Childs
|
bec36c871a
|
Fix menu button overlapping title on iPhone 5
|
8 years ago |
Luke Childs
|
07991b39bb
|
Add license
|
8 years ago |
Luke Childs
|
85aecf6c8a
|
Add credit section
|
8 years ago |
Luke Childs
|
5fbd58b807
|
Add performance section
|
8 years ago |
Luke Childs
|
d3088a31f1
|
Slightly reword progressive enhancement section
|
8 years ago |
Luke Childs
|
ef7248d82a
|
Add progressive enhancement section
|
8 years ago |
Luke Childs
|
6514ac7347
|
Tweak accesibility wording
|
8 years ago |
Luke Childs
|
32494a5100
|
More clarification on vender specific fallbacks
|
8 years ago |
Luke Childs
|
2056a1de12
|
Add accessibility section
|
8 years ago |
Luke Childs
|
6841896e70
|
Fix tense
|
8 years ago |
Luke Childs
|
a4f58a4c79
|
Add screenshot
|
8 years ago |
Luke Childs
|
37cb84cf73
|
Add browser support section
|
8 years ago |
Luke Childs
|
1ca404ca08
|
Align menu button properly on mobile
|
8 years ago |
Luke Childs
|
04c8fb210c
|
Add more info on how size was kept down
|
8 years ago |
Luke Childs
|
a4e971b181
|
Mention no JS requirement
|
8 years ago |
Luke Childs
|
145766b433
|
Add size section
|
8 years ago |
Luke Childs
|
74e980a8eb
|
Reuse SVG response rather than getting the markup back our of an element
Edge doesn't support .outerHTML on SVG so the previous method failed on Edge. This way does make more sense anyway
|
8 years ago |
Luke Childs
|
fea7839ca3
|
Add intro
|
8 years ago |
Luke Childs
|
1566ee088c
|
Add readme
|
8 years ago |
Luke Childs
|
837f2a002c
|
Optimise truthy checks
|
8 years ago |
Luke Childs
|
e2c4fd4421
|
Swap hamburger menu icon for heart
|
8 years ago |
Luke Childs
|
795938293d
|
Update cache message to appear less "webpagey" and more "appy"
|
8 years ago |
Luke Childs
|
992e06546d
|
Cache about page on install
|
8 years ago |
Luke Childs
|
f71afe78e4
|
Store node pages for offline use
|
8 years ago |
Luke Childs
|
436adac60c
|
Better comments for service worker
|
8 years ago |
Luke Childs
|
1bcd331b63
|
Remove stray newline
|
8 years ago |
Luke Childs
|
a805897f65
|
Remove extra level of indentation
|
8 years ago |
Luke Childs
|
6078a14355
|
Remove old classList check
|
8 years ago |
Luke Childs
|
416ccb07e7
|
Show how out of date stale pages are
|
8 years ago |
Luke Childs
|
a6e5111be6
|
Don't bother with seperate caching function, not gonna re-use it
|
8 years ago |
Luke Childs
|
574e666c74
|
Improving navigation comments
|
8 years ago |
Luke Childs
|
7cf541c91a
|
Prefer stale cache over offline page
|
8 years ago |
Luke Childs
|
3d81765260
|
Enable selective caching
|
8 years ago |
Luke Childs
|
43115cc3d9
|
Don't show searchbar on mobile about and no-connection pages
|
8 years ago |
Luke Childs
|
efe62ea9e0
|
Add body classes
|
8 years ago |
Luke Childs
|
2de8ec158a
|
Improve no-connection page
|
8 years ago |
Luke Childs
|
5b39b8a020
|
Show cached offline page if no internet
|
8 years ago |
Luke Childs
|
7a0b0bef10
|
Add no-connection page
|
8 years ago |
Luke Childs
|
892c761c7e
|
Add service worker and cache assets
|
8 years ago |
Luke Childs
|
ebed53e5bf
|
Update homescreen icon
|
8 years ago |
Luke Childs
|
f9c83277cd
|
Slightly re-word about description
|
8 years ago |
Luke Childs
|
803723a5a0
|
Add link to GitHub project on about page
|
8 years ago |
Luke Childs
|
66b5b8866a
|
Improve CSS minification
Use CleanCSS instead of cssmin. We need to wrap CleanCSS in function to mimic cssmin output so it works with express-minify
|
8 years ago |
Luke Childs
|
0182cfadbc
|
Show message in ndoe menu if no nodes have been hearted
|
8 years ago |
Luke Childs
|
dfd668c445
|
elem() -> find()
I was getting elem() and create() mixed up, find() is more expresses intent better.
|
8 years ago |
Luke Childs
|
1a6d5d4acb
|
Refactor feature detection into object
No need for reusable class, keep size down
|
8 years ago |