minesweeper/src
Gordon Goldbach 5537c40628 Migrate from framer-motion to motion
Migrate from `framer-motion` to `motion` as the animation library.

* **BounceImg Component**
  - Replace `framer-motion` import with `motion` from `motion` library.
  - Update `motion.img` usage to use `motion` from `motion` library.

* **Feed Component**
  - Replace `framer-motion` import with `motion` from `motion` library.
  - Update `motion.div` and `AnimatePresence` usage to use `motion` from `motion` library.

* **FeedItem Component**
  - Replace `framer-motion` import with `motion` from `motion` library.

* **Main File**
  - Replace `framer-motion` import with `motion` from `motion` library.
  - Update `AnimatePresence` usage to use `motion` from `motion` library.

* **Shell Component**
  - Replace `framer-motion` import with `motion` from `motion` library.
  - Update `motion.div` usage to use `motion` from `motion` library.

* **Home Component**
  - Replace `framer-motion` import with `motion` from `motion` library.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/MasterGordon/minesweeper?shareId=XXXX-XXXX-XXXX-XXXX).
2024-11-17 02:10:23 +01:00
..
assets added helloween lootbox 2024-10-19 23:39:42 +02:00
components Migrate from framer-motion to motion 2024-11-17 02:10:23 +01:00
images wip 2024-09-24 01:27:07 +02:00
lib first layout draft 2024-09-23 00:58:36 +02:00
sound first commit 2024-09-14 20:30:32 +02:00
themes add halloween lootbox / fix thresh theme 2024-10-19 18:54:49 +02:00
views Migrate from framer-motion to motion 2024-11-17 02:10:23 +01:00
Shell.tsx Migrate from framer-motion to motion 2024-11-17 02:10:23 +01:00
atoms.ts added type imports 2024-10-18 17:16:52 +02:00
hooks.ts updated math 2024-10-16 00:06:12 +02:00
index.css added cases 2024-10-15 21:06:36 +02:00
main.tsx Migrate from framer-motion to motion 2024-11-17 02:10:23 +01:00
queryClient.ts added reveal and create game 2024-09-28 03:17:36 +02:00
vite-env.d.ts updated math 2024-10-16 00:06:12 +02:00
wsClient.ts updated game performance 2024-10-27 19:02:07 +01:00