forked from TowhidKashem/snapchat-clone
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added archive snap images, locking face filter lib to exact version, …
…misc tweeks
- Loading branch information
1 parent
4ae78b6
commit 24410e3
Showing
20 changed files
with
99 additions
and
218 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,14 @@ | ||
|
||
dog and other filters not working suddenly | ||
|
||
nice hardcoded chat messages / increase dummy responses | ||
|
||
---- | ||
|
||
write end to end cypress tests | ||
|
||
cross browser compatability / mobile | ||
check browser stack | ||
npm i on windows | ||
|
||
|
||
archived snaps from prev months | ||
|
||
lock down jeeliz git repo to exact version | ||
|
||
const [profiles, setProfiles] = useState<any[]>([]); | ||
|
||
-- | ||
|
||
Last: | ||
|
||
renew all api keys in commits | ||
make sure pwa manifest related things are being picked up once depoyed! | ||
remove yarn lock files and keep only npm ones | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,14 +33,14 @@ | |
"test": "react-scripts test", | ||
"e2e": "cypress open", | ||
"eject": "react-scripts eject", | ||
"postinstall": "cd public/filters && npm i && git clone [email protected]:jeeliz/jeelizFaceFilter.git && npm run gulp", | ||
"postinstall": "cd public/filters && npm i && git clone [email protected]:jeeliz/jeelizFaceFilter.git && cd jeelizFaceFilter && git reset --hard bd3cdcd0ca01ced09d836c55af82c36047d82dac && cd .. && npm run gulp", | ||
"cleanup": "rm -rf node_modules && cd public/filters && rm -rf node_modules jeelizFaceFilter build", | ||
"precommit": "pretty-quick --staged && react-scripts test --watchAll=false", | ||
"storybook": "start-storybook -p 6006", | ||
"build-storybook": "build-storybook", | ||
"predeploy": "npm run build", | ||
"deploy": "gh-pages -d build", | ||
"serve": "serve -s build", | ||
"cleanup": "rm -rf node_modules && cd public/filters && rm -rf node_modules && rm -rf jeelizFaceFilter && rm -rf build" | ||
"serve": "serve -s build" | ||
}, | ||
"eslintConfig": { | ||
"extends": "react-app" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
export const dummyMessages = [ | ||
"Oh wow I can't believe it!", | ||
"Hahaha you're so right!!", | ||
'No way, when?!', | ||
'No way, when?!! 😱', | ||
'OMG I totally agree!', | ||
"Umm I'm not so sure about that one", | ||
'Wait, you are actually being serious rn?' | ||
"Umm I'm not so sure about that one 🤨", | ||
'Wait, you are actually being serious rn?', | ||
"Hahahahaha you're too much 😂😂😂", | ||
'Did you watch the new show last night?', | ||
'🤡' | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.