ix icon indicating copy to clipboard operation
ix copied to clipboard

feat(core/information-bar): add information bar

Open marci1501 opened this issue 1 year ago • 4 comments

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

marci1501 avatar Jul 18 '23 11:07 marci1501

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.

nuke-ellington avatar Nov 21 '23 15:11 nuke-ellington

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.

marci1501 avatar Nov 22 '23 09:11 marci1501

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 :-/

nuke-ellington avatar Nov 22 '23 13:11 nuke-ellington

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]

nuke-ellington avatar Nov 22 '23 13:11 nuke-ellington