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

Dayofyear page #90

Merged
merged 26 commits into from
Apr 25, 2022
Merged
Show file tree
Hide file tree
Changes from 24 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
99bfa67
created a separate page for day of year, @nyakotey have fun designing…
Mar 15, 2022
1768dd2
added function to avoid null elements
Mar 15, 2022
765d706
draft dayofyearpage design
nyakotey Mar 17, 2022
ebbfc41
improve responsiveness of today page
nyakotey Mar 18, 2022
53db40f
remove unimplemented social media sites
nyakotey Mar 18, 2022
1134157
use new background svg
nyakotey Mar 18, 2022
d7b33ca
reduce blur
nyakotey Mar 18, 2022
07dafe9
Merge branch 'nat' into dayofyearpage
Mar 20, 2022
ada60b3
Merge branch 'fixCountdownBugs' into dayofyearpage
Mar 21, 2022
2f51d19
add updated date to day of year page
Mar 21, 2022
37ebb71
Merge branch 'nat' into dayofyearpage
nyakotey Mar 26, 2022
5fe9c7a
Merge branch 'nat' into dayofyearpage
nyakotey Mar 27, 2022
cc2efa5
Merge branch 'nat' into dayofyearpage
nyakotey Mar 30, 2022
fbac44e
update today page and other links
nyakotey Mar 30, 2022
83db6a6
add error.js to index.html
Mar 30, 2022
baaf82a
add interval refresh to today page
Mar 31, 2022
b533a21
corrected manifest.json path on today.html page
Mar 31, 2022
8c525f0
Merge branch 'master' into dayofyearpage
nyakotey Apr 18, 2022
6211b18
comment out service worker
Apr 21, 2022
6d4d513
Merge branch 'master' into dayofyearpage
nyakotey Apr 21, 2022
7b23c28
add today page to sidebar navigation
nyakotey Apr 21, 2022
1ce391c
add 'copy to clipboard' functionality
nyakotey Apr 22, 2022
2bce303
change "copy to clipboard" icon
nyakotey Apr 22, 2022
3eec675
increase share icon size
nyakotey Apr 22, 2022
caab9bb
Merge branch 'master' into dayofyearpage
nyakotey Apr 25, 2022
dde4ff7
change about page icon in sidebar
nyakotey Apr 25, 2022
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
4 changes: 2 additions & 2 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ addWhatappEventHandler();
}

// service worker

/*
if('serviceWorker' in navigator){
window.addEventListener('load', () => {
navigator.serviceWorker.register('/sw.js')
Expand All @@ -236,4 +236,4 @@ if('serviceWorker' in navigator){
.catch((err)=> console.log('Service worker not registered', err));
});

}
}*/
Loading