You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use go_router for routing and switch to path-based URLs (#180)
This prepares the app to support the cl/<cl number>/<patchset> route it needs to display the aggregated test results. Switching to path based routing means the app will be able to handle the existing URLs used in Gerrit, which will make it easier to transition to the new UI.
* Use go_router for routing
* Enable use_key_in_widget_constructors lint
* Use IconButton tooltip property instead of widget
0 commit comments