Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 01436f1
Author: ROTO0504 <[email protected]>
Date:   Fri Nov 8 00:35:19 2024 +0900

    🚧 minWidth消去

commit 34e6af8
Author: ROTO0504 <[email protected]>
Date:   Thu Nov 7 11:51:43 2024 +0900

    🚧 toaster 追加

commit a0c4dc9
Author: ROTO0504 <[email protected]>
Date:   Mon Nov 4 19:33:03 2024 +0900

    🚧 見た目制作

commit b3edd6f
Author: ROTO0504 <[email protected]>
Date:   Thu Oct 31 18:28:48 2024 +0900

    Squashed commit of the following:

    commit 07e4abb
    Author: ROTO0504 <[email protected]>
    Date:   Thu Oct 31 18:23:37 2024 +0900

        Squashed commit of the following:

        commit 3f0ad5a
        Author: ROTO0504 <[email protected]>
        Date:   Thu Oct 31 18:20:39 2024 +0900

            🚧 bun run test

        commit c50c27f
        Author: ROTO0504 <[email protected]>
        Date:   Thu Oct 31 18:19:05 2024 +0900

            🚧 スタイル以外作成

        commit f5e3c98
        Author: ROTO0504 <[email protected]>
        Date:   Thu Oct 31 16:08:31 2024 +0900

            🚧 toasterを修正

        commit 312c97e
        Author: ROTO0504 <[email protected]>
        Date:   Thu Oct 31 14:30:01 2024 +0900

            🚧 toaster改善

        commit 6725253
        Author: ROTO0504 <[email protected]>
        Date:   Thu Oct 31 14:02:04 2024 +0900

            🚧 test

        commit 90955f5
        Author: ROTO0504 <[email protected]>
        Date:   Thu Oct 31 12:09:01 2024 +0900

            🚧 エラーをtoaster表示へ移行

        commit c12d24b
        Author: ROTO0504 <[email protected]>
        Date:   Wed Oct 30 02:20:56 2024 +0900

            🚧 dialog表示の根本完成
            TODO: ダイアログの表示を完成させる

        commit 4311593
        Author: ROTO0504 <[email protected]>
        Date:   Fri Oct 25 17:22:51 2024 +0900

            🚧  useForm設定完了

        commit e79f00f
        Author: ROTO0504 <[email protected]>
        Date:   Wed Oct 23 19:51:33 2024 +0900

            🚧 useForm前コミット

        commit 6f322da
        Author: ROTO0504 <[email protected]>
        Date:   Mon Oct 21 23:58:39 2024 +0900

            🚧 フォーム作成
            datePickerがよくない

        commit 9e0ec94
        Author: ROTO0504 <[email protected]>
        Date:   Mon Oct 21 02:45:23 2024 +0900

            🚧 company-form 制作開始

    commit a432378
    Author: wappon28dev <[email protected]>
    Date:   Thu Oct 31 04:30:01 2024 +0900

        ✨ テリトリーからシードを割り出せられるように

    commit cafc9b0
    Author: wappon28dev <[email protected]>
    Date:   Thu Oct 31 02:24:47 2024 +0900

        🎨 .prettierrc が尊重されていない……

    commit f56eb0d
    Author: nasubi916 <[email protected]>
    Date:   Thu Oct 31 02:14:42 2024 +0900

        sql demo data insert

    commit 7bab2d0
    Author: nasubi916 <[email protected]>
    Date:   Wed Oct 30 10:06:30 2024 +0900

        bun run test

    commit 1dca0a0
    Author: nasubi916 <[email protected]>
    Date:   Wed Oct 30 10:02:29 2024 +0900

        squash

    commit 3ca859d
    Author: wappon28dev <[email protected]>
    Date:   Wed Oct 30 09:44:00 2024 +0900

        ✨ `calcStatus` の実装

    commit 5bc8c10
    Author: wappon28dev <[email protected]>
    Date:   Sun Oct 27 03:52:26 2024 +0900

        ✨ TableConfig を具象クラスのジェネリクスに追加, factories に fromUserId とか追加

    commit 5be56b9
    Author: nasubi916 <[email protected]>
    Date:   Sat Oct 26 17:49:32 2024 +0900

        miss

    commit 3056ae9
    Author: nasubi916 <[email protected]>
    Date:   Sat Oct 26 17:49:12 2024 +0900

        squash merge

    commit 9097c4c
    Author: wappon28dev <[email protected]>
    Date:   Sat Oct 26 16:50:04 2024 +0900

        ✨ Table 抽象クラスとエラーハンドリング

        - テーブルごとにクラスを実装
          - comments
          - fruits
          - pledges
          - reports
          - sponsor-data
          - categorys
          - projects
          - seeds
          - sowers
          - sponsors
          - territorys
          - users
        - エラーハンドリング追加
        - Table まわりの型ユーティリティーを追加

commit 48ed908
Author: ROTO0504 <[email protected]>
Date:   Sun Oct 27 00:32:17 2024 +0900

    first commit
  • Loading branch information
ROTO0504 committed Nov 7, 2024
1 parent 70ee4f6 commit 0475d03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/sva/contactField.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export const svaContactField = sva({
gridTemplateColumns: "1fr",
width: "70vw",
maxWidth: "700px",
minWidth: "300px",
borderRadius: "md",
},
textarea: {
Expand Down

0 comments on commit 0475d03

Please sign in to comment.