ix
ix copied to clipboard
feat(core/information-bar): add information bar
Pull request checklist
Please check if your PR fulfills the following requirements:
- [ ] Tests for the changes have been added (for bug fixes / features)
- [ ] Docs have been reviewed and added / updated if needed (for bug fixes / features)
- [x] Build (
yarn build
) was run locally and any changes were pushed - [ ] Unit tests (
yarn test
) were run locally and passed - [ ] Visual Regression Tests (
yarn visual-regression
) were run locally and passed - [ ] Linting (
npm lint
) was run locally and passed
Pull request type
Please check the type of change your PR introduces:
- [ ] Bug fix
- [x] Feature
- [ ] Refactoring (no functional changes, no API changes)
- [ ] Build related changes
- [ ] Documentation content changes
- [ ] Other (please describe):
What is the new behavior?
Add "Information Bar" (Already discussed with @danielleroux)
Does this introduce a breaking change?
- [ ] Yes
- [x] No
To do's
- [ ] Add SPDX Header to new files if not present
/* * SPDX-FileCopyrightText: 2023 Siemens AG * * SPDX-License-Identifier: MIT * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */
- [ ] Add TestApp Examples (Angular/React/Vue)
- [ ] Add Documentation page
Notice: TestApp and Documentation can be implemented afterwards from the core team
@marci1501 will you be able to add the missing headers? The iX team will then take care of the other open points.
To do's
- [ ] Add SPDX Header to new files if not present
/* * SPDX-FileCopyrightText: 2023 Siemens AG * * SPDX-License-Identifier: MIT * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */
- [ ] Add TestApp Examples (Angular/React/Vue)
- [ ] Add Documentation page
Notice: TestApp and Documentation can be implemented afterwards from the core team
@marci1501 will you be able to add the missing headers? The iX team will then take care of the other open points.
Headers should already be there.
To do's
- [ ] Add SPDX Header to new files if not present
/* * SPDX-FileCopyrightText: 2023 Siemens AG * * SPDX-License-Identifier: MIT * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */
- [ ] Add TestApp Examples (Angular/React/Vue)
- [ ] Add Documentation page
Notice: TestApp and Documentation can be implemented afterwards from the core team
@marci1501 will you be able to add the missing headers? The iX team will then take care of the other open points.
Headers should already be there.
You are right - my bad :-/
To do's
- [ ] Add SPDX Header to new files if not present
/* * SPDX-FileCopyrightText: 2023 Siemens AG * * SPDX-License-Identifier: MIT * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */
- [ ] Add TestApp Examples (Angular/React/Vue)
- [ ] Add Documentation page
Notice: TestApp and Documentation can be implemented afterwards from the core team
Remaining tasks tracked via [IX-643]