📥 Scrapping Habbo game data and assets
Go to file
Walidoux d26b429ee8
refactor(components)
BREAKING CHANGES
- Refactored `App.tsx` to import `Component` from `solid-js`, and use a new component `TitleBar`.
- Added new component `AnimateView` under `src/components/design`, and renamed old `AnimateView` to `Loader`.
- Added new component `Button` under `src/components/design`.
- Added new component `Image` under `src/components/design`.
- Moved old `Image`, `Loader`, and `Button` components under `src/components/design`.
- Refactored `Downloader` component to use `Motion` from `@motionone/solid`, moved it under `Downloader` folder, and used it to create a slick hover effect.
- Removed `Downloaders/Button`.

Notes:
- Used `createSignal` instead of `useState` for SolidJS in `Downloaders.tsx`.
- Used `type` keyword to explicitly define the type of the component props or objects where it makes the code clearer.
2023-05-02 15:49:05 +01:00
.vscode fix(vscode): remove ignored IDE settings 2023-04-19 17:12:50 +00:00
public feat(components|public): Add Design Loader and change Downloaders popup style 2023-04-28 14:42:51 +01:00
src refactor(components) 2023-05-02 15:49:05 +01:00
src-tauri refactor(tauri): Update tauri config permissions 2023-04-28 14:42:10 +01:00
.gitignore fix(vscode): remove ignored IDE settings 2023-04-19 17:12:50 +00:00
index.html feat: 🎉 initial commit 2023-04-06 14:18:26 +00:00
package.json fix(package.json): typo 2023-04-23 20:09:30 +01:00
pnpm-lock.yaml build(deps): update latest 2023-04-23 20:06:22 +01:00
postcss.config.js feat: 🎉 initial commit 2023-04-06 14:18:26 +00:00
tailwind.config.js feat: 🎉 initial commit 2023-04-06 14:18:26 +00:00
tsconfig.json fix(tsconfig): d.ts type checking was disabked 2023-04-23 20:06:09 +01:00
tsconfig.node.json feat: 🎉 initial commit 2023-04-06 14:18:26 +00:00
vite.config.ts feat: 🎉 initial commit 2023-04-06 14:18:26 +00:00