Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MVP #84

Open
wants to merge 62 commits into
base: main
Choose a base branch
from
Open

MVP #84

Changes from 1 commit
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
1d1d6a3
initial commit
elliotBraem Jan 17, 2023
e0c7a0e
initializes gitignore
elliotBraem Jan 17, 2023
4f6a2be
feat starter documents
gurambalavadze Jan 18, 2023
5dd5fe1
add fonts
gurambalavadze Jan 18, 2023
7325d70
add typography styles
gurambalavadze Jan 18, 2023
d4b324c
feat dashboard
gurambalavadze Jan 18, 2023
dd90934
add router dom
gurambalavadze Jan 19, 2023
fd5a399
fix tab animate
gurambalavadze Jan 20, 2023
e47d7c6
fix start page
gurambalavadze Jan 20, 2023
a270554
fix start page
gurambalavadze Jan 20, 2023
589a1a7
fix start page
gurambalavadze Jan 20, 2023
299ebb4
fix first page
gurambalavadze Jan 22, 2023
039653c
feat btn
gurambalavadze Jan 22, 2023
1aee201
feat routes
gurambalavadze Jan 22, 2023
3eaf7fe
feat explore page
gurambalavadze Jan 23, 2023
656c828
fix explore page
gurambalavadze Jan 25, 2023
d0328b0
fix theme
gurambalavadze Jan 25, 2023
c1a642d
fix buttons
gurambalavadze Jan 25, 2023
163acc5
fix login
gurambalavadze Jan 25, 2023
55c1b49
feat login info page
gurambalavadze Jan 25, 2023
a1292cc
fix login
gurambalavadze Jan 26, 2023
4ebb0db
feat connect page
gurambalavadze Jan 26, 2023
4f88555
fix connect page
gurambalavadze Jan 28, 2023
ef564a8
fix connect page
gurambalavadze Jan 28, 2023
efdd9de
fix connect error
gurambalavadze Jan 29, 2023
a3018a7
fix explore
gurambalavadze Jan 29, 2023
1e59273
fix header
gurambalavadze Jan 29, 2023
4614bbb
code refactor
gurambalavadze Jan 30, 2023
913ff0c
feat camera accesee & capture photo
gurambalavadze Feb 3, 2023
51699f6
Merge branch 'mvp' of https://github.com/near-everything/app into mvp
gurambalavadze Feb 3, 2023
3519cd9
fix take photo
gurambalavadze Feb 6, 2023
93e83f0
feat brightness & camera size
gurambalavadze Feb 6, 2023
eae1153
fix create
gurambalavadze Feb 8, 2023
f98d405
fix create
gurambalavadze Feb 8, 2023
de7b183
image list scroll
gurambalavadze Feb 9, 2023
fe94b24
feat create quit
gurambalavadze Feb 9, 2023
f10a05e
feat uplaod animation
gurambalavadze Feb 11, 2023
7de0882
fix uplaod animation
gurambalavadze Feb 11, 2023
a1799c1
fix single upload
gurambalavadze Feb 13, 2023
83b8714
fix template
gurambalavadze Feb 14, 2023
975c900
fix template
gurambalavadze Feb 14, 2023
6e2964e
fix template
gurambalavadze Feb 14, 2023
7528c26
fix template
gurambalavadze Feb 17, 2023
5c98cb0
fix template
gurambalavadze Feb 17, 2023
3ed2812
fix template
gurambalavadze Feb 17, 2023
13ab4ea
fix template
gurambalavadze Feb 18, 2023
4ce93f4
feat create landing
gurambalavadze Feb 18, 2023
006ccf1
feat finish template
gurambalavadze Feb 18, 2023
293143d
fix finish template
gurambalavadze Feb 18, 2023
3a123a2
finish template
gurambalavadze Feb 19, 2023
bc2add5
fix template list
gurambalavadze Feb 19, 2023
dd3d22c
feat new template
gurambalavadze Feb 19, 2023
8fde41f
feat profile
gurambalavadze Feb 19, 2023
e07887a
fix profile
gurambalavadze Feb 21, 2023
a560c29
feat share & copy to clipboard
gurambalavadze Feb 27, 2023
67b5d77
fix share
gurambalavadze Feb 27, 2023
df0be5f
fix profile collection
gurambalavadze Feb 27, 2023
978408e
fix profile collection
gurambalavadze Feb 27, 2023
343fa69
fix When making a payment as the admin, instead of deal title, the co…
gurambalavadze Mar 6, 2023
79b02a0
fix profile
gurambalavadze Mar 20, 2023
7f34883
feat setting
gurambalavadze Mar 23, 2023
872ce5c
fix setting with no account
gurambalavadze Mar 27, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add typography styles
  • Loading branch information
gurambalavadze committed Jan 18, 2023
commit 7325d70755dc989628bca23712f94cfec9df569a
175 changes: 173 additions & 2 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,179 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/**/*.{html,js}"],
content: ["./src/**/*.{js,jsx,ts,tsx}"],
theme: {
extend: {},
extend: {
fontSize: {
"Large-Title": [
"32px",
{
lineHeight: "44.8px",
fontWeight: "400",
},
],
"Large-Titleb": [
"32px",
{
lineHeight: "44.8px",
fontWeight: "700",
},
],
"Title-1": [
"26px",
{
lineHeight: "36.4px",
fontWeight: "400",
},
],
"Title-1b": [
"26px",
{
lineHeight: "36.4px",
fontWeight: "700",
},
],
"Title-X": [
"24px",
{
lineHeight: "33.6px",
fontWeight: "400",
},
],
"Title-Xb": [
"24px",
{
lineHeight: "33.6px",
fontWeight: "400",
},
],
"Title-3": [
"18px",
{
lineHeight: "25.2px",
fontWeight: "400",
},
],
"Title-3b": [
"18px",
{
lineHeight: "25.2px",
fontWeight: "700",
},
],
"Body": [
"16px",
{
lineHeight: "24px",
fontWeight: "400",
},
],
"Bodyb": [
"16px",
{
lineHeight: "22.4px",
fontWeight: "700",
},
],
"Button": [
"16px",
{
lineHeight: "22.4px",
fontWeight: "500",
},
],
"Buttonb": [
"16px",
{
lineHeight: "22.4px",
fontWeight: "600",
},
],
"Callout": [
"15px",
{
lineHeight: "21px",
fontWeight: "400",
},
],
"Calloutb": [
"15px",
{
lineHeight: "21px",
fontWeight: "600",
},
],
"Subheadline": [
"14px",
{
lineHeight: "19.6px",
fontWeight: "400",
},
],
"Subheadlineb": [
"14px",
{
lineHeight: "19.6px",
fontWeight: "600",
},
],
"Caption-1": [
"13px",
{
lineHeight: "15.6px",
fontWeight: "400",
},
],
"Caption-1b": [
"13px",
{
lineHeight: "18.2px",
fontWeight: "600",
},
],
"Caption-2": [
"12px",
{
lineHeight: "16.8px",
fontWeight: "400",
},
],
"Caption-2b": [
"12px",
{
lineHeight: "16.8px",
fontWeight: "500",
},
],
"Caption-3": [
"11px",
{
lineHeight: "15.4px",
fontWeight: "400",
},
],
"Caption-3b": [
"11px",
{
lineHeight: "15.4px",
fontWeight: "600",
},
],
"Caption-4": [
"10px",
{
lineHeight: "14px",
fontWeight: "400",
},
],
"Caption-4b": [
"10px",
{
lineHeight: "14px",
fontWeight: "600",
},
],
},
},
},
plugins: [
require("@tailwindcss/typography"),
Expand Down