Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Progressive Web App #105

Closed
wants to merge 43 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
ffbb8c1
add and set angular service worker
Oct 20, 2017
07ae05c
add web manifest with icons
Oct 20, 2017
7d20732
import Roboto and add it to cache
Oct 20, 2017
d4a7494
add and cache roboto
Oct 20, 2017
1c464a8
add pouchdb
Nov 4, 2017
c80a445
add pouchdb browser
Nov 4, 2017
c81b372
merge with master
Nov 4, 2017
65a5af5
add pouchdb-browser and types
Nov 4, 2017
cf89f87
misc
Nov 5, 2017
68d6497
Revert pouchdb-browser to 6.2.0
paulbert Nov 6, 2017
8d3e272
Merge branch 'progressive-web-app' of github.com:ole-vi/planet into p…
Nov 6, 2017
9abbd41
Nation modal (fixes #134) (#141)
Pr0chin Nov 7, 2017
277ed39
update .gitignore (#159)
Nov 7, 2017
411d02d
Bracket spacing rule for linting (Fixes #150) (#153)
paulbert Nov 7, 2017
c263397
Add courses list view (Fixes #83) (#107)
ajGingrich Nov 7, 2017
7057156
Nation mock data property match (Fixes #149) (#154)
paulbert Nov 7, 2017
7cf040a
Courses date validation fix (Fixes #102) (#106)
paulbert Nov 7, 2017
4aadbc4
Delete yarn.lock
Nov 7, 2017
3d0905d
Prod version of planet docker (connects #4) (#86)
empeje Nov 7, 2017
3988e94
Prod version of planet docker x86 (connects #4) (#169)
empeje Nov 9, 2017
3782240
remove yarn.lock
Nov 12, 2017
9a655db
Merge branch 'progressive-web-app' of github.com:ole-vi/planet into p…
Nov 12, 2017
816bc78
Nation modal (fixes #134) (#141)
Pr0chin Nov 7, 2017
b055580
update .gitignore (#159)
Nov 7, 2017
088c2cd
Bracket spacing rule for linting (Fixes #150) (#153)
paulbert Nov 7, 2017
87ba65b
Add courses list view (Fixes #83) (#107)
ajGingrich Nov 7, 2017
41b82ba
Nation mock data property match (Fixes #149) (#154)
paulbert Nov 7, 2017
53e973d
Courses date validation fix (Fixes #102) (#106)
paulbert Nov 7, 2017
2d24de7
Prod version of planet docker (connects #4) (#86)
empeje Nov 7, 2017
8ed5f70
Prod version of planet docker x86 (connects #4) (#169)
empeje Nov 9, 2017
3c885f2
add and set angular service worker
Oct 20, 2017
78ded34
add web manifest with icons
Oct 20, 2017
fba673b
import Roboto and add it to cache
Oct 20, 2017
d09527d
add and cache roboto
Oct 20, 2017
db49fbc
add pouchdb
Nov 4, 2017
d23572f
add pouchdb browser
Nov 4, 2017
13034f1
add pouchdb-browser and types
Nov 4, 2017
b22d7d3
misc
Nov 5, 2017
bd68d47
Revert pouchdb-browser to 6.2.0
paulbert Nov 6, 2017
7b5d697
remove yarn.lock
Nov 12, 2017
60cf874
Bracket spacing rule for linting (Fixes #150) (#153)
paulbert Nov 7, 2017
9339cf1
Add courses list view (Fixes #83) (#107)
ajGingrich Nov 7, 2017
027aebe
update branch with master
Nov 12, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add pouchdb-browser and types
  • Loading branch information
LKhadka committed Nov 12, 2017
commit 13034f1396b06d34e0d7ce3c718cad6c9c199286
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"bootstrap": "^4.0.0-alpha.6",
"core-js": "^2.4.1",
"font-awesome": "^4.7.0",
"pouchdb": "^6.3.4",
"popper.js": "^1.12.6",
"pouchdb-browser": "^6.3.4",
"rxjs": "^5.1.0",
"zone.js": "^0.8.4"
Expand All @@ -46,6 +46,7 @@
"@types/jasminewd2": "~2.0.2",
"@types/node": "~6.0.60",
"@types/pouchdb": "^6.3.1",
"@types/pouchdb-browser": "^6.1.1",
"codelyzer": "~3.0.1",
"jasmine-core": "~2.6.2",
"jasmine-spec-reporter": "~4.1.0",
Expand Down
Loading