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

Implement 1 to master #52

Open
wants to merge 352 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 199 commits
Commits
Show all changes
352 commits
Select commit Hold shift + click to select a range
d20372b
Add talk upload and delete
schettn Jun 6, 2020
4f6dd95
Change site title
schettn Jun 6, 2020
8df2f04
Add TalksPage to UI
schettn Jun 6, 2020
e7a6924
Update prop passing
schettn Jun 6, 2020
6d34e4b
Improve code quality
schettn Jun 6, 2020
c8b70e7
Apply suggestions from code review
schettn Jun 6, 2020
05f091d
Update talks mount condition
schettn Jun 6, 2020
d4ec7f9
Improve code quality
pinterid Jun 6, 2020
c033884
Merge remote-tracking branch 'origin/add-heart-aa1' into add-heart-aa1
pinterid Jun 6, 2020
3bce1f2
Improve code quality
pinterid Jun 6, 2020
1c72e61
Improve code quality
pinterid Jun 6, 2020
26f6ec0
Improve code quality
pinterid Jun 7, 2020
b35995b
Update site title
pinterid Jun 7, 2020
1e5d8b5
Merge pull request #49 from snek-at/add-heart-aa1
schettn Jun 7, 2020
0768f6a
Add SearchBar Component
schettn Jun 7, 2020
d3ba71b
Add getAllPageUrls
schettn Jun 7, 2020
ae7cd29
Add fuzzysort for serach
schettn Jun 7, 2020
30fd455
Improve code quality
pinterid Jun 7, 2020
4e146b6
Apply suggestions from code review
schettn Jun 7, 2020
1afc181
Merge pull request #51 from snek-at/add-search-aa1
schettn Jun 7, 2020
d1557ca
Improve code quality
pinterid Jun 7, 2020
bc952ee
Numbering of the TSID Anchors
schettn Jun 8, 2020
ae26ff6
Refine TSIDs
schettn Jun 8, 2020
cbd73d1
Update LICENSES
schettn Jun 8, 2020
40b7349
Improve code quality
pinterid Jun 8, 2020
c3b5330
Improve code quality
schettn Jun 8, 2020
3c75005
Move imports to region
schettn Jun 8, 2020
6b4f2bb
Apply suggestions from code review
schettn Jun 8, 2020
65e51e7
Improve code quality
pinterid Jun 8, 2020
4d7ff2b
Update package.json
pinterid Jun 8, 2020
6d630e2
Refine component heading
schettn Jun 8, 2020
df9d450
Improve code quality
pinterid Jun 8, 2020
2e5c28c
Improve code quality
pinterid Jun 8, 2020
dad3231
Add missing MDBNavItem
schettn Jun 9, 2020
f089403
Move Router to index.js
schettn Jun 11, 2020
bbf33fb
Improve SearchBar
schettn Jun 11, 2020
97fe39c
Add Missing Routing Import
schettn Jun 11, 2020
51dc954
Add Checks
schettn Jun 11, 2020
0ca4a5f
Add Global Functions for Refetching Checks
schettn Jun 11, 2020
5135459
Implement Refetching Checks in Profile Page
schettn Jun 11, 2020
e306384
Replace platformData.user with platformData.profile
schettn Jun 11, 2020
8f57896
Add .env.template
schettn Jun 11, 2020
7f6cc9b
Bump react-scripts Package to v3.4.1
schettn Jun 11, 2020
62ab1de
Bump snek-intel Package to v0.1.1
schettn Jun 11, 2020
87b5066
Add Regions to App.js
schettn Jun 11, 2020
34bb0b0
Fix Codacy
pinterid Jun 11, 2020
4827511
Improve code quality
schettn Jun 11, 2020
8703320
Merge pull request #63 from snek-at/improve-basics-aa1
schettn Jun 11, 2020
50953b9
Improve code quality
pinterid Jun 11, 2020
69195bf
Add ghpages workaround
pinterid Jun 16, 2020
f2ec084
Add core
pinterid Jun 16, 2020
0a178e7
Add authentication actions
pinterid Jun 16, 2020
92f0f03
Add general actions
pinterid Jun 16, 2020
23088c9
Add user actions
pinterid Jun 16, 2020
c00c4cb
Add talk actions
pinterid Jun 16, 2020
793d984
Add controlling actions
pinterid Jun 16, 2020
b8d96ce
Add login handler
pinterid Jun 16, 2020
3d8dcf0
Add logout handler
pinterid Jun 16, 2020
afe1cbc
Add registration handler
pinterid Jun 16, 2020
586ae23
Add cache renewal handler
pinterid Jun 16, 2020
7b4748c
Add profile fetching handler
pinterid Jun 16, 2020
5ac3ded
Add talk upload handler
pinterid Jun 16, 2020
2545618
Add talk deletion handler
pinterid Jun 16, 2020
15cadf8
Add save settings handler
pinterid Jun 16, 2020
32c0d92
Add control handler
pinterid Jun 16, 2020
c145eeb
Add auto login
pinterid Jun 16, 2020
f56a198
Update function access
pinterid Jun 16, 2020
721d052
Update imports
pinterid Jun 16, 2020
0d9bd78
Fix talk tab
pinterid Jun 16, 2020
4f2155d
Add themes controlling
pinterid Jun 16, 2020
b0dfee3
Update upload modal
pinterid Jun 16, 2020
be980d4
Fix login fail error
pinterid Jun 16, 2020
13a5911
Improve code quality
pinterid Jun 16, 2020
f2f654c
Update navbar link
pinterid Jun 16, 2020
926d6ea
Improve code quality
pinterid Jun 18, 2020
ee55590
Improve structure
pinterid Jun 19, 2020
6602447
Some minor structure changes in actions
schettn Jun 21, 2020
54be426
Move username to first level fetchUser
schettn Jun 21, 2020
2183f59
Fix talks page rendering
schettn Jun 21, 2020
bc2f970
Rework error codes
schettn Jun 21, 2020
73418ce
Add oauth utils
pinterid Jun 23, 2020
056335a
Add window opener
pinterid Jun 23, 2020
db4de44
Add oauth component
pinterid Jun 23, 2020
5ed37b6
Update import/exports
pinterid Jun 23, 2020
aea8b57
Implement oauth component
pinterid Jun 23, 2020
6956621
Update routes
pinterid Jun 23, 2020
6847042
Update package.json
pinterid Jun 23, 2020
53d8c69
Just to save it
schettn Jun 24, 2020
399cbfb
Finally fixed the fucking routing issues
schettn Jun 24, 2020
3de85cc
Improve Landing Page
Aichnerc Jun 24, 2020
0202449
Lowerize Intel Folder Name
schettn Jun 25, 2020
41b19e7
Update GitHub OAuth component
pinterid Jun 25, 2020
9c5e48c
Improve code quality
schettn Jun 25, 2020
eeef25e
Rename ferry to intelFerry
schettn Jun 25, 2020
9c07f76
Refined console.logs
schettn Jun 25, 2020
742c3c1
Adjust licence tags
schettn Jun 25, 2020
0dd48c4
Merge branch 'implement-1' into improve-basics-aa2
schettn Jun 25, 2020
c6759fc
Merge pull request #65 from snek-at/improve-basics-aa2
schettn Jun 25, 2020
426685d
Update .prettierrc
schettn Jun 25, 2020
eeb58e1
Add Error Boundary Component
schettn Jun 25, 2020
d1ea36a
Add Error Boundary to OverviewTab Component
schettn Jun 25, 2020
365c589
Apply suggestions from code review
schettn Jun 25, 2020
d67b0dc
Merge pull request #69 from snek-at/add-errorboundary-aa1
schettn Jun 25, 2020
f891a58
Improve code quality
Aichnerc Jun 25, 2020
f76adf2
Merge branch 'implement-1' into add-homepage-aa1
schettn Jun 26, 2020
be3b9f8
Update globalState
pinterid Jun 27, 2020
0bc78b8
Implement active tab
pinterid Jun 27, 2020
c696cd8
Implement active action card
pinterid Jun 27, 2020
421da95
Update navbar login
pinterid Jun 27, 2020
67f7bef
Refine signin button redirect and remove software tab workaround
schettn Jun 30, 2020
27705e4
Upgrade to redux
schettn Jul 2, 2020
bd269f8
Enhance Redux
schettn Jul 2, 2020
1c6a968
Improve user fetching
schettn Jul 2, 2020
6b0ca3f
Upgrade registration component with redux
schettn Jul 2, 2020
6455e6c
Login after regisration
schettn Jul 2, 2020
4548fd0
Update package.json
pinterid Jul 2, 2020
cf9f25d
Add profile picture modal
pinterid Jul 2, 2020
63d488c
Update modal export/imports
pinterid Jul 2, 2020
3fdfaeb
Add settings page
pinterid Jul 2, 2020
1c7d15b
Implement settings page
pinterid Jul 2, 2020
11ce7b8
Update navbar settings
pinterid Jul 2, 2020
8b65ce7
Update settings action
pinterid Jul 2, 2020
42f6728
Improve settings page accesability
schettn Jul 2, 2020
4d9268d
Improve user menu
schettn Jul 2, 2020
0332ee5
Remove legacy code
schettn Jul 2, 2020
04a17b3
Merge branch 'improve-settings-aa1' into add-redux-aa1
schettn Jul 2, 2020
3765de6
Improve Redux DevTools integration
schettn Jul 2, 2020
b316569
Fix syntax error of previous merge
schettn Jul 2, 2020
d29918f
Conditional Rendering of Talk Interaction Buttons
schettn Jul 2, 2020
d8bf12d
Remove init blank
pinterid Jul 2, 2020
46cfbd8
Add input value check
pinterid Jul 2, 2020
2f14735
Merge remote-tracking branch 'origin/improve-settings-aa2' into add-r…
schettn Jul 2, 2020
7b1c67a
Add Language chart
Aichnerc Jul 2, 2020
9442410
Improve projects
Aichnerc Jul 2, 2020
475eea3
Improve profile info
Aichnerc Jul 2, 2020
3fb02d6
Disable pinned
Aichnerc Jul 2, 2020
950f632
Merge branch 'improve-design-ba1' into add-redux-aa1
schettn Jul 2, 2020
808753e
Update autch actions
pinterid Jul 2, 2020
245eecf
Update login form errors
pinterid Jul 2, 2020
8348757
Merge branch 'add-notifications-aa1' into add-redux-aa1
schettn Jul 2, 2020
390153a
Fix Invalid Date on LatestActivity Chart
schettn Jul 3, 2020
79ef8ba
Merge pull request #71 from snek-at/add-homepage-aa1
schettn Jul 3, 2020
971d3ae
Add Default Project Avatar
schettn Jul 4, 2020
31ac934
Improve Default Major Language Name
schettn Jul 4, 2020
cc4b97b
Add Todo To LanguageChart Component
schettn Jul 4, 2020
f81b03d
Merge branch 'improve-design-ba2' into add-redux-aa1
schettn Jul 4, 2020
bc8c9f8
Update SignIn Error Message
schettn Jul 6, 2020
b8a022c
Add Redirect to Homepage in Settings page for unlogged users
schettn Jul 6, 2020
ac82913
Fix Codacy
pinterid Jul 6, 2020
1707c85
Fix Codacy
pinterid Jul 6, 2020
0506258
Fix Codacy
pinterid Jul 6, 2020
17db562
Move Changeable Content to User Section
schettn Jul 6, 2020
52b81f9
Add Optional Chaining to Login Result
schettn Jul 6, 2020
d80c715
Fix Redirect to Homepage in Settings Page
schettn Jul 6, 2020
72aeebe
Remove Workaround
schettn Jul 6, 2020
1913941
Merge pull request #87 from snek-at/add-redux-aa1
schettn Jul 6, 2020
5b89291
Merge branch 'implement-1' into improve-basics-aa3
schettn Jul 6, 2020
0f41ce0
Update LanguageChart Namings
schettn Jul 6, 2020
daeb624
Improve Import and Export Regions
schettn Jul 6, 2020
60c53eb
Remove Default Class Comment from Export Regions
schettn Jul 6, 2020
9f5b9b7
Add Comments to Export Regions
schettn Jul 6, 2020
8ccf8cc
Logs Cleanup
schettn Jul 6, 2020
d5793ac
Implement Loading Bar on Cache Update
schettn Jul 6, 2020
1c776ab
Improve Code Quality
schettn Jul 6, 2020
eef3053
Add Movable Boundary
schettn Jul 7, 2020
060aa20
Add Origin Check
schettn Jul 7, 2020
b916bcd
Integrate Movable in Overview Tab
schettn Jul 7, 2020
67cd870
Add Export for Error Boundary
schettn Jul 7, 2020
158a5c8
Improve Styling for Overview Tab
schettn Jul 7, 2020
a24d8cf
Add scss to prettier
Aichnerc Jul 7, 2020
582cfa5
Improve company page
Aichnerc Jul 7, 2020
d30f511
Add color variables
Aichnerc Jul 7, 2020
4fe5507
Improve design
Aichnerc Jul 7, 2020
7eebc4a
Fix Calendar3D
Aichnerc Jul 7, 2020
532224d
Improve Language chart
Aichnerc Jul 7, 2020
1308d04
Improve design
Aichnerc Jul 7, 2020
261c350
Add profile button to main navbar
Aichnerc Jul 7, 2020
afa8237
Improve profile button on navbar
Aichnerc Jul 7, 2020
f4f71fe
Fix day and days seperation
Aichnerc Jul 7, 2020
cabe83b
Improve project cards
Aichnerc Jul 8, 2020
0973e70
Improve Read Cache Action
schettn Jul 8, 2020
3ba02c2
Improve Write Cache Action
schettn Jul 8, 2020
789a6df
Implement Movable Pool Save Functionallity
schettn Jul 8, 2020
8211648
Replace Local Storage Save with Pool
schettn Jul 8, 2020
80e1305
Merge branch 'improve-basics-aa3' into add-movable-aa1
schettn Jul 8, 2020
dcfeca9
Improve Movable Boundary
schettn Jul 8, 2020
9b895a3
Improve Code Quality
schettn Jul 8, 2020
6357341
Fix Codacy
pinterid Jul 8, 2020
f70bdbd
Fix Codacy
pinterid Jul 8, 2020
abcae21
Improve code quality
schettn Jul 8, 2020
8469dc0
Improve wording
Aichnerc Jul 8, 2020
0034279
Improve stability
Aichnerc Jul 8, 2020
f20e71c
Re-add loading bar styling
schettn Jul 8, 2020
d71bb28
Merge pull request #89 from snek-at/add-movable-aa1
schettn Jul 8, 2020
98302bf
Merge branch 'improve-basics-aa3' into improve-design-ca1
schettn Jul 8, 2020
d2d0e08
Improve code quality
schettn Jul 8, 2020
c01d1d6
Apply suggestions from code review
schettn Jul 8, 2020
2e6d448
Apply suggestions from code review
schettn Jul 8, 2020
bfd64b3
Merge pull request #91 from snek-at/improve-design-ca1
Aichnerc Jul 8, 2020
bc0eb01
Improve code quality
schettn Jul 8, 2020
427b3d2
Upgrade TalkUploadModal with Redux
schettn Jul 8, 2020
068d3d4
Improve code quality
schettn Jul 8, 2020
d52b5d2
Add loggedUser Object on Read Cache
schettn Jul 8, 2020
0a0104f
Improve code quality
schettn Jul 9, 2020
867d119
Merge pull request #74 from snek-at/improve-basics-aa3
Aichnerc Jul 9, 2020
077f8d7
Improve Code Quality
schettn Jul 13, 2020
c760d08
Add versions file
pinterid Jul 14, 2020
9b266b0
Improve code quality
pinterid Jul 20, 2020
b25638c
Update Search
schettn Aug 5, 2020
405e92b
Update ReadCache Action
schettn Aug 5, 2020
4dd861b
Update Login Action
schettn Aug 5, 2020
0420699
Downgrade React Avatar Editor
schettn Aug 5, 2020
af1d870
Add SnekClient v2-beta dependeny
schettn Aug 5, 2020
2189d45
Update Login Action Condition
schettn Aug 5, 2020
79a66cd
Merge pull request #116 from snek-at/migrate-snekclientv2-aa1
schettn Aug 6, 2020
4537036
Update versions file
pinterid Aug 7, 2020
9f81ba8
Update package.json
pinterid Aug 7, 2020
bd4b0b6
Update software tabs
pinterid Aug 7, 2020
3482741
Update badges
pinterid Aug 7, 2020
c5732c5
Add show more
pinterid Aug 7, 2020
16929ad
Update latest activity
pinterid Aug 7, 2020
a1aee46
Update 3D calendar
pinterid Aug 7, 2020
e3a47fd
Require Mail field
pinterid Aug 7, 2020
557f528
Update save
pinterid Aug 7, 2020
abef6e4
Improve Code Quality
pinterid Aug 7, 2020
178bed8
Improve code quality
pinterid Aug 7, 2020
8675a80
Update Profile Information
pinterid Aug 7, 2020
30ffbce
Improve code quality
pinterid Aug 7, 2020
80e34a5
Improve code quality
pinterid Aug 7, 2020
a232190
Merge pull request #122 from snek-at/improve-overview-aa1
schettn Aug 8, 2020
a211884
Merge pull request #123 from snek-at/improve-settings-ba1
schettn Aug 8, 2020
86bd865
Update login action
schettn Aug 12, 2020
60ca2d0
Update user actions
schettn Aug 12, 2020
295a598
Fix login issues
schettn Aug 14, 2020
9b136f6
Improve login action
schettn Aug 14, 2020
a4a6659
Improve user actions
schettn Aug 26, 2020
a818308
Apply suggestions from code review
pinterid Sep 3, 2020
c5f229e
Add Anexia logo
pinterid Sep 4, 2020
95ee4a4
Add Netcup logo
pinterid Sep 4, 2020
04f1c1d
Add sponsor styles
pinterid Sep 4, 2020
329a03a
Add sponsor section
pinterid Sep 4, 2020
2b7921c
Add section exports
pinterid Sep 4, 2020
f4244c9
Import sponsor section
pinterid Sep 4, 2020
d96297f
Implement sponsor section
pinterid Sep 4, 2020
7453587
Merge pull request #127 from snek-at/migrate-snekclientv2-aa2
pinterid Sep 4, 2020
4fb4215
Merge pull request #128 from snek-at/add-sponsorssection-aa1
schettn Sep 7, 2020
411adea
Add packages required for deployment
schettn Sep 8, 2020
6b952cb
Update sponsor text
kleberbaum Sep 8, 2020
616984f
Improve code quality
kleberbaum Sep 8, 2020
8e5a7ee
Merge pull request #131 from snek-at/add-sponsorssection-aa2
pinterid Sep 8, 2020
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
2 changes: 2 additions & 0 deletions .env.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
REACT_APP_ANONYMOUS_USER=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
REACT_APP_VERSION=$npm_package_version
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ mdb*
*.log*

