Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Demo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
PandaSekh committed Jan 22, 2021
1 parent e6756bf commit a3c578a
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 29 deletions.
2 changes: 1 addition & 1 deletion example/.eslintcache
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"/home/lommi/Projects/lepre/example/src/index.js":"1","/home/lommi/Projects/lepre/example/src/App.js":"2","/home/lommi/Projects/lepre/example/src/DefaultReactions.tsx":"3","/home/lommi/Projects/lepre/example/src/CustomReactions.tsx":"4","/home/lommi/Projects/lepre/example/src/CustomReactionsV2.tsx":"5"},{"size":229,"mtime":1611320530613,"results":"6","hashOfConfig":"7"},{"size":806,"mtime":1611320530611,"results":"8","hashOfConfig":"7"},{"size":721,"mtime":1611330034041,"results":"9","hashOfConfig":"7"},{"size":2526,"mtime":1611329369107,"results":"10","hashOfConfig":"7"},{"size":991,"mtime":1611329658960,"results":"11","hashOfConfig":"7"},{"filePath":"12","messages":"13","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1vcf47z",{"filePath":"14","messages":"15","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"16","messages":"17","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"18","messages":"19","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"20","messages":"21","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/home/lommi/Projects/lepre/example/src/index.js",[],"/home/lommi/Projects/lepre/example/src/App.js",[],"/home/lommi/Projects/lepre/example/src/DefaultReactions.tsx",[],"/home/lommi/Projects/lepre/example/src/CustomReactions.tsx",[],"/home/lommi/Projects/lepre/example/src/CustomReactionsV2.tsx",[]]
[{"/Users/alessio/Documents/Code/lepre/example/src/index.tsx":"1","/Users/alessio/Documents/Code/lepre/example/src/App.tsx":"2","/Users/alessio/Documents/Code/lepre/example/src/DefaultReactions.tsx":"3","/Users/alessio/Documents/Code/lepre/example/src/CustomReactions.tsx":"4","/Users/alessio/Documents/Code/lepre/example/src/CustomReactionsV2.tsx":"5"},{"size":229,"mtime":1611342430018,"results":"6","hashOfConfig":"7"},{"size":806,"mtime":1611342410596,"results":"8","hashOfConfig":"7"},{"size":721,"mtime":1611342021731,"results":"9","hashOfConfig":"7"},{"size":2514,"mtime":1611342021730,"results":"10","hashOfConfig":"7"},{"size":979,"mtime":1611342021730,"results":"11","hashOfConfig":"7"},{"filePath":"12","messages":"13","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"12ya0fs",{"filePath":"14","messages":"15","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"16","messages":"17","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"18","messages":"19","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"20","messages":"21","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/Users/alessio/Documents/Code/lepre/example/src/index.tsx",[],"/Users/alessio/Documents/Code/lepre/example/src/App.tsx",[],"/Users/alessio/Documents/Code/lepre/example/src/DefaultReactions.tsx",[],"/Users/alessio/Documents/Code/lepre/example/src/CustomReactions.tsx",[],"/Users/alessio/Documents/Code/lepre/example/src/CustomReactionsV2.tsx",[]]
28 changes: 0 additions & 28 deletions example/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,45 +3,17 @@
<head>
<meta charset="utf-8" />
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🐰</text></svg>">

<meta
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" />

<!--
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>LEPRE</title>
</head>

<body>
<noscript> You need to enable JavaScript to run this app. </noscript>

<div id="root"></div>

<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</html>
File renamed without changes.
1 change: 1 addition & 0 deletions example/src/customEmojiBlock.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

.custom-selection {
display: flex;
width: min-content;
}

.emoji-adder {
Expand Down
1 change: 1 addition & 0 deletions example/src/emojiBlock.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
.emoji-counter {
font-weight: bold;
padding: 2px 5px;
margin: 3px;
border-radius: 30%;
background-color: #f55742;
color: #fefefe;
Expand Down
File renamed without changes.

0 comments on commit a3c578a

Please sign in to comment.