general commit with big upgrade frontend layer

develop
TBS093A 2020-07-09 14:56:14 +02:00
parent c504543f26
commit 2500d99e99
33 changed files with 3306 additions and 3469 deletions

5
.gitignore vendored 100644 → 100755
View File

@ -65,5 +65,10 @@ public
yarn-error.log
.pnp/
.pnp.js
# Yarn Integrity file
.yarn-integrity
# Gatsby files
package-lock.json

0
.prettierignore 100644 → 100755
View File

0
.prettierrc 100644 → 100755
View File

0
LICENSE 100644 → 100755
View File

0
README.md 100644 → 100755
View File

0
gatsby-browser.js 100644 → 100755
View File

0
gatsby-config.js 100644 → 100755
View File

0
gatsby-node.js 100644 → 100755
View File

0
gatsby-ssr.js 100644 → 100755
View File

6745
package-lock.json generated

File diff suppressed because it is too large Load Diff

2
package.json 100644 → 100755
View File

@ -10,9 +10,11 @@
"gatsby-plugin-manifest": "^2.4.0",
"gatsby-plugin-offline": "^3.2.0",
"gatsby-plugin-react-helmet": "^3.3.0",
"gatsby-plugin-sass": "^2.3.10",
"gatsby-plugin-sharp": "^2.6.0",
"gatsby-source-filesystem": "^2.3.0",
"gatsby-transformer-sharp": "^2.5.0",
"node-sass": "^4.14.1",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",

0
src/assets/alphabetASCII 100644 → 100755
View File

0
src/assets/poland ascii border 100644 → 100755
View File

0
src/assets/russian ascii border 100644 → 100755
View File

0
src/components/alphabeth.js 100644 → 100755
View File

0
src/images/audioTest.mp3 100644 → 100755
View File

Binary file not shown.

0
src/images/audioTest2.mp3 100644 → 100755
View File

0
src/images/audioTest3.mp3 100644 → 100755
View File

0
src/pages/index/indexInterface.js 100644 → 100755
View File

View File

View File

View File

@ -22,7 +22,7 @@ const SongPanel = () => {
for (let i = 0; i < 3; i++) {
for (let j = 0; j < charInRowCount; j++) {
if (j === 0)
code += ' ▎▍▏▍▏'
code += '▐▐▐▐' //'▎▍▍▍▏'
else
code += randomChars[parseInt(Math.random() * randomChars.length)]
}

View File

@ -2,7 +2,7 @@ import React, { useState, useEffect } from 'react'
import '../../../styles/audioVisualizer.scss'
import { alphabeth } from '../../../components/alphabeth'
import audioTest from '../../../images/audioTest3.mp3'
import audioTest from '../../../images/audioTest0.wav'
const AudioPlayer = () => {

0
src/pages/indexConsole.js 100644 → 100755
View File

View File

View File

View File

View File

View File

0
src/styles/audioVisualizer.scss 100644 → 100755
View File

0
src/styles/general.scss 100644 → 100755
View File

1
src/styles/songPanel.scss 100644 → 100755
View File

@ -17,6 +17,7 @@
#songCode {
text-align: left;
overflow: hidden;
}
#songThings {