Giter VIP home page Giter VIP logo

luctive's Introduction

Luctive | License: MIT Vercel

Luctive is a Todo list app written in react and nextjs

Currently Working On

  • ✅ Client - API Socket Connection
  • ⚙ Login / Sign Up / Authentication
  • ⚙ List All Spaces
  • ⚙ Add New Too
  • ⚙ Electron Wrapper

Contribution

Please read the Contributing docs first. I will review all of the contributions and will merge it if it is good to go!.

Creds

Thank you to all contributors.

I am sorry for the inactivity.

luctive's People

Contributors

tmtygnz avatar

Stargazers

Roman avatar  avatar

Watchers

 avatar

luctive's Issues

Header Scrolls With The ToDoListView

Describe the bug
Header Scrolls With The ToDoListView

To Reproduce
Steps to reproduce the behavior:

  1. Scroll the todo list view with a lot of todo

Expected behavior
only the todo list view will scroll

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: windows 10
  • Browser Chrome, Firefox
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

App repeating repeating socket emit

Describe the bug
The app is updating indefinitely. firebase metrics are high

To Reproduce
Steps to reproduce the behavior:

  1. Open the app
  2. Open dev tools or see the logs at Heroku

Expected behavior
Will only update when needed

Screenshots
If applicable, add screenshots to help explain your problem.
Screenshot 2021-10-06 215255

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser Chrome, firefox, CLI
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Missing Key Prop

Describe the bug
Missing Key Prop That causes Build Failure

To Reproduce
Steps to reproduce the behavior:

  1. Build using yarn build

Expected behavior
build normaly

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser Chrome
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Margin At Bottom In Firefox

Describe the bug
Margin At Bottom In Firefox

To Reproduce
Steps to reproduce the behavior:

  1. Open the site in firefox

Expected behavior
Only scroll in TodoList view

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser Firefox
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Missing Key Props

Describe the bug
yarn build gives 60:13 Error: Missing "key" prop for element in iterator react/jsx-key error

To Reproduce
Steps to reproduce the behavior:

  1. Run yarn build

Expected behavior
Build successfully

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser Edge, Chrome, Firefox
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Undefined

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Menu Not Closing When The Menu Button Is Pressed

Describe the bug
Menu Not Closing When The Menu Button Is Pressed

To Reproduce
Steps to reproduce the behavior:

  1. Click the Menu Button To Open Menu
  2. Click The Menu Button Again And It Will Not Close

Expected behavior
Close the Menu

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser Edge Chromnium Based
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Invalid json

Describe the bug
Application error: a client-side exception has occurred (see the browser console for more information).

To Reproduce
Steps to reproduce the behavior:

  1. Go luctive.vercel.app/users/signup

Expected behavior
Shows signup page

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser Chrome
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Type error: Cannot find module '../context/SignupContext' or its corresponding type declarations.

Describe the bug
Module ../context/SignupContext is missing. vercel build failed

To Reproduce
Steps to reproduce the behavior:

  1. Run yarn build.

Expected behavior
Builds normally.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser Chrome
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

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.