Skip to content

Commit

Permalink
feat(components): implement ui components package (#208)
Browse files Browse the repository at this point in the history
* Initial commit

* Add storybook, refactor structure

* Push WIP

* Push WIP README

* Remove commented stuff in storybook mainjs

* Remove extra unsupported type test

* Change dropdown import

* Remove useless babel

* Clean deps

* Add axios typing

* Clean jest config

* Add gitignore, fix spaces previewjs

* Fix keyboard typing

* Code clean LoginPrompt

* Add state typing fileinput

* Fix error typing quickreply btn

* Update carousel

* New line stuff

* remove jsdom pragma

* chore(components): rename folder to "components" change package name (#210)

* Rename folder to components

* rename package to @botpress/messaging-components

* Add storybook-static to git ignore

* Fix typings to reflect channel-web

* Fix import in readme

* remove typing OK comments

* Add pathname extension fix to FileMsg

* Remove extraneous gitignore

* Add tests to CI

* fix deps

Co-authored-by: Samuel Massé <samuelmasse4@gmail.com>
  • Loading branch information
charlescatta and samuelmasse committed Oct 28, 2021
1 parent ccb2154 commit a469775
Show file tree
Hide file tree
Showing 48 changed files with 9,893 additions and 229 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ jobs:
- name: Run tests
run: |
yarn test --coverage --verbose
# TODO: Merge all tests into root jest config and remove this
- name: Run Components tests
run: |
yarn workspace @botpress/messaging-components test
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ bin/
*.log
.parcel-cache
.cache
coverage/
coverage/
storybook-static/
Loading

0 comments on commit a469775

Please sign in to comment.