Angus Moore

Results 11 issues of Angus Moore

Changes to code loading for Genie v5 seem to have broken support for multi-file modules in app/resources. To reproduce, a simple templated Genie app with the following controller and routes.jl...

Currently (eg v0.4.3) the `ln` argument to `ph_location` does not do anything for `ph_with` when value is an `external_img`. Eg: the following will _not_ put a red border around the...

With build instructions for updating the `bundle.min.js` file included with Matte in the files folder

Provide a way for UIs to: - [x] Customise header - [ ] Custom themes

enhancement

Will need some elegant way to handle on the backend, so this is more complex than other UI elements.

enhancement

`position: fixed` seems to not resize the content wrapper to fit the screen, so it obscures the content underneath.

bug
look-and-feel

Headers in data tables don't stand out very well. Would be nice to have it shaded or something similar to make it stand out.

look-and-feel

Have WIP on the `image` branch, but it isn't working

enhancement

`occursin is `occursin(needle, haystack)`, whereas contains is `contains(haystack, needle)` The logic in Headers was comparing an individual header or origin as the first argument (ie a needle) against the second...

Compat in Project.toml is: ``` XLSX = "≥ 0.4.1" ``` But in [General](https://github.com/JuliaRegistries/General/blob/master/E/ExcelFiles/Compat.toml), Compat.toml has `XLSX = "0.4.1-0.7"` (presumably because when v1 was registered XLSX 0.7 was the latest version?)....