Levi Thomason
Levi Thomason
http://semantic-ui.com/modules/shape.html
See #1163 for the inspiration here. Some components wrap others, like a Popup wrapping a Portal. However, we do not advertise the Portal props as propTypes nor typings of the...
# Issue Many components can specify a width in number of grid columns, sometimes also supporting `equal width`. We've standardized the values we accept (number, string, 'equal'). However, the prop...
**Steps to Reproduce** Create a `text` menu that is `top attached`. **Expected** The menu should collapse its bottom margin to appear closely attached to the next element. **Result** The Menu...
We're building out [Stardust (Semantic-UI-React)](https://github.com/TechnologyAdvice/stardust) and noticed the Rail size examples do not change the size of the Rail content. This is because the examples use a `ui segment` as...
We are testing and considering using Cognito for our production apps @TechnologyAdvice. I had a couple questions about this project. 1. Is this project still maintained? There are some old...
I have received a notification of an invite. It shows up in Gitify, but clicking it does nothing. The notification list in GitHub's web interface does link to the proper...
We're storing css regression reference images (phantomjs screenshots) on S3. I'm using gulp-awspublish to publish them. When running tests, we need to download the reference images first, to compare our...
I believe there is a typo in the default `url` in [proxy.js @ ln 58](https://github.com/jsforce/jsforce-ajax-proxy/blob/master/lib/proxy.js#L58). Should `.com//services` actually be `com/services`? ```diff var params = { - url: sfEndpoint || "https://login.salesforce.com//services/oauth2/token",...
This PR will merge Fluent UI Web Components v3 into master, replacing the current Fluent React Web Components v2. TODO before merge: - [ ] Create a FUIWC v2 branch...