svizzle icon indicating copy to clipboard operation
svizzle copied to clipboard

Svelte components for data visualisation and utilities for data transformation.

Results 86 svizzle issues
Sort by recently updated
recently updated
newest added

We need to port [`XorSelector`](https://github.com/nestauk/svizzle/blob/ee4c73bc3894209a2e3e760e30d37e1f35655318/packages/components/time_region_value/src/node_modules/components/XorSelector.svelte): - move to `/ui` - add props to control the radius: - add prop `isRounded: false`, w/ a `class:rounded={isRounded}` - or, add a prop `radius`...

package:ui
triage:feature

We are currently documenting fields using YAML comments: ```yaml auth_provider: string|URL # OPTIONAL - in case the source is not public, the name of the organization providing source access or...

triage:enhancement
package:time_region_value

port from https://github.com/nestauk/eurito_indicators/blob/d07ad8b061d2f28592a159651c8c4ffb16df15af/ui/src/routes/guides/_layout.svelte

package:ui

I'm currently using very loose type definitions in `@svizzle/utils` but it would make much more sense to actually enforce types, using typescript for example.

package:utils
meta:code
package:types

When we use `Link`, we get an extra white space between the anchor and the next char in the resulting DOM.

package:ui

This will have to be done when the site will use `mdsvex`

package:site

This will have to be done when the site will use `mdsvex`

package:site

We currently have: ``` @svizzle/utils/array-boolean areAllTruthy areSomeTruthy @svizzle/utils/object-array getTruthyValuesKeys @svizzle/utils/object-object pickIfTruthy ``` For consistency, we need to add: ``` @svizzle/utils/object-boolean areAllValuesTruthy areSomeValuesTruthy @svizzle/utils/object-array getTruthyValues @svizzle/utils/object-object skipIfTruthy ``` (making sure to...

package:utils