Skip to content

Commit

Permalink
cleaned up code
Browse files Browse the repository at this point in the history
  • Loading branch information
kt946 committed Oct 24, 2022
1 parent 541465b commit cbb2b56
Show file tree
Hide file tree
Showing 8 changed files with 3,739 additions and 4,125 deletions.
1 change: 0 additions & 1 deletion README.old.md

This file was deleted.

7,795 changes: 3,711 additions & 4,084 deletions client/package-lock.json

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "codename-poseidon",
"name": "client",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:3001/",
Expand All @@ -19,7 +19,8 @@
"react-router-dom": "^6.4.2",
"react-scripts": "5.0.1",
"sass": "^1.55.0",
"web-vitals": "^2.1.4"
"web-vitals": "^2.1.4",
"animate.css": "^4.1.1"
},
"scripts": {
"start": "react-scripts start",
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/BioForm/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useState, useRef } from "react";
import React, { useRef } from "react";
import { Form, Button, FloatingLabel } from "react-bootstrap";
import { useMutation } from "@apollo/client";
import { EDIT_USER } from "../../utils/mutations";
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/FriendList/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";
import { Link } from "react-router-dom";
import { Col, Card, Button } from "react-bootstrap";
import { Col, Card } from "react-bootstrap";


const FriendList = ({ friendCount, username, friends }) => {
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/ProfileError/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react";
import { Col, Card, Row } from "react-bootstrap";
import { Col, Card } from "react-bootstrap";

const ProfileError = ({ username, joinDate }) => {
return (
Expand Down
46 changes: 18 additions & 28 deletions package-lock.json

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

11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "codename-poseidon",
"name": "codeflow",
"version": "1.0.0",
"description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
"main": "index.js",
Expand All @@ -12,19 +12,16 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/cnohilly/codename-poseidon.git"
"url": "git+https://github.com/cnohilly/codeflow.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cnohilly/codename-poseidon/issues"
"url": "https://github.com/cnohilly/codeflow/issues"
},
"homepage": "https://github.com/cnohilly/codename-poseidon#readme",
"homepage": "https://github.com/cnohilly/codeflow#readme",
"devDependencies": {
"concurrently": "^7.4.0"
},
"dependencies": {
"animate.css": "^4.1.1"
}
}

0 comments on commit cbb2b56

Please sign in to comment.