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

Let's improve the functions and organize the next step to #7

Open
wants to merge 62 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
8ee83f6
some fix
Apr 5, 2024
4c44a0d
some fix
Apr 5, 2024
9e8d504
some fix
Apr 5, 2024
9b4242a
some fix
Apr 5, 2024
fbff7c5
some fix
Apr 5, 2024
e000a3d
some fix
Apr 5, 2024
fe7d8a6
some fix
Apr 5, 2024
1f8a478
some fix
Apr 5, 2024
58e320e
some fix
Apr 5, 2024
5fc0a18
some fix
Apr 5, 2024
c6dc263
some fix
Apr 5, 2024
cafb1ad
some fix
Apr 5, 2024
1f5a269
some fix
Apr 5, 2024
3380676
some fix
Apr 5, 2024
deb6cc5
some fix
Apr 5, 2024
c713b4b
some fix
Apr 5, 2024
898971d
some fix
Apr 5, 2024
38b6e84
some fix
Apr 5, 2024
9a68377
some fix
Apr 5, 2024
7794849
some fix
Apr 5, 2024
34d8cd2
some fix
Apr 5, 2024
5682993
some fix
Apr 5, 2024
e3cdeae
some fix
Apr 5, 2024
b10924f
some fix
Apr 5, 2024
9c1de69
some fix
Apr 6, 2024
254ee8d
some fix
Apr 6, 2024
57a22b5
some fix
Apr 6, 2024
8da665e
some fix
Apr 6, 2024
2de8edc
some fix
Apr 6, 2024
bd67fc8
some fix
Apr 6, 2024
243c610
some fix
Apr 6, 2024
97782b2
some fix
Apr 6, 2024
ee075fb
some fix
Apr 6, 2024
988252f
some fix
Apr 6, 2024
63551ad
some fix
Apr 6, 2024
9dcc07a
some fix
Apr 6, 2024
87c08a9
some fix
Apr 6, 2024
ce5550f
some fix
Apr 6, 2024
3409e2a
some fix
Apr 6, 2024
447d577
some fix
Apr 6, 2024
5d954bc
Feature/dnd (#1)
kvandake Apr 9, 2024
615d000
some fix
Apr 21, 2024
3af3cf5
some fix
Apr 21, 2024
e9a3133
some fix
Apr 21, 2024
099ec1f
some fix
Apr 21, 2024
e97acd6
some fix
Apr 21, 2024
e6e0d88
some fix
Apr 21, 2024
a1f62e6
some fix
Apr 21, 2024
befaa0b
some fix
Apr 21, 2024
60a8af2
some fix
Apr 21, 2024
66faeec
some fix
Apr 22, 2024
79194d6
som fix
Apr 23, 2024
3418138
some fix
Apr 23, 2024
c161e2a
som fix
Apr 23, 2024
bd10f5b
some fix
Apr 26, 2024
ce00668
som fix
Apr 26, 2024
557400b
some fix
Apr 26, 2024
37a2743
some fix
Apr 26, 2024
ceb5025
some fix
Apr 29, 2024
503ff45
some fix
kvandake May 13, 2024
66eb07f
some fix
kvandake May 24, 2024
58deb3c
some fix
kvandake May 26, 2024
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
1 change: 1 addition & 0 deletions .chromatic
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
token=chpt_bdbc00ff04a5003
31 changes: 0 additions & 31 deletions .eslintrc

This file was deleted.

17 changes: 17 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
module.exports = {
root: true,
env: { browser: true, es2020: true },
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/recommended',
'plugin:react-hooks/recommended',
],
ignorePatterns: ['dist', '.eslintrc.cjs'],
parser: '@typescript-eslint/parser',
plugins: ["react", "prettier"],
rules: {
'no-extra-boolean-cast': ["warn", {"enforceForLogicalOperands": true}],
'@typescript-eslint/no-explicit-any': ["warn"],
'@typescript-eslint/no-unused-vars': ["warn"],
},
}
31 changes: 0 additions & 31 deletions .github/workflows/npm-publish.yml

This file was deleted.

7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,10 @@ yarn-error.log*

# storybook
storybook-static

.idea
.vscode
.yarn
build-storybook

*storybook.log
6 changes: 6 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
src
__tests__
jest.config.js
tsconfig.json
.eslintrc.js
.prettierrc
1 change: 0 additions & 1 deletion .storybook/assert_fallback.cjs

This file was deleted.

38 changes: 0 additions & 38 deletions .storybook/main.js

This file was deleted.

27 changes: 27 additions & 0 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
import type { StorybookConfig } from "@storybook/react-vite";
import { withoutVitePlugins } from "@storybook/builder-vite";

const config: StorybookConfig = {
stories: ["../stories/*.mdx", "../stories/*.stories.@(js|jsx|mjs|ts|tsx)"],
addons: [
"@storybook/addon-onboarding",
"@storybook/addon-links",
"@storybook/addon-essentials",
"@chromatic-com/storybook",
"@storybook/addon-interactions",
],
framework: {
name: "@storybook/react-vite",
options: {},
},
async viteFinal(config) {
return {
...config,
plugins: await withoutVitePlugins(config.plugins, ["peer-deps-external"]),
};
},
docs: {
autodocs: "tag",
},
};
export default config;
14 changes: 14 additions & 0 deletions .storybook/preview.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import type { Preview } from "@storybook/react";

const preview: Preview = {
parameters: {
controls: {
matchers: {
color: /(background|color)$/i,
date: /Date$/i,
},
},
},
};

export default preview;
4 changes: 0 additions & 4 deletions .travis.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .vscode/extensions.json

This file was deleted.

15 changes: 0 additions & 15 deletions .vscode/launch.json

This file was deleted.

9 changes: 0 additions & 9 deletions .vscode/settings.json

This file was deleted.

541 changes: 0 additions & 541 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

5 changes: 0 additions & 5 deletions .yarn/sdks/integrations.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .yarn/sdks/prettier/index.js

This file was deleted.

6 changes: 0 additions & 6 deletions .yarn/sdks/prettier/package.json

This file was deleted.

20 changes: 0 additions & 20 deletions .yarn/sdks/typescript/bin/tsc

This file was deleted.

20 changes: 0 additions & 20 deletions .yarn/sdks/typescript/bin/tsserver

This file was deleted.

20 changes: 0 additions & 20 deletions .yarn/sdks/typescript/lib/tsc.js

This file was deleted.

Loading