Kasun Vithanage

Results 58 issues of Kasun Vithanage

- Login with refresh tokens

enhancement

When I used `Select` as follows ```rust dialoguer::Select::new() .items(crate::generes::TYPES) .paged(false) .with_prompt("genere") .interact()?; ``` the terminal in `Windows` gives me the following error. I tried GitBash, Powershell, Cmd and result are...

p-select

Currently, tool downloads all the submissions from HR, it would be nice if we can select questions before download

enhancement

### Steps to reproduce the issue - Just open the NMM in IE11 ### Expected result - A working NMM ### Actual result - A broken NMM ### System information...

bug
UX/UI

### Steps to reproduce the issue - Go inside to some folder in NMM - Try back button and forward button ### Expected result - As URL changing in the...

bug

It would be nice to have a file upload progress like this ![fileupload](https://user-images.githubusercontent.com/13379595/41013664-d766df84-6964-11e8-85ff-37795ffebb2c.png) So users can see the status of files being uploaded into the media manager Also users can...

enhancement
UX/UI
feature

### Steps to reproduce the issue 1. Open NMM 2. Double click on a file ### Expected result Image must be centered and display full content ### Actual result ![image](https://user-images.githubusercontent.com/13379595/39092180-4db19ca0-4625-11e8-81ed-a83825a64441.png)...

bug
UX/UI

Currently we display only common file types that are by default rendered by the browser. But there are many file types that are not directly supported by web browsers, So...

enhancement
question
UX/UI

It would be nice if user can zoom in/out the preview image when double clicked just like any image viewer Also it needs to have the pan when image is...

enhancement

Currently we have **getFiles** and **getFile** methods which requires returning a stdClass object or objects. But when people dealing with this they can miss many parts of that because of...

enhancement
question