Dominik Broj

Results 25 issues of Dominik Broj

# What this PR does - publish Playwright HTML report to GH Pages - turn off video recordings ## Checklist - [x] Unit, integration, and e2e (if applicable) tests updated...

pr:no changelog
pr:no public docs

# What this PR does - implement visual part of ServiceNow Outgoing Tab - reuse created components on outgoing webhooks page - make yarn:lint:fix to remove unused imports - fix...

pr:no changelog
pr:no public docs

### What would you like to see! - [ ] Add pagination - [ ] Add sort option to the table: name A-Z, last event time - [ ] Add...

involved:UX
part:webhooks
involved:Frontend

### What would you like to see! We should upgrade Grafana Faro, otherwise our instrumentation will get broken ### Product Area Other ### Anything else to add? _No response_

involved:Frontend

That's a wrapper issue for reducing technical debt and other technical improvements to OnCall frontend codebase ```[tasklist] ### Tasks - [x] https://github.com/grafana/oncall/issues/3651 - [x] https://github.com/grafana/oncall/issues/3652 - [ ] https://github.com/grafana/oncall/issues/3653 -...

involved:Frontend
needs triage

### What went wrong? We have a lot of error logs like those: ``` console.error Error: Not implemented: navigation (except hash changes) ... ``` ``` console.error Warning: You called act(async...

involved:Frontend

We agreed to rename MobX actions following the rules: fetch* -> GET http -> save in store update* -> PUT http -> save in store create* -> POST http ->...

involved:Frontend

We should move every method in MobX stores **that is not an action** outside the store class and use `@action.bound` for every action within MobX stores

involved:Frontend

# What this PR does ## Which issue(s) this PR fixes ## Checklist - [ ] Unit, integration, and e2e (if applicable) tests updated - [ ] Documentation added (or...

Currently in the codebase we have a mix of async/await and then...catch usages. We should unify handling async code with async/await only which makes the code more readable, clear and...

no info or need to discuss
involved:Frontend