Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

FLOW-700 | FLOW-604 | FLOW-799 | New Features and Improvements in f-div and f-tag #110

Closed
wants to merge 296 commits into from

Conversation

mayankfulera
Copy link
Contributor

Checklist for raising a PR

  • Gone through UX documnetation for adding new features.
  • All necessary unit tests covered.
  • Required comments added for generating component manifest file? you can find details here
  • Did you check the contributing doc?
  • Did you check the existing issues for similar queries?

Describe your PR

Features

  • f-div: highlight property added to highlight a particular f-div and others would be in overlay.

Improvements

  • f-tag: added ellipsis according to the width of parent and on its own.

Bug Fixes

  • f-tag: emoji wasn't taking the correct size according to the f-tag size.

Add additional question here

  • Yes
  • No
  • NA

vikas-cldcvr and others added 30 commits August 9, 2022 17:34
* divider addition

* divider test addition

* changes

* divider usage story added

* changes

* changes

* changes

* changes scss

* changes
vikas-cldcvr and others added 15 commits July 5, 2023 21:55
# @cldcvr/flow-core
## [1.17.5] - 2023-07-05
### Bug Fixes

- `f-search`: `scope` dropdown width updated.
- disabled css updated for elements in shadowRoot.

<hr/>

# @cldcvr/flow-table
## [1.1.0] - 2023-07-11

### Features
- `f-table-schema` : Search on a specific column
### Improvements
- Action in the cell requires id (in case of displaying popover)
- Disable row selection for a specific rows
- Hide sort on a specific columns
### Bug Fixes

- Sort doesn’t work if we have the search term
- Highlight row not changing the background of the sticky column
* FLOW-821 md editor package added

* FLOW-821 WIP : md editor updated

* FLOW-821 WIP: md editor css changes

* FLOW-821 input event added + css updated

* FLOW-821 tests added

* FLOW-821 hooks updated
)

* FLOW-830 expandIconPosition attribute added on f-trow

* FLOW-831 tooltip added for cell actions

* FLOW-832 custom alignment fixed

* FLOW-830 part added for external styles

* FLOW-830 changelog updated

* FLOW-830 changelog updated
…gns a color based on characters #97 (#106)

* f-pictogram auto-bg

* fix color variable outside class
…elect (#109)

* 108 search-input event added in f-select

* 108 search-input event updated in f-select
@datapipes-robot
Copy link

@mayankfulera: Adding label do-not-merge/contains-merge-commits because PR contains merge commits, which are not allowed in this repository.
Use git rebase to reapply your commits on top of the target branch. Detailed instructions for doing so can be found here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@sonarcloud
Copy link

sonarcloud bot commented Jul 31, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 4 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@@ -356,3 +356,13 @@ input[type="color"]::-webkit-color-swatch {
align-items: center;
flex: 1 0 auto;
}

.f-div-highlight-overlay {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

storybook.css is specific for stroybook then why we added this here? we can add this in f-root.scss

changedProperties: PropertyValueMap<any> | Map<PropertyKey, unknown>
): Promise<void> {
super.updated(changedProperties);
requestAnimationFrame(() => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

requestAnimationFrame will execute on every re-paint of the browser, remove it.

just check the character count of this.label in a render function and add tooltip attribute based on that

@@ -222,7 +231,8 @@ export class FTag extends FRoot {
"left-icon": true,
...iconClasses,
"f-tag-system-icon": this.tagSystemIcon ? true : false,
"system-icon-size": this.size === "small" ? true : false
"system-icon-size": this.size === "small" ? true : false,
"f-tag-small-emoji": this.size === "small" ? true : false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can't we do overflow:hidden on f-tag itself

@datapipes-robot
Copy link

@mayankfulera: PR needs rebase.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants