Harshit Raj Sinha

Results 8 comments of Harshit Raj Sinha

Hey, chief I want to contribute to this.

@saintmalik I tried to add the pull request but it seems something is going wrong, can you help what error I am making ?

Cannot reproduce the issue, looks like it is fixed now. Hence can be closed ![issue_rep](https://github.com/user-attachments/assets/c1595094-fa54-475e-8829-8d7c6b06df94) ![issue_rep_res](https://github.com/user-attachments/assets/7a4f6b15-5c88-4c2d-929c-c273e5690c53)

@YounixM do we need to update 'dashboards' table as well (new column -> pinned/isPinned) because on re-render in dashboard listing page, data is being fetched from 'useGetAllDashboard()' which eventually calls...

https://github.com/user-attachments/assets/c8b0d369-fcd8-4091-9650-5c521767609e * 'Pin/Unpin' button triggers a new PUT api /pinDashboard to update a new column 'pinned' in 'dashboards' table. * On success updation, refetch is triggered to remove cache and...

The dashboard page running on my localhost looks different from the shared image. Not sure its because of different version or configuration ![Image](https://github.com/user-attachments/assets/b883b724-b2b5-4d4f-903f-8a4a1e693c06)

@YounixM, please check the PR #8766, is as per the expected requirement https://github.com/user-attachments/assets/e6122dae-9083-486e-927f-2586bbf833bf 'pinned' property is saved in "data" object of dashboard, where other properties like title, description of dashboard...

@SagarRajput-7 - How this pin dashboard preference will be set for a user? Like there is option for pin sidebar in account settings, we should add new option for dashboard...