Commit Graph

7 Commits

Author SHA1 Message Date
Rui Saraiva
785563a71c
feat: upgrade dependencies (#480)
* feat: upgrade dependencies

* chore: update linter and CI workflows

* chore: upgrade browserslist
2021-12-04 18:32:53 +00:00
Rui Saraiva
0bf587b68d
feat: setup Cypress (#136)
* feat(cypress): setup cypress with Next.js

* ci(cypress): run cypress on pull requests

* refactor(cypress): migrate from tsconfig.json to .eslintrc.json

* ci: update job names

* ci(cypress): save cypress artifacts

* fix(analytics): fix analytics extra script html tags
2020-06-27 22:54:56 +01:00
Rui Saraiva
3e927a1d1d chore(deps): upgrade dependencies 2020-05-11 23:45:54 +01:00
Rui Saraiva
d3f0cfcb74
feat(layout): add base page layout (#24)
* feat(layout): add base page layout

Add base layout component with dark mode support

fix #15

* feat(storybook): add dark mode support to all components
2020-04-12 09:43:27 +01:00
Rui Saraiva
a611bcd4fe
feat: add dark mode toggle component (#21)
* feat: add dark mode toggle component

Add dark mode toggle component with custom hook

fix #14

* feat(dark-mode): add svgs, fix flash and css modules support

* docs: update get start guide and fix typos
2020-04-11 23:13:21 +01:00
Eduardo Pinto
cc926db1a5
feat: add button component (#22)
* feat(button): implement basic button structure

* refactor(style): add transparent variant and font-weight prop
2020-04-11 23:07:14 +01:00
Rui Saraiva
b183cc9fef
feat: setup next, eslint, stylelint, and typescript (#5)
* feat: setup next, eslint, stylelint, and typescript

* ci: add Semantic Pull Requests config

* ci: add renovate config

* ci: add commit lint workflow

* ci: add code lint workflow

* ci: add release workflow

* docs(ci): add status badges for release, lint, and commitlint

* ci: add now config

* chore: update repo name

* ci(release): remove assets from release
2020-04-10 22:34:32 +01:00