From a69575525d5a7370976faaadae3a97b789452ea5 Mon Sep 17 00:00:00 2001 From: Onizuka-wl Date: Thu, 3 Oct 2024 11:47:24 -0300 Subject: [PATCH 1/6] chore: renamed some files, only components are capitalized --- src/types/index.ts | 4 ++-- src/utils/index.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/types/index.ts b/src/types/index.ts index 54d9f8d..fca3052 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -1,2 +1,2 @@ -export * from './Config'; -export * from './Theme'; +export * from './config'; +export * from './theme'; diff --git a/src/utils/index.ts b/src/utils/index.ts index a54ea12..e558945 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -1,4 +1,4 @@ export * from './getTheme'; -export * from './Variables'; +export * from './variables'; export * from './config'; export * from './format'; From 4e41fb14cc3040de1abf072cb1a41cb99df9ff6d Mon Sep 17 00:00:00 2001 From: Onizuka-wl Date: Thu, 3 Oct 2024 12:27:00 -0300 Subject: [PATCH 2/6] chore: git is not detecting file renames --- src/utils/{config.ts => configs.ts} | 0 src/utils/index.ts | 4 ++-- src/utils/{Variables.ts => variabless.ts} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename src/utils/{config.ts => configs.ts} (100%) rename src/utils/{Variables.ts => variabless.ts} (100%) diff --git a/src/utils/config.ts b/src/utils/configs.ts similarity index 100% rename from src/utils/config.ts rename to src/utils/configs.ts diff --git a/src/utils/index.ts b/src/utils/index.ts index e558945..dbe1844 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -1,4 +1,4 @@ export * from './getTheme'; -export * from './variables'; -export * from './config'; +export * from './variabless'; +export * from './configs'; export * from './format'; diff --git a/src/utils/Variables.ts b/src/utils/variabless.ts similarity index 100% rename from src/utils/Variables.ts rename to src/utils/variabless.ts From 9276a26c81e329709a11c745e33978c244edfcce Mon Sep 17 00:00:00 2001 From: Onizuka-wl Date: Thu, 3 Oct 2024 12:27:41 -0300 Subject: [PATCH 3/6] chore: renamed again --- src/utils/{configs.ts => config.ts} | 0 src/utils/index.ts | 4 ++-- src/utils/{variabless.ts => variables.ts} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename src/utils/{configs.ts => config.ts} (100%) rename src/utils/{variabless.ts => variables.ts} (100%) diff --git a/src/utils/configs.ts b/src/utils/config.ts similarity index 100% rename from src/utils/configs.ts rename to src/utils/config.ts diff --git a/src/utils/index.ts b/src/utils/index.ts index dbe1844..e558945 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -1,4 +1,4 @@ export * from './getTheme'; -export * from './variabless'; -export * from './configs'; +export * from './variables'; +export * from './config'; export * from './format'; diff --git a/src/utils/variabless.ts b/src/utils/variables.ts similarity index 100% rename from src/utils/variabless.ts rename to src/utils/variables.ts From 3419e841dcd44955fedb65e2ef23f7dc73baecb1 Mon Sep 17 00:00:00 2001 From: Onizuka-wl Date: Thu, 3 Oct 2024 12:31:16 -0300 Subject: [PATCH 4/6] chore: renamed due to github error no tracking filename changes --- src/types/{Config.ts => Configs.ts} | 0 src/types/{Theme.ts => Themes.ts} | 0 src/types/index.ts | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename src/types/{Config.ts => Configs.ts} (100%) rename src/types/{Theme.ts => Themes.ts} (100%) diff --git a/src/types/Config.ts b/src/types/Configs.ts similarity index 100% rename from src/types/Config.ts rename to src/types/Configs.ts diff --git a/src/types/Theme.ts b/src/types/Themes.ts similarity index 100% rename from src/types/Theme.ts rename to src/types/Themes.ts diff --git a/src/types/index.ts b/src/types/index.ts index fca3052..8292131 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -1,2 +1,2 @@ -export * from './config'; -export * from './theme'; +export * from './Configs'; +export * from './Themes'; From a3a316084ef5844fd5a8d4cc814b6e7054e2c12b Mon Sep 17 00:00:00 2001 From: Onizuka-wl Date: Thu, 3 Oct 2024 12:32:20 -0300 Subject: [PATCH 5/6] chore: renamed again --- src/types/{Configs.ts => config.ts} | 0 src/types/index.ts | 4 ++-- src/types/{Themes.ts => theme.ts} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename src/types/{Configs.ts => config.ts} (100%) rename src/types/{Themes.ts => theme.ts} (100%) diff --git a/src/types/Configs.ts b/src/types/config.ts similarity index 100% rename from src/types/Configs.ts rename to src/types/config.ts diff --git a/src/types/index.ts b/src/types/index.ts index 8292131..fca3052 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -1,2 +1,2 @@ -export * from './Configs'; -export * from './Themes'; +export * from './config'; +export * from './theme'; diff --git a/src/types/Themes.ts b/src/types/theme.ts similarity index 100% rename from src/types/Themes.ts rename to src/types/theme.ts From ce9736d1e6121b1f9ce0bbb4f69fba57334ca9ea Mon Sep 17 00:00:00 2001 From: Onizuka-wl Date: Thu, 3 Oct 2024 13:40:04 -0300 Subject: [PATCH 6/6] chore: removed capitalized name for theme folder --- src/config/index.ts | 2 +- src/config/{Theme => themes}/index.ts | 0 src/config/{Theme => themes}/muiThemeConfig.ts | 0 src/config/{Theme => themes}/rainbowTheme.ts | 0 src/config/{Theme => themes}/theme.ts | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename src/config/{Theme => themes}/index.ts (100%) rename src/config/{Theme => themes}/muiThemeConfig.ts (100%) rename src/config/{Theme => themes}/rainbowTheme.ts (100%) rename src/config/{Theme => themes}/theme.ts (100%) diff --git a/src/config/index.ts b/src/config/index.ts index 00898c2..b60eac2 100644 --- a/src/config/index.ts +++ b/src/config/index.ts @@ -1,9 +1,9 @@ import { createPublicClient, http } from 'viem'; import { mainnet } from 'viem/chains'; import { Config } from '~/types'; -import { getCustomThemes } from './Theme'; import { getConstants } from './constants'; import { getEnv } from './env'; +import { getCustomThemes } from './themes'; // this provider if for load data when the user is disconnected export const publicClient = createPublicClient({ diff --git a/src/config/Theme/index.ts b/src/config/themes/index.ts similarity index 100% rename from src/config/Theme/index.ts rename to src/config/themes/index.ts diff --git a/src/config/Theme/muiThemeConfig.ts b/src/config/themes/muiThemeConfig.ts similarity index 100% rename from src/config/Theme/muiThemeConfig.ts rename to src/config/themes/muiThemeConfig.ts diff --git a/src/config/Theme/rainbowTheme.ts b/src/config/themes/rainbowTheme.ts similarity index 100% rename from src/config/Theme/rainbowTheme.ts rename to src/config/themes/rainbowTheme.ts diff --git a/src/config/Theme/theme.ts b/src/config/themes/theme.ts similarity index 100% rename from src/config/Theme/theme.ts rename to src/config/themes/theme.ts