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(TimePicker): Add Save and Cancel buttons to Time Picker #1481

Merged
merged 2 commits into from
Nov 30, 2023

Conversation

monroepe
Copy link
Collaborator

@monroepe monroepe commented Nov 21, 2023

Description

Add ability to have save and cancel buttons on the Time Picker which emit an event.

Verify that...

  • Any related demos were added and npm start and npm run build still works
  • New demos work in Safari, Chrome and Firefox
  • npm run lint passes
  • npm test passes and code coverage is increased
  • npm run build still works

Bullhorn Internal Developers

  • Run Novo Automation
Screenshots

Screenshot 2023-11-22 at 8 14 03 AM
Screenshot 2023-11-22 at 8 14 15 AM

Copy link
Contributor

github-actions bot commented Nov 21, 2023

Visit the preview URL for this PR (updated for commit 1b4b044):

https://novo-elements--pr1481-f-time-picker-5kp9nq7s.web.app

(expires Wed, 29 Nov 2023 15:34:38 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: f1783e19c2444272095017dd8ba433fff0ee3f61

Base automatically changed from next to master November 22, 2023 15:17
@dvoegelin dvoegelin changed the base branch from master to next November 22, 2023 15:27
@monroepe monroepe merged commit 94f60f1 into next Nov 30, 2023
6 checks passed
@monroepe monroepe deleted the f/time-picker branch November 30, 2023 14:56
@dvoegelin dvoegelin mentioned this pull request Nov 30, 2023
6 tasks
dvoegelin pushed a commit that referenced this pull request Dec 20, 2023
* feat(TimePicker): Add Save and Cancel buttons to Time Picker

* TimePickerInput should emit save and cancel events as well
nadia-harrismartinez pushed a commit that referenced this pull request Jan 16, 2024
* feat(TimePicker): Add Save and Cancel buttons to Time Picker

* TimePickerInput should emit save and cancel events as well
dvoegelin added a commit that referenced this pull request Jan 29, 2024
…mns (#1488)

* Initial commit

* Making sure currency field clips correctly

* Cleaning up code

* feat(TimePicker): Add Save and Cancel buttons to Time Picker (#1481)

* feat(TimePicker): Add Save and Cancel buttons to Time Picker

* TimePickerInput should emit save and cancel events as well

* feat(Picker): Specify parent of picker components (#1483)

* fix(imask): upping the max date on all date/text masks from 2030 to 2100

* upping node version for firebase action

* setting firebase tools version instead of node version

* fix(DatePickerInput): Default mask to a permissive number/separator r… (#1495)

fix(DatePickerInput): Default mask to a permissive number/separator regex

Co-authored-by: David Keyworth <[email protected]>

* chore(deps-dev): bump @babel/traverse from 7.18.5 to 7.23.2

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.5 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix(ExpansionPanelHeader): adding default heights to expansion-panel-header input properties

* fix(Collection): fixing a strict=true TS compilation error

* removing temp comments

* feat(Progress): adding 'flash' state to progress bar

* tweaking UX

* making 'flash' progress bar dynamically fit its container

* chore(deps-dev): bump follow-redirects from 1.15.2 to 1.15.4 (#1497)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.2...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dan Voegelin <[email protected]>

* rebasing next onto right-align-column-resizing branch

* fixing yml file

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Peter Monroe <[email protected]>
Co-authored-by: David Keyworth <[email protected]>
Co-authored-by: Dan Voegelin <[email protected]>
Co-authored-by: Alyssa Bryant <[email protected]>
Co-authored-by: David Keyworth <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dvoegelin added a commit that referenced this pull request Jan 31, 2024
…mns (#1488)

* Initial commit

* Making sure currency field clips correctly

* Cleaning up code

* feat(TimePicker): Add Save and Cancel buttons to Time Picker (#1481)

* feat(TimePicker): Add Save and Cancel buttons to Time Picker

* TimePickerInput should emit save and cancel events as well

* feat(Picker): Specify parent of picker components (#1483)

* fix(imask): upping the max date on all date/text masks from 2030 to 2100

* upping node version for firebase action

* setting firebase tools version instead of node version

* fix(DatePickerInput): Default mask to a permissive number/separator r… (#1495)

fix(DatePickerInput): Default mask to a permissive number/separator regex

Co-authored-by: David Keyworth <[email protected]>

* chore(deps-dev): bump @babel/traverse from 7.18.5 to 7.23.2

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.5 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix(ExpansionPanelHeader): adding default heights to expansion-panel-header input properties

* fix(Collection): fixing a strict=true TS compilation error

* removing temp comments

* feat(Progress): adding 'flash' state to progress bar

* tweaking UX

* making 'flash' progress bar dynamically fit its container

* chore(deps-dev): bump follow-redirects from 1.15.2 to 1.15.4 (#1497)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.2...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dan Voegelin <[email protected]>

* rebasing next onto right-align-column-resizing branch

* fixing yml file

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Peter Monroe <[email protected]>
Co-authored-by: David Keyworth <[email protected]>
Co-authored-by: Dan Voegelin <[email protected]>
Co-authored-by: Alyssa Bryant <[email protected]>
Co-authored-by: David Keyworth <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants