Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typescript migration #98

Merged
merged 5 commits into from
Mar 3, 2020
Merged

Typescript migration #98

merged 5 commits into from
Mar 3, 2020

Commits on Mar 3, 2020

  1. kompletni migrace na typescript

    - odstraneni explicitnich <Fragment> -> <>
    - camelcase napric aplikaci krom prace s API
    - pouzivani event.currentTarget napric aplikaci misto event.target
    - refaktoring nazvu css trid u komponent
    - setInterval a setTimeout explicitne vazany k window
    - smazani vsech pozustatku po Flow (flow typy, zmeny v souborech)
    - prepsani Bank.js, nadefinovani presne podoby API pro banku
    - zjednoduseni GoogleAnalytics.js
    - upravy a refaktoring komponent tak, aby bylo jejich pouziti jednoznacne a v souladu s typy
    - u FontAwesome ikon bylo potreba obalit je span s ID, protoze ID nemaji povoleno
    - osetreni mnoha hranicnich pripadu navic
    - odstraneni zbytecneho ID ve stavech formularu
    - odstraneni zbytecnych props, ktere se vyuzivaly, ale diky zjednoduseni uz nebyly potreba
    - zavedeni dummy objektu s vychozimi hodnotami pro formulare pri pridavani
    - osetreni prace s tokenem v ErrorBoundary.js
    - pridani dalsich pravidel ESlint
    - uprava README.md: zmena a doplneni technologii
    rodlukas committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    3f1ff12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e1c8b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    addacae View commit details
    Browse the repository at this point in the history
  4. aktualizace python deps

    rodlukas committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    28c99e9 View commit details
    Browse the repository at this point in the history
  5. [js] oprava nezobrazovani chyby v Bank, odstraneni zbytecnych eslint …

    …disable
    
    pri chybe se nezobrazil duvod chyby, zpusobeno spatnou migraci na TS
    rodlukas committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    5a6f488 View commit details
    Browse the repository at this point in the history