Giter Club home page Giter Club logo

saved's Introduction

Saved

Saved

Banner

A simple chrome extension written in Javascript which adds a Save option at top right corner. The saved repos can be seen at https://github.com/?save=1

You can also see Your saved link in the top nav bar

Usage

Steps to load this extension:

  1. Download and extract zip.
  2. Visit chrome://extensions (via omnibox or menu -> Tools -> Extensions).
  3. Enable Developer mode by ticking the checkbox in the upper-right corner.
  4. Click on the "Load unpacked" button.
  5. Select the directory which you unzipped (Ex: saved-main directory)

Copyright

Lisenced under the MIT LICENSE

saved's People

Contributors

balasasikanthvaddiparthi avatar code-aditya-14 avatar nithin005 avatar sid-lais avatar vj-abishek avatar

Stargazers

 avatar

Watchers

 avatar  avatar

saved's Issues

feat: Unsave functionality

Task : implement Unsave function

You need to change this line

if (await checkIfAlreadySaved(usor, repo, db)) return;

Docs on how to delete a collection in dexiedb
https://dexie.org/docs/Collection/Collection.delete()

After when u delete the collection, you need to update the the save button (back to normal)

Use this condition while deleting a collection

const result = await db.repo.where('repo').equals(`${usor}/${repo}`).toArray();

feat: new user interface

The current UI looks like
image

Need some changes to make UI good

Check readme on how to install the extension locally

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.