solid-ui
solid-ui copied to clipboard
User Interface widgets and utilities for Solid
I'm writing tests for the tabWidget, and came upon a couple of strange behaviors. First of all, whether or not `options.ordered` is true or false: ``` function sync () {...
The long chat system only creates a file for chat in a given day if someone actually sends a message. After it is created, each user of the chat subscribes...
The Solid system includes/should include protocols for one user to request that another user gives them access to a given resource. Note, as background, that when a user uses a...
We have lots of login panels, but at the moment there are many cases in which the mashlib code puts a 401 error message into a status panel. It shouldn't...
The [shortName function in utils](https://github.com/solid/solid-ui/blob/master/src/utils.js#L406-L446) uses `this.prefixes`, which it seems is not set. Is this function used anywhere? Does it work? From what the comments say, its functionality seems to...
In https://github.com/solid/solid-ui/blob/master/src/jss/index.ts getClasses returns a StyleSheet object. getStyleSheet returns a Jss object. Wouldn't it be better to rename getClasses to getStyleSheet, and getStyleSheet to getJssObject?
shortNameForFolder returns 'example.com' for 'https://example.com/' and '/' for 'https://'. I'm not certain this is actually by design, it might be that the intended behaviour was that the domain root would...
See https://github.com/solid/solid-ui/pull/206/files#diff-8383fa1e65f77aaabf427153e899d165R318 Looks like it's awaiting a boolean and throwing away the result; I'll dig into this.
~/gh/solid/solid-ui $ ./node_modules/.bin/eslint __mocks__/*.ts /Users/michiel/gh/solid/solid-ui/__mocks__/rdflib.ts 1:20 error Multiple spaces found before '{' no-multi-spaces 18:4 error Trailing spaces not allowed no-trailing-spaces 19:2 error Trailing spaces not allowed no-trailing-spaces 24:19 error Missing...