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

feat-963: Update avatar #49

Closed
wants to merge 13 commits into from
Closed

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    c1ce121 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. fix: Fix button group immutability (#1)

    * Fix errors
    
    * fix copywith function
    
    * [automated commit] lint format and import sort
    
    ---------
    
    Co-authored-by: Osman <AO3856@zebra.com>
    Co-authored-by: github-actions <github-actions@github.com>
    3 people authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    20d3c68 View commit details
    Browse the repository at this point in the history
  2. [automated commit] lint format and import sort

    github-actions committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    985576b View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    98abb40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e63476a View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. feat: Add List Item (#5)

    * feat: Add List Item
    
    * [automated commit] lint format and import sort
    
    ---------
    
    Co-authored-by: Simeon Dimitrov <simeon.dimitrov.work@gmail.com>
    Co-authored-by: github-actions <github-actions@github.com>
    3 people authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    4d618c1 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Component dialog (#18)

    * create showZetaDialog
    
    * finished dialog for DeviceType.mobilePortrait
    
    * dialog variant for bigger screens
    
    * create widgetbook; add Zeta parameter, also in ZetaButton
    
    * useRootNavigator: false
    atanasyordanov21 authored and thelukewalton committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    1fe3bfc View commit details
    Browse the repository at this point in the history
  2. feat(main): AppBar (#19)

    * feat(main): AppBar
    
    * [automated commit] lint format and import sort
    
    ---------
    
    Co-authored-by: github-actions <github-actions@github.com>
    thelukewalton and github-actions committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    dfe4dd6 View commit details
    Browse the repository at this point in the history
  3. Component dialog (#22)

    * chore: update contributing
    
    * fix: Fix button group immutability (#1)
    
    * Fix errors
    
    * fix copywith function
    
    * [automated commit] lint format and import sort
    
    ---------
    
    Co-authored-by: Osman <AO3856@zebra.com>
    Co-authored-by: github-actions <github-actions@github.com>
    
    * [automated commit] lint format and import sort
    
    * update on-main to push to firebase (#3)
    
    * ci: move firebase to flutter main host for qa (#4)
    
    * feat: Add List Item (#5)
    
    * feat: Add List Item
    
    * [automated commit] lint format and import sort
    
    ---------
    
    Co-authored-by: Simeon Dimitrov <simeon.dimitrov.work@gmail.com>
    Co-authored-by: github-actions <github-actions@github.com>
    
    * fix(main): ListItem disabled color (#8)
    
    * fix(main): ListItem disabled color
    
    * [automated commit] lint format and import sort
    
    ---------
    
    Co-authored-by: github-actions <github-actions@github.com>
    
    * feat : Dropdown menu (#7)
    
    * Create dropdown
    
    * Add sizes
    
    * create stoyrybook and add size
    
    * Fix errrs and respond to comments
    
    * Fix issues
    
    * [automated commit] lint format and import sort
    
    * Alter isLarge
    
    * Fix spacing
    
    * [automated commit] lint format and import sort
    
    * Alter leading styles
    
    * [automated commit] lint format and import sort
    
    ---------
    
    Co-authored-by: Osman <AO3856@zebra.com>
    Co-authored-by: github-actions <github-actions@github.com>
    
    * Component ZetaSwitch (#6)
    
    * create ZetaSwitch
    
    * ZetaSwitch using MaterialSwitch
    
    * widgetbook for ZetaSwitch
    
    * remove hover; fix initState
    
    * add showHover parameter
    
    * add comments 'Zeta change' in material_switch.dart
    
    * remove size parameter and factory constructors
    
    * fix example and widgetbook
    
    * Component Zeta Radio Button (#9)
    
    * create component Zeta Radio Button
    
    * remove hover color
    
    * fix label line height
    
    * feat(main): SnackBar (#10)
    
    * add snackbar example
    
    * Add snackbar widgetbook
    
    * feat(main): SnackBar
    
    * [automated commit] lint format and import sort
    
    * remove view icon
    
    * Add view icon
    
    * Add widgetbook icon helper
    
    * [automated commit] lint format and import sort
    
    * fix alphabetical imports
    
    * Fix delete and error background color
    
    ---------
    
    Co-authored-by: github-actions <github-actions@github.com>
    
    * feat(main): Tabs (#11)
    
    * feat(main): Tabs
    
    * [automated commit] lint format and import sort
    
    ---------
    
    Co-authored-by: github-actions <github-actions@github.com>
    
    * chore: Update text styles (#13)
    
    * fix: switch on web (#14)
    
    * Component date input (#12)
    
    * create ZetaDateInput
    
    * create different ZetaDateInput variants
    
    * fix show error style
    
    * date validation and input mask; documentation for ZetaDateInput properties
    
    * create widgetbook
    
    * changes according to comments
    
    * create showZetaDialog
    
    * finished dialog for DeviceType.mobilePortrait
    
    * Component date input (#16)
    
    * create ZetaDateInput
    
    * create different ZetaDateInput variants
    
    * fix show error style
    
    * date validation and input mask; documentation for ZetaDateInput properties
    
    * create widgetbook
    
    * changes according to comments
    
    * fix Typography of Date Input
    
    * restore
    
    * remove text line height
    
    * dialog variant for bigger screens
    
    * create widgetbook; add Zeta parameter, also in ZetaButton
    
    * useRootNavigator: false
    
    * add iconKnob in Dialog widgetbook
    
    * final iconData = iconKnob
    
    ---------
    
    Co-authored-by: Luke <lwalton@zebra.com>
    Co-authored-by: ahmed-osman3 <99483750+ahmed-osman3@users.noreply.github.com>
    Co-authored-by: Osman <AO3856@zebra.com>
    Co-authored-by: github-actions <github-actions@github.com>
    Co-authored-by: Luke Walton <thelukewalton@users.noreply.github.com>
    Co-authored-by: Simeon Dimitrov <simeon.dimitrov.work@gmail.com>
    Co-authored-by: sd-athlon <163880004+sd-athlon@users.noreply.github.com>
    8 people authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    d66cc3c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a5dabb View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Merge

    Osman authored and Osman committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    3ad65de View commit details
    Browse the repository at this point in the history
  2. Merge

    Osman authored and Osman committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    87b6449 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Update avatar

    Osman authored and Osman committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    1cfb09e View commit details
    Browse the repository at this point in the history