solid-ui
solid-ui copied to clipboard
User Interface widgets and utilities for Solid
A common pattern that we see today throughout the code of Solid UI is functions that add properties and methods to DOM elements that they then return as result of...
Currently people using the tracker typically shared files in externally, like in dropbox when they should be be able to upload them to their pod in the issue tracker.
We are currently working on writing unit tests for existing functionality. Solid UI has a lot of functionality that deals with DOM manipulation, which can be extremely hard to write...
## User Story As a Form Designer, I want to specify the CSS class that should be applied when a data element is rendered, so I can use specific styling....
## User Story As a Form Designer, I can optionally set the formatter to apply to a number field, so I can correctly display the number. ## Acceptance Criteria 1....
Fill from the user's profile and/or preferences data, contacts, etc. Allow a form field to specify path or query from user to the item. Maybe have a few default to...
This is in branch **add-header-styles** Currently all icons in solid-ui are in the icon directory as svg files, however in mashlib the icon for the header sits in a icon.ts...
``` ~/gh/solid/solid-ui $ npm run doc > [email protected] doc /Users/michiel/gh/solid/solid-ui > typedoc --out ./Documentation/api/ ./src/ --stripInternal Using TypeScript 3.7.4 from /Users/michiel/gh/solid/solid-ui/node_modules/typescript/lib Rendering [============================------------] 70%Could not find the language 'turtle', did...
Will work on this in the 'design-26-march' branch today, then in 6 hours from now we can see how we can split up the rest of the work between @SharonStrats...
Today we run `npm run build` as part of `npm test` so that Travis is able to run the code properly. I propose we simplify the build-part to only make...