build: release 파일 추가 및 주석태그들 제거

This commit is contained in:
sechan100 2025-02-02 16:37:21 +09:00
parent 45e14b0512
commit a63687be2e
3 changed files with 3 additions and 6 deletions

View file

@ -8,7 +8,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3

View file

@ -25,9 +25,8 @@ export interface AchivementPageProps {
month: Month;
}
export const AchivementPage = ({ month }: AchivementPageProps) => {
// FIXME: routine -> note로
const [type, setType] = useState<AchivementType>("note");
const { view, leafBgColor } = useLeaf();
const { leafBgColor } = useLeaf();
return (
<>

View file

@ -51,9 +51,6 @@ export const TodoTaskWidget = React.memo(({ task, parent }: TodoTaskProps) => {
const onOptionMenu = useCallback((m: Menu) => {
/**
* TODO INFO
*/
m.addItem(i => {
i.setTitle(`Todo: ${task.name}`);
i.setIcon("info");