Andrea Peltrin

Results 41 issues of Andrea Peltrin

This is caused by the `option` function signature: https://package.elm-lang.org/packages/mdgriffith/elm-ui/latest/Element-Input#option which produces `Option value msg`. We could avoid to generate code for certain nodes, requiring the user to select a different...

bug

This is an unfortunate limit of Imgbb service, which doesn't allow SVG upload. This is quite frustrating since SVG is perfect for resolution-independent icons. I guess that for now we...

bug

It can be convenient to save a node/group of elements for later. The idea is to allow the user to select a document element, name it, and save into a...

enhancement

Currently Elm Designer uses the native page CSS overflow and scroll behavior to allow the workspace to be bigger than the browser viewport. We can swap the current implementation with...

enhancement

Instead of hand picking nice fonts from Google service we could embed in Elm Designer information for _all_ available typefaces (see attachment) and let users to pick all the fonts...

enhancement

Currently Elm Designer uses HTML `` to pick an element color. This is extremely simple to integrate but has several limitations. We should adapt [simonh1000/elm-colorpicker][1] and extend it to allow...

enhancement

In the new web app version of Elm Designer, when user adds a new page by dropping it onto the outline view, or using Insert->Page menu item, the software sets...

enhancement

Currently code emitter tries to reduce to write redundant values like: zero padding, zero spacing, "regular" font weight, etc. This is great but for certain elements this causes to Elm...

bug

CSS has the ability to do [text transformations][1]: (uppercase, lowercase, etc). Does Elm UI has it? It seems not the case. ## Generated Elm code So, how do you translate...

enhancement

When switching fonts the weight of the new font should match, or be closer as possible, to the weight of the old one. The typical use-case is the following: *...

bug