Nitin Kumar Shah

Results 18 issues of Nitin Kumar Shah

I have kept Hurl in startup folder, after v0.6.3 update, all browser icons & toolbar icons disappeared, on hover they reappear https://user-images.githubusercontent.com/34852979/179385216-8957ffc1-b0df-42fa-90d7-2156301b6267.mp4

![web-α](https://user-images.githubusercontent.com/34852979/161196701-3a81dc1b-4f97-4a30-915e-7160d9d93563.png) credit: https://uxdesign.cc/interaction-design-is-more-than-just-user-flows-and-clicks-4cc37011418c#24ab

discussion

An extra step to select browser profile is not necessary. The right click menu doesn't contain any special function and could be merged into main window

Feature Enhancement

That would be great if/when I only want to view link on my phone

Feature Request

Simple UI with - No borders - No Close button (Esc to close or/and click outside to close) - center url in place of title bar - rounded border -...

https://gist.github.com/nitin2953/e3c7a8bc4a4805c97963671f2b3790da ```css code div[style*="opacity: 1;"] { overflow: visible !important; } code div[style*="opacity: 1;"]::before { content: "+"; position: absolute; left: -30px; color: #00ff4a; font-weight: 600; scale: 1.3; } code div[style*="transform: translateX(-250px);"]...

**Describe the bug** I have successfully created a configuration to search train from IRCTC home page **To Reproduce** Steps to reproduce the behavior: 1. Import this configuration [Search trains config.zip](https://github.com/Dhruv-Techapps/auto-click-auto-fill/files/7717468/Search.trains.zip)...

**Is your feature request related to a problem? Please describe.** I have `index.njk` in which I have included a css & js file, when I save changes to those file...

needs-triage
needs-test-case

### What should be improved? Some properties value can be further reduced such as: `outline: none;` → `outline: 0;` , `color: transparent;` → `color: #0000;` , `box-shadow: 0 50px 0...

enhancement

**Describe the bug** > Usually we compare **from `past_date` to `future_date`** But in below example when comparing **from `future_date` to `past_date`**, **it is showing wrong diff till 25 DAYS after...