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

Improve look n feel #23

Merged
merged 10 commits into from
May 25, 2017
Merged

Improve look n feel #23

merged 10 commits into from
May 25, 2017

Conversation

lgraziani2712
Copy link
Owner

Aimed to resolve #22.

Meaningful changes

  • Add button styles.
  • Add button stories.
  • Add buttons related behavior to .
  • Add background images to the game.
  • Add game container styles.

- 🚀 [2017-05-19] `components/Button`: update to v2.0.0.
  - 🚀 Add stories.
  - 🚀 Add style.
  - 🚀 Add types and states.
- 🚀 [2017-05-19] `blockly/components/BlocklyApp`: update to v3.1.0.
  - 🚀 Add internal state for button manipulation.
And update storybook's `head.html` and `dist/index.html` with the required global styles to make beautiful backgrounds for the games
- 🐛 [2017-05-24] `blockly/components`: update to v1.2.0.
  - 🐛 Fix unnecessary context menu.
- 🔥 [2017-05-24] `components/Button`: update to v2.0.1.
  - 🔥 Extract constant object to `constants/colors`.
  - 👕 Fix stylelint warnings.
- 🚀 [2017-05-24] `blockly/components/BlocklyApp`: update to v3.1.1.
  - 🚀 Add `<ActionBar />`.
- 🚀 [2017-05-24] `helpers/randomizers`: add v1.0.0.
- 🔥 [2017-05-24] `engine/helpers/randomConfigurations -> randomizeActorsConfig`: update to v2.0.0.
  - 🔥 Extract the rest of the exports to the new module: `helpers/randomizers`.
- 🚀 [2017-05-24] `containers/MazeGameContainer`: update v1.1.1.
  - 🎨 Add some styles.
  - 🚀 Add the new `<GameContainer />`.
- 🚀 [2017-05-24] `components/GameContainer`: add v1.0.0.
  - It defines the position of the game.
  - It sets a random background image.
- 🎨 [2017-05-24] `engine/containers/numberGenerator`: update to v3.2.1.
  - 🎨 Improve styles.
@lgraziani2712 lgraziani2712 self-assigned this May 25, 2017
@lgraziani2712 lgraziani2712 merged commit 2568460 into master May 25, 2017
@lgraziani2712 lgraziani2712 deleted the improve-look-n-feel branch May 25, 2017 00:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UI Documentation
1 participant