Skip to content

Commit

Permalink
Merge pull request #84 from dnd-side-project/feature/#83
Browse files Browse the repository at this point in the history
μžμž˜ν•œ μˆ˜μ • 및 λ‘œλ”© μ»΄ν¬λ„ŒνŠΈ μ œμž‘
  • Loading branch information
spolice0324 committed Mar 18, 2024
2 parents daeae01 + fdbbb56 commit 9fe6419
Show file tree
Hide file tree
Showing 9 changed files with 498 additions and 156 deletions.
2 changes: 1 addition & 1 deletion components/compositions/dashboard/tree-info.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const TreeInfo = ({ filter }: { filter: FilterType }) => {
λ‚΄ 정원에 심어진 λ‚˜λ¬΄λŠ”
<br />
<b className="text-mainTitle1-bold mt-1 text-black">
총 {data?.user?.totalSurveyCnt ?? 0}그루
총 {data?.user?.totalSurveyCnt ?? 0}그루
</b>
</p>
<div className="w-20 h-20 bg-text-main-whiteFF flex justify-center items-center rounded-full">
Expand Down
2 changes: 1 addition & 1 deletion components/compositions/header/developer-info/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const DeveloperInfo = () => {
open={openAlert}
onChangeOpen={setOpenAlert}
trigger={
<p className="py-[14px] text-body1-bold text-text-main-black11">
<p className="py-[14px] text-body1-bold text-text-main-black11 cursor-pointer">
μ œμž‘ 정보
</p>
}
Expand Down
2 changes: 1 addition & 1 deletion components/compositions/header/edit-setting/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const EditProfile = () => {
open={openAlert}
onChangeOpen={setOpenAlert}
trigger={
<p className="py-[14px] text-body1-bold text-text-main-black11">
<p className="py-[14px] text-body1-bold text-text-main-black11 cursor-pointer">
ν”„λ‘œν•„ νŽΈμ§‘
</p>
}
Expand Down
7 changes: 2 additions & 5 deletions components/compositions/header/setting/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const Setting = () => {

<Modal
trigger={
<p className="py-[14px] text-body1-bold text-text-main-black11">
<p className="py-[14px] text-body1-bold text-text-main-black11 cursor-pointer">
λ‘œκ·Έμ•„μ›ƒ
</p>
}
Expand Down Expand Up @@ -119,13 +119,10 @@ const Setting = () => {
/> */}
</section>
<section className="py-4 px-5 flex flex-col items-start">
<h4 className="text-body3-medium text-text-sub-gray4f py-2">
<h4 className="text-body3-medium text-text-sub-gray4f py-2 ">
λ‚¨μ˜ μœ„ν‚€
</h4>
<DeveloperInfo />
<FilterProvider>
<WriteList />
</FilterProvider>
</section>
</div>
</Drawer>
Expand Down
185 changes: 40 additions & 145 deletions components/loading/index.tsx

Large diffs are not rendered by default.

450 changes: 450 additions & 0 deletions components/svgs/many-trees.tsx

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/ui/drawer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const Drawer = ({
const newState = !state ?? isMounted
if (ref.current) {
css(ref.current, {
position: 'absolute',
position: 'fixed',
right: '-100%',
top: '0px',
width: '100%',
Expand Down
2 changes: 1 addition & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default function NamuiWikiApp({
<HydrationBoundary state={pageProps.dehydratedState}>
<div className="grow hidden lg:flex flex-col pb-8">
<div className="grow flex flex-col justify-center">
<h3 className="text-[32px] leading-[42px] text-text-main-black11">
<h3 className="font-bold text-[32px] leading-[42px] text-text-main-black11">
남이 μ“°λŠ” λ‚˜μ˜ μ†Œκ°œμ„œ
</h3>
<div className="max-w-xs max-h-24 flex items-center flex-col grow mt-3">
Expand Down
2 changes: 1 addition & 1 deletion pages/garden/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const Pages = () => {
/>
</div>
<Link href="/dashboard" className="w-full">
<button className="w-full px-4 py-3 rounded-md text-body3-medium text-main-green-green800 bg-main-green-green50 ">
<button className="w-full px-4 py-3 rounded-md text-body3-medium text-main-green-green800 bg-main-green-green50 hover:text-main-green-green300 hover:bg-[#f3faf3] active:bg-main-green-green100 active:text-main-green-green800">
λ‚΄ κ²°κ³Ό 보기
</button>
</Link>
Expand Down

0 comments on commit 9fe6419

Please sign in to comment.