-
[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.
-
[Suggestion]: Add transition for logout menu to match the other page elements movement. (DONE)

-
[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.
-
[Bug]: Remove whitespace in #project-list. (DONE)
- (Line) There is whitespace here in parsed page.

- 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;
}
[Suggestion]: Create a new window or popup for login with integration. (DONE)[Suggestion]: Add transition for logout menu to match the other page elements movement. (DONE)

[Suggestion]: Add a bit of offline functionality.
Use ofserviceworkerandCacheStorageto add native apps like functionality.[Bug]: Remove whitespace in#project-list. (DONE):emptyalso consider whitespace as child.