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

Renewaled🎉 (for mobile only) #5

Merged
merged 35 commits into from
Jan 11, 2019
Merged

Renewaled🎉 (for mobile only) #5

merged 35 commits into from
Jan 11, 2019

Conversation

kurone-kito
Copy link
Owner

  • In currently, only support mobile. In the tablet or PC environment the layout is incomplete.
  • Redesigned with reference to atomic design.
  • Added a MobX store system.
    • The identification value of the device type can now be held as a state from calculated the size of the viewport.
  • Refactored the some dependencies.
    • Added
      • jgthms/bulma, AlgusDark/bloomer
      • mobxjs/mobx
      • oliviertassinari/react-event-listener
      • Other, packages of accompanying above
    • Removed
      • bitinn/node-fetch: Because not use yet now.
  • Mitigated the some rules of TSLint.
    • file-name-casing: Allow in TS only -> Allow always
    • max-line-length: Forbid -> Allow only in TSX properties
    • no-magic-numbers: Forbid -> Allow (Want to allow only in TSX properties)
    • prefer-array-literal: Forbid -> Allow partly (see: array-type vs prefer-array-literal palantir/tslint#2946)
    • typedef: Forbid -> Allow (Want to fails only when cannot type inference)

@kurone-kito kurone-kito added the enhancement New feature or request label Jan 11, 2019
@kurone-kito kurone-kito self-assigned this Jan 11, 2019
@kurone-kito kurone-kito merged commit 63a5cca into master Jan 11, 2019
@kurone-kito kurone-kito deleted the feature/renewal branch January 11, 2019 05:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant