Real-Dev-Squad / website-status

Shows a roadmap of the ongoing projects being done
https://status.realdevsquad.com/
MIT License
22 stars 153 forks source link

Fix: remove dev flag from mine page to show the new UI changes #1276

Closed pankajjs closed 1 week ago

pankajjs commented 1 month ago

Issue Description

The mine page has all the necessary changes by this PR #1264. The changes are stable in production but It is still under feature flag.

Expected Behavior

When you go to mine page, It should show this UI without dev flag.

Screenshot 2024-10-21 at 6 54 10 PM

Current Behavior

Right now, It shows this UI.

Screenshot 2024-10-21 at 6 57 28 PM

Reproducibility

Steps to Reproduce

  1. Go to mine page
  2. add dev?=true in url query to see the new changes

Severity/Priority

Additional Information

The code for old UI can be removed.

Checklist