Code Monkey home page Code Monkey logo

codelockr-react's Introduction

codelockr-react's People

Contributors

sleeptil3 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

codelockr-react's Issues

Forgot your password?

I registered today and for some reason either my password is not working (special character I used is #... might not be taken properly?) or I typed an incorrect one twice when I registered ๐Ÿค”

Anyway, it would be nice to have a "Forgot your password?" for situations like this because now I find myself not being able to access my account ๐Ÿ˜„...๐Ÿ˜…...๐Ÿ˜“...๐Ÿ˜ž

Badge Notification Feature

Add a notification badge in the header to alert user on login that they have received a friend request

Email Notifications

Automatically send an email when a user signs up for an account or receives a friend request

Toggle to wrap code on snippet view

Add a toggle either global near the search or individually on snippet components.

  • Global may be preferable to not clutter up the UI with a toggle on each snippet
  • Or, when in full dashboard or a folder with many snippets, it may be inconvenient to scroll back to the top to enable it
  • Could also be a preference in the profile

Duplicate folder name

I was allowed to create 2 folders with identical name. There is no way to remove a folder. Empty folders are shown in sidebar.

Slow performance when number of user snippets exceed a certain amount

There seems to be an issue with the rendering once the user accumulates a larger number of snippets. In my case, its ~30, likely in the 20+ space.

I believe this has to do with the highlight.js library needing to run on each snippet OR it's making unnecessary repeated requests to the database for a re-render, or both.

Possible causes & solutions:

  • check the API calls, reorganize the snippet state with a single pull on dashboard load. make subsequent changes to local storage instead of pulling down new content from the database. ex: when creating a new snippet, the form could submit the new snippet to the DB, but not request anything back, and just add the new snippet to the local state internally
  • highlight.js can do the formatting render server-side in node, look into that
  • it might be possible to invoke the highlight.js render once on the Dashboard rather than inside each of the SnippetViews - after the mapping of the snippets has finished but before the paint (useLayoutEffect ?)
  • could possibly be a side-effect of a free mongoDB account - upgrade to see if it fixes. this already causes slow login time if the server hasn't been spun up in a while
  • lazy load, but not ideal as I'd like the type-to-filter to be instantaneous as it was for launch

subfolders

please add the functionality of subfolders

Add snippet - blank screen

Add a new snippet (when library is not empty, Objective-C, private) and get landed on a blank page.

The new snippet was saved successfully.

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.