web-monitoring-ui icon indicating copy to clipboard operation
web-monitoring-ui copied to clipboard

UI to enable analysts to quickly assess changes to monitored government websites

Results 29 web-monitoring-ui issues
Sort by recently updated
recently updated
newest added

There is a useful banner that shows if we are pointed at staging-db or not, but doesn't show for other instances. ## Expected Behavior It would be useful while developing...

help-wanted
never-stale

re: Mozilla Sprint, for a first-timers project, it would be nice to have designers look at the UI mockups and create basic html/css pages for us. They might not be...

ui
idea
never-stale

On the page details/comparison view, we show a page’s *canonical* URL (the value of `pageObject.url`) and information about the URLs and redirects in the two captures being compared, but we...

help-wanted
ui
enhancement

There have been a number of times lately where it would have been useful to link directly to some search results in the Scanner UI. When searching for a URL...

ui
enhancement

When we rewrite resource URLs in pages or diffs to load things from archive.org instead of the live web, we currently always ask for unaltered (`id_`) versions of the resources:...

bug

When we are comparing non-text content that we know the browser can’t render inline (e.g. an Excel `.xlsx` file, but not a PDF), we should provide a better experience by...

help-wanted
good-first-issue
enhancement

Closes #1067 ## Summary This PR introduces new `FilePreview` and `SideBySideFilePreview` React components to enhance the diff view experience for non-renderable file types (e.g., `.xlsx`, `.docx`, `.zip`). Instead of attempting...

I'm sure this is probably a very simple fix, but I noticed husky precommit passes when changes are unstaged. This creates a minor annoyance if you forget to stage changes...

I ran across an old Versionista version today that has malformed redirect data (https://api.monitoring.envirodatagov.org/api/v0/versions/69ff9ffe-0482-49fc-b5f6-f3d3b9906dcd), it turns out that breaks the UI. See this comparison view for an example: https://monitoring.envirodatagov.org/page/447f59e4-1bf8-4c63-918e-43030acc59b6/69ff9ffe-0482-49fc-b5f6-f3d3b9906dcd..cd686ddd-05ba-4b94-ac96-b878e5e65383 The...