-
Notifications
You must be signed in to change notification settings - Fork 7
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
Release #103
base: main
Are you sure you want to change the base?
Conversation
Feature/link frontend
chore: modify the dashboard page and add the pnpm-lock ignore
chore:xy-test2
Update page.tsx
Merge pull request #31 from DemocracyDevelopers/release
Feature/main page
Feature/main page
feat: support jest and add a demo
feat: add mdi && add sample fetch
The Uploader component has been modified to accept an optional className prop. This allows for more flexibility in styling the component when it is used in different contexts. - Updated the Uploader component to include an interface UploaderProps with a className prop - Modified the JSX code to pass the className prop to the root div element Closes #<issue_number>
…t with search bar
Feature/sprint2
# Conflicts: # app/dashboard/components/elimination-tree/index.tsx
…dd difficulty/margin for sample file ( not these number is not real)
…ard-page Feature/sample dashboard page
…oard-page Feature/sample dashboard page
fix: search records still exist when the text was cleared in search bar; change arrow icons; change the style of fold and unfold button for toc;
chore: delete floatingmenu(useless now)
Feature/yilin2
chore: update versions of @radix-ui/react-checkbox and @radix-ui/reac…
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shadcn应该有合适的table了,不需要用table标签来写
/> | ||
</svg> | ||
</button> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
关闭按钮应该lucide里面有,不需要自己找svg图标
{maxDifficulty}{" "} | ||
<span className="font-semibold">Minimum Margin:</span> {minMargin} | ||
</p> | ||
</div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
不需要用这么多 {“ ”}, 应该有其他方案
</div> | ||
</div> | ||
); | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
用shadcn自带的表格,不要用table
No description provided.