Giter VIP home page Giter VIP logo

newtab's People

Contributors

dependabot[bot] avatar misokucera avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

petrofcikmatus

newtab's Issues

Rewrite bookmark group selector

Current selector is based on https://mui.com/components/tree-view/.

Reasons to rewrite are:

  • Selector does not return name of selected item, only id. This requires additional step to recursively iterate over whole tree to find name by selected id.
  • Styling of custom made component should be more easy and consistent with rest of codebase.
  • It is also last component used from Material UI library, and afterwards, this dependency could be removed.

Add instructions

Add instructions for multiple scenarios:

  • No bookmark group is selected and only button with plus sign is present - initial state after installation.
  • Bookmark group selector is opened.
  • Bookmark group is empty.

Update testing data

Remove snapshot of my bookmarks and add new testing ones. Preferably some well known sites.

Try to find best strategy to mock data in development.

Add themes

Create new theme to provide repeatedly used colors.

Options to consider:

  • react context
  • custom css properties

Add eslint

Add and configure eslint dependency. Use default config from next.js.

Migrate to app router

Goals:

  • migrate from old pages router in nextjs to new app router

Notes:

  • export has to be checked (especially if path rewriting is still working or if it is still necessary)

Improve drag & drop experience

UX while sorting through drag & drop could be improved in several ways:

  • visible placeholder for dragged item
  • dragged item always on top (increase z-index while dragging)
  • add some icons indicating drag and drop possibility

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.