# SPDX-License-Identifier: (EUPL-1.2)
# Copyright © Simon Prast
# Copyright © 2019-2020 Simon Prast
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
- Each pull request should be merged by a reviewer

SPDX-License-Identifier: (EUPL-1.2)
Copyright © Simon Prast
Copyright © 2019-2020 Simon Prast
2 changes: 1 addition & 1 deletion LICENSES/preferred/EUPL-1.2
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ License-Text:
European Union Public Licence
V. 1.2

Copyright © Simon Prast
Copyright © 2019-2020 Simon Prast

Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,4 @@ to [contribute to our project](#contributing).
![GitHub repository license](https://img.shields.io/badge/license-EUPL--1.2-blue)

SPDX-License-Identifier: (EUPL-1.2)
Copyright © Simon Prast
Copyright © 2019-2020 Simon Prast
21 changes: 16 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,23 @@
"name": "snek-front",
"version": "0.1.0",
"private": true,
"homepage": ".",
"homepage": "https://snek.at",
"license": "(EUPL-1.2)",
"dependencies": {
"fuzzysort": "^1.1.4",
"gh-pages": "^3.1.0",
"js-sha256": "^0.9.0",
"mdbreact": "mdbreact-4.26.1.tgz",
"node-sass": "^4.12.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"obelisk.js": "^1.2.2",
"react-chartjs-2": "^2.9.0",
"react-dropzone": "^11.0.1",
"react-router-dom": "^5.0.1",
"react-scripts": "3.0.1"
"react-text-loop": "^2.3.0",
"react-typed": "^1.2.0",
"reactjs-oauth": "file:reactjs-oauth-0.1.0.tgz",
"snek-intel": "^0.1.1",
"tippy.js": "^6.2.3"
},
"repository": {
"type": "git",
Expand All @@ -25,7 +33,10 @@
},
"devDependencies": {
"renamer": "^1.0.0",
"rimraf": "^2.6.2"
"rimraf": "^2.6.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-scripts": "^3.4.1"
},
"browserslist": [
">0.2%",
Expand Down
55 changes: 55 additions & 0 deletions public/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<!--
SPDX-License-Identifier: (EUPL-1.2)
Copyright © 2019-2020 Simon Prast
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>SNEK - Social Network</title>
<script type="text/javascript">
// Single Page Apps for GitHub Pages
// https://github.com/rafrex/spa-github-pages
// Copyright (c) 2016 Rafael Pedicini, licensed under the MIT License
// ----------------------------------------------------------------------
// This script takes the current url and converts the path and query
// string into just a query string, and then redirects the browser
// to the new url with only a query string and hash fragment,
// e.g. http://www.foo.tld/one/two?a=b&c=d#qwe, becomes
// http://www.foo.tld/?p=/one/two&q=a=b~and~c=d#qwe
// Note: this 404.html file must be at least 512 bytes for it to work
// with Internet Explorer (it is currently > 512 bytes)

// If you're creating a Project Pages site and NOT using a custom domain,
// then set segmentCount to 1 (enterprise users may need to set it to > 1).
// This way the code will only replace the route part of the path, and not
// the real directory in which the app resides, for example:
// https://username.github.io/repo-name/one/two?a=b&c=d#qwe becomes
// https://username.github.io/repo-name/?p=/one/two&q=a=b~and~c=d#qwe
// Otherwise, leave segmentCount as 0.
var segmentCount = 0;

var l = window.location;

l.replace(
l.protocol +
"//" +
l.hostname +
(l.port ? ":" + l.port : "") +
l.pathname
.split("/")
.slice(0, 1 + segmentCount)
.join("/") +
"/?p=/" +
l.pathname
.slice(1)
.split("/")
.slice(segmentCount)
.join("/")
.replace(/&/g, "~and~") +
(l.search ? "&q=" + l.search.slice(1).replace(/&/g, "~and~") : "") +
l.hash
);
</script>
</head>
</html>
1 change: 1 addition & 0 deletions public/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
snek.at
Binary file added public/fav/android-icon-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/fav/android-icon-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/fav/android-icon-36x36.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/fav/android-icon-48x48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/fav/android-icon-72x72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/fav/android-icon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/fav/apple-icon-114x114.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/fav/apple-icon-120x120.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/fav/apple-icon-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/fav/apple-icon-152x152.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/fav/apple-icon-180x180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/fav/apple-icon-57x57.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/fav/apple-icon-60x60.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/fav/apple-icon-72x72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/fav/apple-icon-76x76.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/fav/apple-icon-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/fav/apple-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions public/fav/browserconfig.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig><msapplication><tile><square70x70logo src="/ms-icon-70x70.png"/><square150x150logo src="/ms-icon-150x150.png"/><square310x310logo src="/ms-icon-310x310.png"/><TileColor>#ffffff</TileColor></tile></msapplication></browserconfig>
Binary file added public/fav/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/fav/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/fav/favicon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/fav/favicon.ico
Binary file not shown.
41 changes: 41 additions & 0 deletions public/fav/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"name": "App",
"icons": [
{
"src": "/android-icon-36x36.png",
"sizes": "36x36",
"type": "image/png",
"density": "0.75"
},
{
"src": "/android-icon-48x48.png",
"sizes": "48x48",
"type": "image/png",
"density": "1.0"
},
{
"src": "/android-icon-72x72.png",
"sizes": "72x72",
"type": "image/png",
"density": "1.5"
},
{
"src": "/android-icon-96x96.png",
"sizes": "96x96",
"type": "image/png",
"density": "2.0"
},
{
"src": "/android-icon-144x144.png",
"sizes": "144x144",
"type": "image/png",
"density": "3.0"
},
{
"src": "/android-icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"density": "4.0"
}
]
}
Binary file added public/fav/ms-icon-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/fav/ms-icon-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/fav/ms-icon-310x310.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/fav/ms-icon-70x70.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
68 changes: 50 additions & 18 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
SPDX-License-Identifier: (EUPL-1.2)
Copyright © Simon Prast
Copyright © 2019-2020 Simon Prast
-->
<!DOCTYPE html>
<html lang="en">
Expand All @@ -10,23 +10,55 @@
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="theme-color" content="#000000" />
<!--
manifest.json provides metadata used when your web app is added to the
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.

Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<link rel="apple-touch-icon" sizes="57x57" href="%PUBLIC_URL%/fav/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="%PUBLIC_URL%/fav/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="%PUBLIC_URL%/fav/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="%PUBLIC_URL%/fav/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="%PUBLIC_URL%/fav/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="%PUBLIC_URL%/fav/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="%PUBLIC_URL%/fav/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="%PUBLIC_URL%/fav/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="%PUBLIC_URL%/fav/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="%PUBLIC_URL%/fav/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="%PUBLIC_URL%/fav/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="%PUBLIC_URL%/fav/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="%PUBLIC_URL%/fav/favicon-16x16.png">
<link rel="manifest" href="%PUBLIC_URL%/fav/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="%PUBLIC_URL%/fav/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<title>SNEK - Social Network</title>
<!-- Start Single Page Apps for GitHub Pages -->
<script type="text/javascript">
// Single Page Apps for GitHub Pages
// https://github.com/rafrex/spa-github-pages
// Copyright (c) 2016 Rafael Pedicini, licensed under the MIT License
// ----------------------------------------------------------------------
// This script checks to see if a redirect is present in the query string
// and converts it back into the correct url and adds it to the
// browser's history using window.history.replaceState(...),
// which won't cause the browser to attempt to load the new url.
// When the single page app is loaded further down in this file,
// the correct url will be waiting in the browser's history for
// the single page app to route accordingly.
(function(l) {
if (l.search) {
var q = {};
l.search.slice(1).split('&').forEach(function(v) {
var a = v.split('=');
q[a[0]] = a.slice(1).join('=').replace(/~and~/g, '&');
});
if (q.p !== undefined) {
window.history.replaceState(null, null,
l.pathname.slice(0, -1) + (q.p || '') +
(q.q ? ('?' + q.q) : '') +
l.hash
);
}
}
}(window.location))
</script>
<!-- End Single Page Apps for GitHub Pages -->
</head>
<body>
<noscript>
Expand Down
4 changes: 2 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "SNEK",
"name": "SNEK - Social Network",
"icons": [
{
"src": "favicon.ico",
Expand Down
Loading