Mhrn

Results 4 issues of Mhrn

### Function Signature ```JavaScript const minuteFormat = (value) => { const minutes = Math.trunc(value / 60); const seconds = value % 60; return `${minutes < 10 ? `0${minutes}` : minutes}:${seconds...

proposal

### Function Signature ```JavaScript const getUrlParams = () => { const pl = /\+/g; const search = /([^&=]+)=?([^&]*)/g; const decode = (s) => { return decodeURIComponent(s.replace(pl, " ")); }; const...

proposal

These icons would help enhance the visual categorization within our project, making it easier to navigate through different testing topics and tools. Icons we would love to see included: Playwright:...

icon request

Hello, can we have a folder icon for ui/views components ?

icon request