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

[Enhancement] Implement Sync Storage for Cross-Device Compatibility #18

Open
atj393 opened this issue Oct 8, 2024 · 3 comments
Open
Assignees
Labels
enhancement New feature or request hacktoberfest help wanted Extra attention is needed

Comments

@atj393
Copy link
Owner

atj393 commented Oct 8, 2024

Description:

Currently, the extension uses chrome.storage.local, which does not sync across devices. Modify the storage to use chrome.storage.sync to allow prompt data to be shared across different devices using the same account.

Files Involved:

content.js, background.js

Expected Outcome:

Prompt data should be available across different Chrome instances, allowing users to access saved prompts from any device.

@atj393 atj393 added enhancement New feature or request help wanted Extra attention is needed hacktoberfest labels Oct 8, 2024
@charlygg
Copy link

charlygg commented Oct 8, 2024

Can you assign this to me?

@atj393
Copy link
Owner Author

atj393 commented Oct 8, 2024

@charlygg Yes, assigned to you.

@atj393
Copy link
Owner Author

atj393 commented Oct 15, 2024

@charlygg are you still interested in working on this topic?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants