supermemoryai / supermemory

Build your own second brain with supermemory. It's a ChatGPT for your bookmarks. Import tweets or save websites and content using the chrome extension.
https://supermemory.ai
MIT License
6.22k stars 594 forks source link

experimenting to improve extension (drag & tailwind) #237

Open CodeTorso opened 1 month ago

CodeTorso commented 1 month ago

Enhancements to Extension Functionality (Drag & Tailwind)

Overview

This pull request introduces several enhancements to the extension's functionality, focusing on improving user experience through the integration of drag-and-drop capabilities and the incorporation of Tailwind CSS for improved styling.

Changes

✨ Generated with love by Kaizen ❤️

Original Description None
kaizen-bot[bot] commented 1 month ago

Code Review

All Clear: This PR is ready to merge! 👍

Incorrect Usage of motion.div

The motion.div is used incorrectly without proper configuration. Potential Solution: Either remove the motion.div or configure it properly with animation props.

apps/extension/content/ContentApp.tsx | 265 - 265

reason_for_request: Improper use of the motion component can lead to unexpected behavior or errors.

level: [critical] , severity: [8]

✨ Generated with love by Kaizen ❤️

Useful Commands
Dhravya commented 1 month ago
image

Looks great!

One small quirk: Too much inertia if i drag and quickly move it, it will flow away

Can we try to make it more sticky/

CodeTorso commented 1 month ago

I made sure it, does not have momentum still will try