1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-05-02 17:41:37 +07:00
Commit Graph

18 Commits

Author SHA1 Message Date
Priscila Oliveira 2965973f77
ref(doc): replaced cs_cz with czech (#474) 2020-05-03 15:28:38 +02:00
Priscila Oliveira 1e060474c7
ref(doc): updated translation section (#473) 2020-05-03 08:21:59 +02:00
Priscila Oliveira 4071e272af
Update README.md 2020-03-16 08:26:48 +01:00
Priscila Oliveira f81c1984da
Update README.md 2020-03-16 08:26:11 +01:00
Priscila Oliveira b2255fca88
ref(readme): added i18n section (#443) 2020-03-16 08:24:36 +01:00
James George dad44c46c0 docs: add link to license file (#422) 2020-01-14 03:47:14 +01:00
Juan Picado @jotadeveloper d554049699
fix: engine warning on console for ui (#403)
* fix: engine warning on console for ui

* chore: update snapshots

* chore: remove u flag

* chore: add readme note

* chore: update README.md

Co-Authored-By: Daniel Ruf <827205+DanielRuf@users.noreply.github.com>

Co-authored-by: Daniel Ruf <827205+DanielRuf@users.noreply.github.com>
2019-12-30 10:04:42 +01:00
Juan Picado @jotadeveloper d69fc1b260
Update README.md 2019-10-16 18:54:49 +02:00
Juan Picado @jotadeveloper dd532955de
chore: add more info about commits 2019-10-16 07:49:21 +02:00
Juan Picado @jotadeveloper 7de6983d1e
chore: add some extra notes to readme 2019-10-16 07:44:26 +02:00
Daniel Ruf cf050f234d docs: remove contributing link (#146) 2019-10-02 17:01:20 +02:00
Juan Picado @jotadeveloper 543877a077
chore: add detect-secrets deps 2019-09-29 18:33:04 +02:00
Priscila Oliveira 6b5d0b7e2e feat: migrating flow to typescript (#47)
This PR convert the code base to Typescript, the changes are the following:

- migrate code base to Typescript (3.4.x)
- enable `eslint` and `@typescript-eslint/eslint-plugin` (warnings still need to be addressed in future pull request
- update relevant dependencies for this PR (linting, etc)
- enable `bundlezise` (it was disabled for some reason)

* refactor: refactoring to typescript

* refactor: migrating to typescript

* refactor: applied feedbacks

* fix: fixed conflicts

* refactored: changed registry

* refactor: updated registry & removed unnecessary lib

* fix: fixed registry ur

* fix: fixed page load

* refactor: refactored footer wip

* refactor: converting to ts..wip

* refactor: converting to ts. wip

* refactor: converting to ts. wip

* refactor: converting to ts

* refactor: converting to ts

* fix: fixed load errors

* refactor: converted files to ts

* refactor: removed flow from tests

* fix: removed transpiled files

* refactor: added ts-ignore

* fix: fixed errors

* fix: fixed types

* fix: fixing jest import -.-

* fix: fixing lint errors

* fix: fixing lint errors

* fix: fixed lint errors

* refactor: removed unnecessary tsconfig's config

* fix: fixing errors

* fix: fixed warning

* fix: fixed test

* refactor: wip

* refactor: wip

* refactor: wip

* fix: fixing tests: wip

* wip

* wip

* fix: fixed search test

* wip

* fix: fixing lint errors

* fix: re-added stylelint

* refactor: updated stylelint script

* fix: fixed: 'styles.js'  were found.

* fix: fixed Search tests

* chore: enable eslint

eslint needs expecitely to know which file has to lint, by default is JS, in this case we need also ts,tsx files eslint . --ext .js,.ts

* chore: vcode eslint settings

* chore: restore eslint previous conf

* chore: clean jest config

* chore: fix eslint warnings

* chore: eslint errors cleared

chore: clean warnings

chore: remove github actions test phases

chore: remove dupe rule

* chore: update handler name

* chore: restore logo from img to url css prop

- loading images with css is more performant than using img html tags, switching this might be a breaking change
- restore no-empty-source seems the linting do not accept false
- update snapshots
- remove @material-ui/styles

* chore: update stylelint linting

* chore: update stylelint linting

* chore: fix a mistake on move tabs to a function

* chore: eanble bundlezie

* chore: use default_executor in circleci

* chore: update readme
2019-06-20 14:37:28 +02:00
Juan Picado @jotadeveloper eda98b817e
chore: update readme 2019-04-25 19:53:01 +02:00
Juan Picado @jotadeveloper 12da966254
chore: update readme 2019-04-25 19:49:19 +02:00
Juan Picado @jotadeveloper 414aaa3d84
Update README.md 2019-04-09 00:05:45 +02:00
Juan Picado @jotadeveloper ae842cd001
chore: update readme 2019-04-04 21:28:55 +02:00
Priscila Oliveira e2d478d65b initial commit 2019-02-03 17:04:42 +01:00