prudho
prudho
## Description The following PR implements a new module called `Flyout`. It's based on my own ES6 fomantic code, which is derived from `sidebar`, and CSS code is based from...
# Bug Report Actual develop branch seems to wrongly parse datetime in calendar module. Culprit seems to come from this commit: 8a331f0e62806964cfa00c271b09d54076f28df5. In `src\definitions\modules\calendar.js` at line 1563. ```js text =...
## Description Following #2009, I think that indeed checkboxes need some fancy new features too. So I open this PR as a draft and discussion topic. For now, I just...
With `-s -k path/to/server.key -c path/to/server.crt` the pushstate server will listen trough an encrypted connexion, drastically increasing security. The user must provide his own SSL certificate and key. New dependencies...
# Bug Report Form `unstackable fields` has a wrong margin-bottom when reaching the `mobile` breakpoint. I suspect [this line](https://github.com/fomantic/Fomantic-UI/blob/de758dcb3b4b51657623d43893bc5351aadaf942/src/definitions/collections/form.less#L1002C1-L1002C1) to be the culprit. ## Steps to reproduce 1. Go to...
## Description This PR add the ability to remove a tab by clicking on an icon or programmaticaly. It works by adding the `removable` class to the desired tab headers...
## Description This PR implements a description in the menu items, which can be right floated or under a text. Under description can also be displayed in not vertical menu,...