Skip to content

[Suggestions & Bug]: Here're some suggestions & bug to increase ease #52

Description

@Manik2375
  1. [Suggestion]: Create a new window or popup for login with integration. (DONE)

    • Currently the login integration window comes in the login page itself, it will be great to open a new window/tab for it.
  2. [Suggestion]: Add transition for logout menu to match the other page elements movement. (DONE)
    image

  3. [Suggestion]: Add a bit of offline functionality.

    • Use of serviceworker and CacheStorage to add native apps like functionality.
    • [NEW]: Add a manifest file to add installability functionality.
      • Postponed until logo creation.
  4. [Bug]: Remove whitespace in #project-list. (DONE)

    • (Line) There is whitespace here in parsed page.
      image
    • Due to this the css style which shows the user message isn't working, Because :empty also consider whitespace as child.
#project-list:empty::before {
  display: block;
}

Metadata

Metadata

Labels

bugSomething isn't workingenhancementNew feature or requestminorMinor issuestandbyIn standby

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions