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

Feature/pill sheet group #365

Merged
merged 12 commits into from
Sep 16, 2021
Merged

Feature/pill sheet group #365

merged 12 commits into from
Sep 16, 2021

Commits on Sep 16, 2021

  1. 📝 fix wording

    bannzai committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    542dc7f View commit details
    Browse the repository at this point in the history
  2. ♻️ Remove unnecessary callbacks

    #
    # ==== Emojis ====
    # 🐛  🐛 バグ修正
    # 🤘  🤘 機能改善
    # 🐚  🐚 コマンドを実行した結果とか
    # ✨  ✨ 部分的な機能追加
    # 🎉  🎉 盛大に祝うべき大きな機能追加
    # 💉  💉 libraryの追加
    # 📝  📝 ドキュメント・READMEの整備
    # ♻️   ♻️ リファクタリング
    # 🚿  🚿 不要な機能・使われなくなった機能の削除
    # 💚  💚 テストやCIの修正・改善
    # 👕  👕 Lintエラーの修正やコードスタイルの修正
    # 🚀  🚀 パフォーマンス改善
    # 🆙  🆙 依存パッケージなどのアップデート
    # 🔒  🔒 新機能の公開範囲の制限
    # 👮  👮 セキュリティ関連の改善
    # 🎨  🎨 デザイン修正
    # 🚧  🚧 WIP 一時的なコミット
    
    # ==== Format ====
    # :emoji: Subject
    #
    # Commit body...
    
    # ==== The Seven Rules ====
    # 1. Separate subject from body with a blank line
    # 2. Limit the subject line to 50 characters
    # 3. Capitalize the subject line
    # 4. Do not end the subject line with a period
    # 5. Use the imperative mood in the subject line
    # 6. Wrap the body at 72 characters
    # 7. Use the body to explain what and why vs. how
    #
    # How to Write a Git Commit Message http://chris.beams.io/posts/git-commit/
    
    # reference from http://memo.goodpatch.co/2016/07/beautiful-commits-with-emojis/
    # for https://github.com/bannzai/commit_template
    bannzai committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    d077c04 View commit details
    Browse the repository at this point in the history
  3. ♻️ Remove unnecessary page management properties

    #
    # ==== Emojis ====
    # 🐛  🐛 バグ修正
    # 🤘  🤘 機能改善
    # 🐚  🐚 コマンドを実行した結果とか
    # ✨  ✨ 部分的な機能追加
    # 🎉  🎉 盛大に祝うべき大きな機能追加
    # 💉  💉 libraryの追加
    # 📝  📝 ドキュメント・READMEの整備
    # ♻️   ♻️ リファクタリング
    # 🚿  🚿 不要な機能・使われなくなった機能の削除
    # 💚  💚 テストやCIの修正・改善
    # 👕  👕 Lintエラーの修正やコードスタイルの修正
    # 🚀  🚀 パフォーマンス改善
    # 🆙  🆙 依存パッケージなどのアップデート
    # 🔒  🔒 新機能の公開範囲の制限
    # 👮  👮 セキュリティ関連の改善
    # 🎨  🎨 デザイン修正
    # 🚧  🚧 WIP 一時的なコミット
    
    # ==== Format ====
    # :emoji: Subject
    #
    # Commit body...
    
    # ==== The Seven Rules ====
    # 1. Separate subject from body with a blank line
    # 2. Limit the subject line to 50 characters
    # 3. Capitalize the subject line
    # 4. Do not end the subject line with a period
    # 5. Use the imperative mood in the subject line
    # 6. Wrap the body at 72 characters
    # 7. Use the body to explain what and why vs. how
    #
    # How to Write a Git Commit Message http://chris.beams.io/posts/git-commit/
    
    # reference from http://memo.goodpatch.co/2016/07/beautiful-commits-with-emojis/
    # for https://github.com/bannzai/commit_template
    bannzai committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    8ccc0b8 View commit details
    Browse the repository at this point in the history
  4. :sparkels: calculated maximum pill number on component

    #
    # ==== Emojis ====
    # 🐛  🐛 バグ修正
    # 🤘  🤘 機能改善
    # 🐚  🐚 コマンドを実行した結果とか
    # ✨  ✨ 部分的な機能追加
    # 🎉  🎉 盛大に祝うべき大きな機能追加
    # 💉  💉 libraryの追加
    # 📝  📝 ドキュメント・READMEの整備
    # ♻️   ♻️ リファクタリング
    # 🚿  🚿 不要な機能・使われなくなった機能の削除
    # 💚  💚 テストやCIの修正・改善
    # 👕  👕 Lintエラーの修正やコードスタイルの修正
    # 🚀  🚀 パフォーマンス改善
    # 🆙  🆙 依存パッケージなどのアップデート
    # 🔒  🔒 新機能の公開範囲の制限
    # 👮  👮 セキュリティ関連の改善
    # 🎨  🎨 デザイン修正
    # 🚧  🚧 WIP 一時的なコミット
    
    # ==== Format ====
    # :emoji: Subject
    #
    # Commit body...
    
    # ==== The Seven Rules ====
    # 1. Separate subject from body with a blank line
    # 2. Limit the subject line to 50 characters
    # 3. Capitalize the subject line
    # 4. Do not end the subject line with a period
    # 5. Use the imperative mood in the subject line
    # 6. Wrap the body at 72 characters
    # 7. Use the body to explain what and why vs. how
    #
    # How to Write a Git Commit Message http://chris.beams.io/posts/git-commit/
    
    # reference from http://memo.goodpatch.co/2016/07/beautiful-commits-with-emojis/
    # for https://github.com/bannzai/commit_template
    bannzai committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    2e5c55d View commit details
    Browse the repository at this point in the history
  5. 🐛 Enhancement paging flush

    bannzai committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    d4ded55 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    73ffb02 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dfb1ecb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b56f0bd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    546d08d View commit details
    Browse the repository at this point in the history
  10. 📝 fix wording

    bannzai committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    29ab921 View commit details
    Browse the repository at this point in the history
  11. 📝 fix test case

    bannzai committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    992d2c5 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #364 from bannzai/fix/trivias

    📝 fix wording
    bannzai authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    426ca94 View commit details
    Browse the repository at this point in the history