coala / projects

A website that showcases interesting projects, using Angular JS.
https://projects.coala.io/
GNU Affero General Public License v3.0
116 stars 223 forks source link

Improper behaviour of "project" query parameter #797

Open KVGarg opened 3 years ago

KVGarg commented 3 years ago

Say we already have a tab opened with URL location http://projects.coala.io/#/projects and then we add ?project=real-time_team_communication_bridge&lang=en to the URL

Observed Behaviour: It doesn't open the modal window of the requested project

Actual Behaviour (that should happen in general, and is observed everywhere) It should open the modal, and close any existing visible modal window

pra17dod commented 3 years ago

Hi @KVGarg, I have fixed this issue in PR #798. Please review it.