repair Reponse + public folder usage
tt-app/app/webRTCIntegration There was a failure building this commit
@@ -407,12 +407,14 @@ function OffreDetail(props) {
|
|||||||
|
|
||||||
{!offre.is_promoted && (
|
{!offre.is_promoted && (
|
||||||
<div className={classes.shareContainer}>
|
<div className={classes.shareContainer}>
|
||||||
<Button
|
<Link href={`/Reponse?adId=${offre.id}`}>
|
||||||
cyp="ButtonApply"
|
<Button
|
||||||
variant="contained"
|
cyp="ButtonApply"
|
||||||
className={classes.button}
|
variant="contained"
|
||||||
onClick={() => Router.push(`/Reponse?adId=${offre.id}`)}
|
className={classes.button}
|
||||||
>Postuler</Button>
|
|
||||||
|
>Postuler ! </Button>
|
||||||
|
</Link>
|
||||||
<Typography className={classes.contentCondition}>
|
<Typography className={classes.contentCondition}>
|
||||||
ou
|
ou
|
||||||
</Typography>
|
</Typography>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "talents_tube_pwa",
|
"name": "talentstube",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
@@ -62,7 +62,7 @@
|
|||||||
"terser": "3.14",
|
"terser": "3.14",
|
||||||
"universal-cookie": "^3.0.4",
|
"universal-cookie": "^3.0.4",
|
||||||
"validator": "^11.0.0",
|
"validator": "^11.0.0",
|
||||||
"videojs-record": "3.6.0",
|
"videojs-record": "^3.8.0",
|
||||||
"webrtc-adapter": "^7.2.3"
|
"webrtc-adapter": "^7.2.3"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -81,7 +81,7 @@
|
|||||||
"backupdb": "docker exec -t tt-website.postgres.dev pg_dumpall --database database -c -U postgres > cypress/postgres.sql",
|
"backupdb": "docker exec -t tt-website.postgres.dev pg_dumpall --database database -c -U postgres > cypress/postgres.sql",
|
||||||
"copySiteMap": "cp out/* .next/",
|
"copySiteMap": "cp out/* .next/",
|
||||||
"postExport": "node src/postExport.js",
|
"postExport": "node src/postExport.js",
|
||||||
"copysw": "cp -R static/js .next/static/"
|
"copysw": "cp -R public/static/js .next/static/"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"gmail-tester": "^1.1.3",
|
"gmail-tester": "^1.1.3",
|
||||||
|
|||||||
@@ -22,7 +22,9 @@ import KeyboardArrowRightIcon from '@material-ui/icons/KeyboardArrowRight';
|
|||||||
import KeyboardArrowDownIcon from '@material-ui/icons/KeyboardArrowDown';
|
import KeyboardArrowDownIcon from '@material-ui/icons/KeyboardArrowDown';
|
||||||
import Router from 'next/router'
|
import Router from 'next/router'
|
||||||
import { errorMessageSelector } from '../reducers/media'
|
import { errorMessageSelector } from '../reducers/media'
|
||||||
import Recorder from '../components/organisms/Recorder'
|
import dynamic from 'next/dynamic'
|
||||||
|
|
||||||
|
// import Recorder from '../components/organisms/Recorder'
|
||||||
|
|
||||||
const styles = theme => ({
|
const styles = theme => ({
|
||||||
root: {
|
root: {
|
||||||
@@ -200,6 +202,10 @@ const styles = theme => ({
|
|||||||
|
|
||||||
const steps = ["", ""]
|
const steps = ["", ""]
|
||||||
|
|
||||||
|
const Recorder = dynamic(() => import('../components/organisms/Recorder'), {
|
||||||
|
ssr: false
|
||||||
|
})
|
||||||
|
|
||||||
const { publicRuntimeConfig } = getConfig()
|
const { publicRuntimeConfig } = getConfig()
|
||||||
class Reponse extends React.Component {
|
class Reponse extends React.Component {
|
||||||
state = {
|
state = {
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 755 B After Width: | Height: | Size: 755 B |
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
|
Before Width: | Height: | Size: 254 KiB After Width: | Height: | Size: 254 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 370 B After Width: | Height: | Size: 370 B |
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
|
Before Width: | Height: | Size: 7.0 KiB After Width: | Height: | Size: 7.0 KiB |
|
Before Width: | Height: | Size: 709 B After Width: | Height: | Size: 709 B |
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 7.9 KiB After Width: | Height: | Size: 7.9 KiB |
|
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.1 KiB |
|
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 5.5 KiB |
|
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 41 KiB |
|
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 76 KiB |
|
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 76 KiB |
|
Before Width: | Height: | Size: 83 KiB After Width: | Height: | Size: 83 KiB |
|
Before Width: | Height: | Size: 93 KiB After Width: | Height: | Size: 93 KiB |
|
Before Width: | Height: | Size: 127 KiB After Width: | Height: | Size: 127 KiB |
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |