Skip to content

Added Extension UI/Popup Functionality#1

Open
tonywied17 wants to merge 8 commits intoacleee:masterfrom
tonywied17:master
Open

Added Extension UI/Popup Functionality#1
tonywied17 wants to merge 8 commits intoacleee:masterfrom
tonywied17:master

Conversation

@tonywied17
Copy link

Added Extension UI/Popup Functionality

  • Implemented a new popup UI for the Chrome extension that includes:
    • A toggle button to control the extension's state.
    • A tab menu to switch between "Links" and "Passwords" sections.
    • Fetching and displaying links and passwords from remote JSON files.
    • links.json and passwords.json are used to dynamically populate the popup content. (see note)

Details:

  • Popup HTML: Added a simple tab menu with sections for Links and Passwords.
  • Popup JS: Added functionality to fetch links.json and passwords.json and display their content. Implemented an event handler for "Tune-In" links to open URLs in new tabs. *Note: These should be hosted somewhere remotely or fetch from some express API backend or something instead.
  • Styling: Applied basic styling to the popup to match the aclee flyers aesthetic.

This update enhances the user interface of the extension by providing dynamic content loading and interactive elements because I was bored.

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

Successfully merging this pull request may close these issues.

1 participant