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

Evaluate Flottform extension for multi-tab support and UI handling in popups #79

Open
3 tasks
TamaraBogantseva opened this issue Oct 29, 2024 · 1 comment

Comments

@TamaraBogantseva
Copy link
Contributor

TamaraBogantseva commented Oct 29, 2024

Description

Currently, the Flottform Extension is limited to working in a single tab at a time. We need to explore if it’s feasible to enable the extension to run on multiple tabs simultaneously (whether within the same window or across different windows). Additionally, we should determine how to manage the UI in the popup under multi-tab usage and identify any data that may need to be stored in chrome.storage.local to support this functionality.

For now, the extension is limited to one active tab, but these investigations will lay the groundwork for potential multi-tab support in the future.

Links / References

\

Tasks / Definition of Done

  • Assess technical feasibility for running Flottform Extension on multiple tabs simultaneously.
  • Define a UI strategy for handling popups in the case of multiple active tabs.
  • Identify required data to store in chrome.storage.local to maintain consistent functionality across tabs.

Further information

Supporting multiple tabs would make the extension more versatile, but it requires careful handling of the popup UI and storage considerations.

@nidhal-labidi
Copy link
Contributor

As of the commit (aa96579) we can run Flottform on multiple tabs/windows.

But this is limited, for now, for transferring text only. Transferring files should be the next step.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants