aboutsummaryrefslogtreecommitdiffstats
path: root/packages/forms/src/button
Commit message (Collapse)AuthorAge
* chore: move 'packages/forms' into 'src' (no longer an injected package) (#2079)Libravatar Vijay Aravamudhan2021-10-15
|
* chore: upgrade react to latest (#2030)Libravatar Markus Hatvan2021-10-07
|
* feat: add eslint-plugin-unicorn (#1936)Libravatar Markus Hatvan2021-09-14
|
* revert: fixing #1757 by commenting out partial fixLibravatar Vijay A2021-08-11
| | | | | | - Fixes issue with ferdi not starting up. - Also adds some defensive checks for the same code in other repeated locations.
* feat: follow OS reduced motion setting (#1757)Libravatar Markus Hatvan2021-08-10
| | | | | | | | - add missing meta charset to index.html - dont restrict scaling for user in index.html - load animations.css conditionally based on motion preference - load transitions conditionally in js and css based on motion preference Co-authored-by: Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>
* chore: migrate from tslint to @typescript-eslint (#1706)Libravatar Markus Hatvan2021-07-30
| | | | | | | | | | - update .eslintrc to work for .js and .ts - update devDependencies - lint properly both root /src and nested /packages - update webhint recommended setting for tsconfig.json to shrink output - Manage all eslint rules from the repo root - escape single quotes in scripts to please windows build Co-authored-by: Vijay A <avijayr@protonmail.com>
* Within the packages, use relative paths for imports. (#1705)Libravatar Vijay Raghavan Aravamudhan2021-07-30
|
* Minor refactoring to use the destructured code pattern while importing from ↵Libravatar Vijay A2021-07-28
| | | | other modules.
* - updated classnames to 2.3.1 to use added type definitionsLibravatar mhatvan2021-07-28
| | | | | | - remove stub type definitions from package.json - set 'noImplicitAny' false until jss and react-jss packages are upgraded to use own type definitions - add missing csstype to package/forms and update code to v3
* Merge branch 'master' of https://github.com/meetfranz/franz into franz-5.3.0Libravatar vantezzen2019-09-07
|\
| * Enable tree shaking for iconsLibravatar Stefan Malzner2019-08-05
| |
* | Replace public Franz occurences with FerdiLibravatar vantezzen2019-08-21
| |
* | Remove analyticsLibravatar vantezzen2019-08-21
|/
* Make buttons flexible in heightLibravatar Stefan Malzner2019-06-07
|
* fix height differenceLibravatar Stefan Malzner2019-03-20
|
* Add withTheme context to buttonLibravatar Stefan Malzner2019-02-08
|
* cleanupLibravatar Stefan Malzner2019-02-06
|
* Update packagesLibravatar Stefan Malzner2019-01-28
|
* Add href and type to button componentLibravatar Stefan Malzner2019-01-15
|
* Button, add missing success stateLibravatar Stefan Malzner2019-01-15
|
* Add mdi icons to buttonsLibravatar Stefan Malzner2019-01-15
|
* Add buttonsLibravatar Stefan Malzner2019-01-14