Myles Lewando

Results 37 comments of Myles Lewando

Thanks @radix0000 I've changed the version checks to include versions >= 0.4. I believe annotations are on the list of things to do, perhaps as an enhancement after https://github.com/openownership/visualisation-tool/issues/55 has...

The reason this happens is that it uses the bounding box of the edge clicked, so in this example it uses the upper-most edge (i.e. where the edge curves upwards)...

@Bjwebb My implementation wasn't anything special; I used the the [vue-i18n](https://vue-i18n.intlify.dev/) package to help switch locale between English and French, then used a fairly simple utility function to change the...

@Bjwebb @robredpath This is the sort of thing I'm thinking of for the filters. Let me know if you had something entirely different in mind; I'm happy to produce a...

Thanks, @Bjwebb. It may be better to keep things simple then. Something like this:

@robredpath I'm happy with both of those points; do we need an updated mock-up or shall I just get working on writing the HTML and CSS?

> * Make the "publishes files containing..." a multi-select, somehow. Maybe when someone selects something it appears below the box with a little "x" to remove it? @robredpath Creating this...

@robredpath This will still involve some JavaScript; there aren't any native controls which work this way. It is more complicated than using a native element, but I think it's still...

@robredpath How does this look? In the multi-select component, I have selected both 'English' and 'French' which removes them from the `select` above it and places them below in a...

I've added peripheral form styling to make it match the mock-up: This will go into the aforementioned PR shortly.