Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Conversation

shifa-23
Copy link

@shifa-23 shifa-23 commented Aug 12, 2025

Fix #8

This PR introduces a significant upgrade to both the functionality and design of the LinkLeads Chrome Extension.
I have worked extensively on enhancing JavaScript logic, fixing critical bugs, and delivering a more modern, user-friendly UI.
image

Key Improvements

  • UI Revamp

    • Applied a modern gradient background and improved typography.
    • Redesigned input fields, buttons, and lead items with rounded edges, hover effects, and better spacing.
    • Added visually appealing category headers for grouped leads.
  • New Features

    • Introduced Category Input when saving a lead (both via "Save Input" and "Save Tab").
    • Implemented a Category Filter Dropdown to quickly filter leads.
    • Grouped leads by category in the display for better organization.
  • Functional Fixes

    • Delete All Button now works reliably and clears UI instantly.
    • Fixed inconsistent behavior in saving leads and retaining data across sessions.
    • Ensured backward compatibility by migrating older saved data to the new format.

How to Test

  1. Save a lead with a category.
  2. Save another lead without a category (defaults to 'Uncategorized').
  3. Use the category filter to switch between categories.
  4. Double-click the "Delete All" button to clear all leads instantly.

Impact

This update makes the extension far more organized, visually appealing, and functional, ensuring a better user experience for managing saved leads.

@shifa-23
Copy link
Author

Hi @khanirfan18 ,
I’ve put in significant work in this PR, focusing heavily on JavaScript functionality and UI/UX improvements.

Key highlights:

  • Fixed the "Delete All" button, which was previously non-functional.
  • Added category-based lead saving and filtering.
  • Grouped display of leads by category for better organization.
  • Complete UI redesign with improved styles, spacing, and visual appeal.

Would appreciate it if you could review the changes and provide feedback.
Also, please share the level .
Thanks!

@shifa-23
Copy link
Author

@khanirfan18 Would appreciate it if you could review the changes and provide feedback and merge the PR.
Thanks!

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

Successfully merging this pull request may close these issues.

# Add Categories/Tags for Saved Leads
1 participant