forked from b00tc4mp/isdi-bootcamp-202409
-
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.
add names to functions unsocial b00tc4mp#177
- Loading branch information
1 parent
82db654
commit 2b0ebcc
Showing
26 changed files
with
119 additions
and
51 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 +1 @@ | ||
[{"id":"m32t2w8d0yi","image":"https://media.giphy.com/media/3ohhwfAa9rbXaZe86c/giphy.gif?cid=790b7611vkbow49vtlhlh26tztuwge5f7tsvouu717wswm5m&ep=v1_gifs_trending&rid=giphy.gif&ct=g","text":"dancing","author":"m2x63gb7wns","date":"2024-11-04T09:15:33.422Z","likes":["m2x3s1fei2j"],"comments":[{"id":"m334yw6e0bp","author":"m2x3s1fei2j","text":"yeaaaah!","date":"2024-11-04T14:48:22.118Z"}]},{"id":"m34qfoc79f","image":"https://media.giphy.com/media/3o6fJ2J2Ct3zcv1u7K/giphy.gif?cid=82a1493bo701yn1qku7idmqtxj64051wwvcjjciv9xfpkjdo&ep=v1_gifs_trending&rid=giphy.gif&ct=g","text":"what?","author":"m2x3s1fei2j","date":"2024-11-05T17:37:03.223Z","likes":["m2x3s1fei2j"],"comments":[]},{"id":"m34rvj64rue","image":"https://media.giphy.com/media/MuztdWJQ4PR7i/giphy.gif?cid=82a1493bk9c1o75hwpz97wxjt4xrlr382ihmekfn278tae9c&ep=v1_gifs_trending&rid=giphy.gif&ct=g","text":"showertime","author":"m2x63gb7wns","date":"2024-11-05T18:17:22.637Z","likes":[],"comments":[]}] | ||
[{"id":"m32t2w8d0yi","image":"https://media.giphy.com/media/3ohhwfAa9rbXaZe86c/giphy.gif?cid=790b7611vkbow49vtlhlh26tztuwge5f7tsvouu717wswm5m&ep=v1_gifs_trending&rid=giphy.gif&ct=g","text":"dancing","author":"m2x63gb7wns","date":"2024-11-04T09:15:33.422Z","likes":["m2x3s1fei2j","m2x63gb7wns"],"comments":[{"id":"m334yw6e0bp","author":"m2x3s1fei2j","text":"yeaaaah!","date":"2024-11-04T14:48:22.118Z"}]},{"id":"m34qfoc79f","image":"https://media.giphy.com/media/3o6fJ2J2Ct3zcv1u7K/giphy.gif?cid=82a1493bo701yn1qku7idmqtxj64051wwvcjjciv9xfpkjdo&ep=v1_gifs_trending&rid=giphy.gif&ct=g","text":"what?","author":"m2x3s1fei2j","date":"2024-11-05T17:37:03.223Z","likes":["m2x3s1fei2j","m2x63gb7wns"],"comments":[{"id":"m35zmkr2rsh","author":"m2x3s1fei2j","text":"holaaaa\n","date":"2024-11-06T14:42:07.887Z"}]},{"id":"m34rvj64rue","image":"https://media.giphy.com/media/MuztdWJQ4PR7i/giphy.gif?cid=82a1493bk9c1o75hwpz97wxjt4xrlr382ihmekfn278tae9c&ep=v1_gifs_trending&rid=giphy.gif&ct=g","text":"showertime","author":"m2x63gb7wns","date":"2024-11-05T18:17:22.637Z","likes":["m2x3s1fei2j"],"comments":[{"id":"m35neztvyc7","author":"m2x3s1fei2j","text":"🥰🥰","date":"2024-11-06T09:00:18.788Z"}]}] |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.Form { | ||
display: inline-flex; | ||
} |
4 changes: 2 additions & 2 deletions
4
staff/juanp-arias/unsocial/app/src/components/function/AddComments.jsx
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
Empty file.
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
3 changes: 3 additions & 0 deletions
3
staff/juanp-arias/unsocial/app/src/components/function/Comments.css
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.comments { | ||
display: block; | ||
} |
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
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
6 changes: 3 additions & 3 deletions
6
staff/juanp-arias/unsocial/app/src/components/library/Button.jsx
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,5 +1,5 @@ | ||
import './Button.css' | ||
|
||
export default ({ type, children, onClick }) => | ||
<button type={type} className="Button" onClick={onClick}>{children}</button> | ||
|
||
export default function Button({ type, children, onClick }) { | ||
return <button type={type} className="Button" onClick={onClick}>{children}</button> | ||
} |
6 changes: 3 additions & 3 deletions
6
staff/juanp-arias/unsocial/app/src/components/library/Field.jsx
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,5 +1,5 @@ | ||
import './Field.css' | ||
|
||
export default ({ children }) => | ||
<div className="Field">{children}</div> | ||
|
||
export default function Field({ children }) { | ||
return <div className="Field">{children}</div> | ||
} |
6 changes: 3 additions & 3 deletions
6
staff/juanp-arias/unsocial/app/src/components/library/Form.jsx
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,6 +1,6 @@ | ||
import './Form.css' | ||
|
||
export default ({ children, onSubmit }) => | ||
<form className="Form" onSubmit={onSubmit}>{children}</form> | ||
|
||
export default function Form({ children, onSubmit }) { | ||
return <form className="Form" onSubmit={onSubmit}>{children}</form> | ||
} | ||
|
6 changes: 3 additions & 3 deletions
6
staff/juanp-arias/unsocial/app/src/components/library/Input.jsx
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,5 +1,5 @@ | ||
import './Input.css' | ||
|
||
export default ({ type, id, placeholder }) => | ||
<input type={type} id={id} placeholder={placeholder} className="Input" /> | ||
|
||
export default function Input({ type, id, placeholder }) { | ||
return <input type={type} id={id} placeholder={placeholder} className="Input" /> | ||
} |
6 changes: 3 additions & 3 deletions
6
staff/juanp-arias/unsocial/app/src/components/library/Label.jsx
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,6 +1,6 @@ | ||
import './Label.css' | ||
|
||
export default ({ htmlfor, children }) => | ||
<label hmtlfor={htmlfor} className="Label">{children}</label> | ||
|
||
export default function Label({ htmlfor, children }) { | ||
return <label hmtlfor={htmlfor} className="Label">{children}</label> | ||
} | ||
|
2 changes: 1 addition & 1 deletion
2
staff/juanp-arias/unsocial/app/src/components/library/PasswordInput.jsx
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
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
Oops, something went wrong.