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

Update minor things #114

Merged
merged 6 commits into from
Feb 21, 2024
Merged
Changes from 1 commit
Commits
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
autocomplete off
sakihet committed Feb 21, 2024
commit c43234eeb8de0de24748695471f95792c61db257
2 changes: 1 addition & 1 deletion src/components/BoardList.tsx
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ export default function BoardList(

return (
<div class="layout-stack-4 overflow-y-auto pattern-height-board-list py-2 pr-2 pattern-scrollbar-thick">
<form onSubmit={handleSubmit} onReset={handleReset}>
<form onSubmit={handleSubmit} onReset={handleReset} autocomplete="off">
<div class="flex-row">
<label for="board-filter">
<div class="inline-block h-6 w-6 text-center border-solid border-1 border-color-primary">
2 changes: 1 addition & 1 deletion src/components/PageBoard.tsx
Original file line number Diff line number Diff line change
@@ -295,7 +295,7 @@ export default function PageBoard(
</div>
}
<div class="px-3 h-6">
<form onSubmit={handleSubmit} onReset={handleReset}>
<form onSubmit={handleSubmit} onReset={handleReset} autocomplete="off">
<div class="flex-row">
<label for="card-filter">
<div class="inline-block h-6 w-6 text-center border-solid border-1 border-color-primary bg-primary">