Sean

Results 73 issues of Sean

### Description A `defaultValue` prop where you can set a value as the default on page load ### What problem would this solve? If you create a ButtonGroup from a...

### Checklist - [x] I have added a [changeset](https://github.com/evidence-dev/evidence/blob/main/CONTRIBUTING.md#adding-a-changeset)

### Describe the bug The `sidebar` option in frontmatter does not seem to be having any effect. Should be able to set it to `hide` or `never` and have the...

bug
to-review

### Describe the bug Since `new` is a reserved keyword, using it as the name of a SQL query on a page will not work. Currently, the error for this...

bug
to-review

### Describe the bug If you accidentally use the same query name twice on the same page, the newest version will take over all other instances with that query name....

bug
to-review

### Description Ability to hide table of contents and breadcrumbs via a page's frontmatter, similar to how the sidebar can be hidden today. These options are available through `+layout.svelte`, but...

customer request

### Description Add middleware to allow users to apply plugins in Leaflet maps. Especially helpful for people who would like to use vector tiles in our maps ### What problem...

ui/data

### Describe the bug If using a format tag like `_usd0k`, the column name should be autoformatted when used in a chart axis title. Currently the columns are not being...

bug
to-review

### Description Control labels for y and y2 series separately ### What problem would this solve? Currently if you have y and y2 in a chart, turning labels on turns...

customer request
ui/data

### Describe the bug Some events in the telemetry package happen outside of the `.evidence/template` directory, causing the `.profile.json` check to be skipped and a file not created. In these...

bug