Ratin Kumar
Ratin Kumar
The objects that currently support deletion: - [x] Segmentation (Already existed) - [x] User - [x] DataPoint - [x] Project - [x] Label - [x] LabelValue
Aims to fix #29 
Added a modal for resetting user's password. Below are the screenshots, showing the option and modal.  
The zipes that were used for testing. [test_6_.zip](https://github.com/midas-research/audino/files/5161422/test_6_.zip) [test_5_1.zip](https://github.com/midas-research/audino/files/5161424/test_5_1.zip) [test_4_.zip](https://github.com/midas-research/audino/files/5161425/test_4_.zip) [test_3_1.zip](https://github.com/midas-research/audino/files/5161426/test_3_1.zip) [test_2_.zip](https://github.com/midas-research/audino/files/5161427/test_2_.zip) [test_1_1.zip](https://github.com/midas-research/audino/files/5161428/test_1_1.zip)
Have implemented the navigation feature. The navigation uses a new API that I implemented, which returns the `dataId` for the previous and next annotation. TODO: - [x] Change the `Icons`...
I'm executing some interactive commands on a pod with the following code: ```go ctx, cancel := context.WithCancel(context.TODO()) exec, err := remotecommand.NewSPDYExecutor(config, method, url) if err != nil { return err...