Giter VIP home page Giter VIP logo

github-projects-options's Introduction

GitHub Projects Options

Chrome extension adding options to GitHub Projects:

  • Hide cards by repository / label / assignee
  • Hide parts of the UI (Details, Settings, Add column)

TODO

  • Hide notes / issues / PR
  • Go fullscreen by default
  • Save those options in localStorage
  • Group cards together
  • Better UI
  • Search cards

Install

Install it from the Chrome Web Store or manually.

Screenshot

License

MIT License © Julien Guepin & Thomas Mosmant

Inspired by Refined GitHub

github-projects-options's People

Contributors

jguepin avatar tmosmant avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

sgredell

github-projects-options's Issues

Mix filters

Actually, if you filter by labels then by assignees, the first filter'll still be selected but won't be active. The toggle function should handle all selected filters at once.

Save preferences

We should use the chrome storage instead of the localStorage:

User data can be automatically synced with Chrome sync (using storage.sync).
Your extension's content scripts can directly access user data without the need for a background page.
A user's extension settings can be persisted even when using split incognito behavior.
It's asynchronous with bulk read and write operations, and therefore faster than the blocking and serial localStorage API.
User data can be stored as objects (the localStorage API stores data in strings).
Enterprise policies configured by the administrator for the extension can be read (using storage.managed with a schema).

https://developer.chrome.com/extensions/storage

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.