Skip to content

Commit

Permalink
removed unnecessary features
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcosG119 committed Dec 26, 2023
1 parent 37eec59 commit aec44b3
Show file tree
Hide file tree
Showing 52 changed files with 3,387 additions and 1,597 deletions.
33 changes: 33 additions & 0 deletions dist/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Page Not Found</title>

<style media="screen">
body { background: #ECEFF1; color: rgba(0,0,0,0.87); font-family: Roboto, Helvetica, Arial, sans-serif; margin: 0; padding: 0; }
#message { background: white; max-width: 360px; margin: 100px auto 16px; padding: 32px 24px 16px; border-radius: 3px; }
#message h3 { color: #888; font-weight: normal; font-size: 16px; margin: 16px 0 12px; }
#message h2 { color: #ffa100; font-weight: bold; font-size: 16px; margin: 0 0 8px; }
#message h1 { font-size: 22px; font-weight: 300; color: rgba(0,0,0,0.6); margin: 0 0 16px;}
#message p { line-height: 140%; margin: 16px 0 24px; font-size: 14px; }
#message a { display: block; text-align: center; background: #039be5; text-transform: uppercase; text-decoration: none; color: white; padding: 16px; border-radius: 4px; }
#message, #message a { box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); }
#load { color: rgba(0,0,0,0.4); text-align: center; font-size: 13px; }
@media (max-width: 600px) {
body, #message { margin-top: 0; background: white; box-shadow: none; }
body { border-top: 16px solid #ffa100; }
}
</style>
</head>
<body>
<div id="message">
<h2>404</h2>
<h1>Page Not Found</h1>
<p>The specified file was not found on this website. Please check the URL for mistakes and try again.</p>
<h3>Why am I seeing this?</h3>
<p>This page was generated by the Firebase Command-Line Interface. To modify it, edit the <code>404.html</code> file in your project's configured <code>public</code> directory.</p>
</div>
</body>
</html>
1 change: 0 additions & 1 deletion dist/assets/index-9ztBEflp.css

This file was deleted.

1 change: 1 addition & 0 deletions dist/assets/index-lCkA_MAP.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1,512 changes: 0 additions & 1,512 deletions dist/assets/index-piEikc89.js

This file was deleted.

3,349 changes: 3,349 additions & 0 deletions dist/assets/index-zpJ-oCgE.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<script type="module" crossorigin src="/assets/index-piEikc89.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-9ztBEflp.css">
<script type="module" crossorigin src="/assets/index-zpJ-oCgE.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-lCkA_MAP.css">
</head>
<body>
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion firebase.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"hosting": {
"public": "public",
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
Expand Down
4 changes: 0 additions & 4 deletions src/components/compounds/addPlant/AddPlant.css

This file was deleted.

71 changes: 0 additions & 71 deletions src/components/compounds/addPlant/AddPlant.tsx

This file was deleted.

3 changes: 0 additions & 3 deletions src/components/elements/notesPopup/NotesContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ interface NotesComponentProps {
uniquePlantId: string;
}

// ...

// ...

const NotesComponent: React.FC<NotesComponentProps> = ({ uniquePlantId }) => {
const [notes, setNotes] = useState<string[]>([]);
Expand Down
4 changes: 1 addition & 3 deletions src/pages/myGarden/MyGarden.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ import { auth, db } from '../../config/firebase.ts';
import { getDocs, collection, DocumentData, DocumentSnapshot, doc, updateDoc, deleteField, getDoc} from "firebase/firestore";
import Button from '../../components/elements/button/Button.tsx';
import PlantInfo from '../../components/elements/plantInformation/PlantInfo.tsx';
import Popup from '../../components/elements/popup/Popup.tsx';
import AddPlant from '../../components/compounds/addPlant/AddPlant.tsx';
import NotesPopup from '../../components/elements/notesPopup/NotesPopup.tsx';
import NotesContainer from '../../components/elements/notesPopup/NotesContainer.tsx';




interface Plant{
id: number;
uniquePlantId: string;
Expand Down Expand Up @@ -137,7 +136,6 @@ const MyGarden: React.FC = () => {

return (
<>
<Popup popupText='Add Other Plants'><AddPlant /></Popup>


{userData?.map((user) => (
Expand Down
Binary file removed upload/images/images_1703294296146.jpg
Binary file not shown.
Binary file removed upload/images/images_1703294317202.jpg
Binary file not shown.
Binary file removed upload/images/images_1703294557708.jpg
Binary file not shown.
Binary file removed upload/images/images_1703294658332.jpg
Binary file not shown.
Binary file removed upload/images/images_1703294680926.jpg
Binary file not shown.
Binary file removed upload/images/images_1703294832345.jpg
Binary file not shown.
Binary file removed upload/images/images_1703294929384.jpg
Binary file not shown.
Binary file removed upload/images/images_1703294949910.jpg
Binary file not shown.
Binary file removed upload/images/images_1703295024106.jpg
Binary file not shown.
Binary file removed upload/images/images_1703295182697.jpg
Binary file not shown.
Binary file removed upload/images/images_1703295283501.jpg
Binary file not shown.
Binary file removed upload/images/images_1703295407463.jpg
Binary file not shown.
Binary file removed upload/images/images_1703295528025.jpg
Binary file not shown.
Binary file removed upload/images/images_1703295614877.jpg
Binary file not shown.
Binary file removed upload/images/images_1703295715476.jpg
Binary file not shown.
Binary file removed upload/images/images_1703295894296.jpg
Binary file not shown.
Binary file removed upload/images/images_1703296055908.jpg
Binary file not shown.
Binary file removed upload/images/images_1703296193619.jpg
Binary file not shown.
Binary file removed upload/images/images_1703296315393.jpg
Binary file not shown.
Binary file removed upload/images/images_1703296479835.jpg
Binary file not shown.
Binary file removed upload/images/images_1703296505499.jpg
Binary file not shown.
Binary file removed upload/images/images_1703296759290.jpg
Binary file not shown.
Binary file removed upload/images/images_1703296988220.jpg
Binary file not shown.
Binary file removed upload/images/images_1703297030493.jpg
Binary file not shown.
Binary file removed upload/images/images_1703297093749.jpg
Binary file not shown.
Binary file removed upload/images/images_1703297137057.jpg
Diff not rendered.
Binary file removed upload/images/images_1703297168804.jpg
Diff not rendered.
Binary file removed upload/images/images_1703297224642.jpg
Diff not rendered.
Binary file removed upload/images/images_1703297299051.jpg
Diff not rendered.
Binary file removed upload/images/images_1703297315005.jpg
Diff not rendered.
Binary file removed upload/images/images_1703297391871.jpg
Diff not rendered.
Binary file removed upload/images/images_1703297436101.jpg
Diff not rendered.
Binary file removed upload/images/images_1703297476854.jpg
Diff not rendered.
Binary file removed upload/images/images_1703297927786.jpg
Diff not rendered.
Binary file removed upload/images/images_1703298008155.jpg
Diff not rendered.
Binary file removed upload/images/images_1703298148892.jpg
Diff not rendered.
Binary file removed upload/images/images_1703298169798.jpg
Diff not rendered.
Binary file removed upload/images/images_1703298489396.jpg
Diff not rendered.
Binary file removed upload/images/images_1703298549244.jpg
Diff not rendered.
Binary file removed upload/images/images_1703298563451.jpg
Diff not rendered.
File renamed without changes

0 comments on commit aec44b3

Please sign in to comment.