Commit Graph

4 Commits

Author SHA1 Message Date
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
MasterGordon 5e259d73e8 added match history and improved stats 2024-10-12 00:52:20 +02:00
MasterGordon 576416e905 fixed login 2024-09-30 22:13:47 +02:00
MasterGordon 2db2b42fd8 added home and gameplay 2024-09-29 13:58:54 +02:00