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

style: Align App UI with the design system #1672

Merged
merged 24 commits into from Sep 22, 2022

Conversation

leiyre
Copy link
Member

@leiyre leiyre commented Aug 10, 2022

closes #1670

leiyre added a commit that referenced this pull request Aug 10, 2022
* style: refactor button component

see #1672

* replace class name
leiyre added a commit that referenced this pull request Aug 12, 2022
see #1672

This PR centralizes all application selectors (single and multiple) in a single component, also the filterable search in selector is centralized in a new component
@leiyre leiyre mentioned this pull request Aug 12, 2022
see #1672

This PR centralizes all application selectors (single and multiple) in a single component, also the filterable search in selector is centralized in a new component
see #1670

This PR cleans up the old code, does some refactoring and renames the components using kebab-case and changing the prefix "re-" to "base-"
leiyre added a commit that referenced this pull request Aug 16, 2022
see #1672

This PR creates reusable slider nav (navigation between sentences in text2text)
@leiyre leiyre mentioned this pull request Aug 16, 2022
see #1672

This PR creates reusable slider nav (navigation between sentences in text2text)
leiyre added a commit that referenced this pull request Aug 16, 2022
see #1672

This PR enhances and centralizes the appearance of the tooltip
see #1672

This PR enhances and centralizes the appearance of the tooltip
leiyre added a commit that referenced this pull request Aug 16, 2022
see #1672

This PR changes the deprecated v-deep selector for the new one :deep()
see #1672

This PR changes the deprecated v-deep selector for the new one :deep()
see #1670

This PR does a refactoring of the score filter, avoiding duplicate code, it also normalizes the size variables.
see #1670

This PR standardizes the metric classes, removing duplicate styles and simplifying the management of some future changes
see #1670

This PR creates a new entity label component to avoid duplication (sidebar and header)
see #1670

This PR adds entity label component in entities selector, also includes kebab-case in some nuxt-link
# Conflicts:
#	frontend/assets/scss/abstract/functions/_functions.scss
#	frontend/assets/scss/abstract/placeholders/_placeholders.scss
#	frontend/components/core/ReButton.vue
#	frontend/components/core/reInputContainer/Readme.md
#	frontend/components/text2text/results/Text2TextContentEditable.vue
#	frontend/components/text2text/results/Text2TextList.vue
@frascuchon frascuchon merged commit 52bbceb into master Sep 22, 2022
@frascuchon frascuchon deleted the style/align_with_design_system branch September 22, 2022 09:11
frascuchon pushed a commit that referenced this pull request Sep 27, 2022
* Style: Align App UI with the design system

closes #1670

* style: Rename variables and clean unused code (#1673)

see #1670

* style: refactor button component (#1674)

* style: refactor button component

see #1672

* replace class name

* style: Refactor dropdown component (#1677)

* style: Refactor selector (#1679)

see #1672

This PR centralizes all application selectors (single and multiple) in a single component, also the filterable search in selector is centralized in a new component

* style: Clean up old code and rename components

see #1670

This PR cleans up the old code, does some refactoring and renames the components using kebab-case and changing the prefix "re-" to "base-"

* style: Slider component (#1680)

see #1672

This PR creates reusable slider nav (navigation between sentences in text2text)

* style: Tooltip placeholder (#1681)

see #1672

This PR enhances and centralizes the appearance of the tooltip

* style: Update deep selector (#1682)

see #1672

This PR changes the deprecated v-deep selector for the new one :deep()

* style: Refactor score filter (#1683)

see #1670

This PR does a refactoring of the score filter, avoiding duplicate code, it also normalizes the size variables.

* style: Refactor metrics components (#1684)

see #1670

This PR standardizes the metric classes, removing duplicate styles and simplifying the management of some future changes

* style: New entity label component (#1685)

see #1670

This PR creates a new entity label component to avoid duplication (sidebar and header)

* style: Add new small border-radius variable (#1695)

see #1670

* style: refactor entities selector (#1696)

see #1670

This PR adds entity label component in entities selector, also includes kebab-case in some nuxt-link

* rename core folder to base

* fix checkbox margin

* remove unused prop

* decorator

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix copy text

* force commit

* update test snapshot

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

Closes #1670

(cherry picked from commit 52bbceb)
frascuchon pushed a commit that referenced this pull request Sep 27, 2022
* Style: Align App UI with the design system

closes #1670

* style: Rename variables and clean unused code (#1673)

see #1670

* style: refactor button component (#1674)

* style: refactor button component

see #1672

* replace class name

* style: Refactor dropdown component (#1677)

* style: Refactor selector (#1679)

see #1672

This PR centralizes all application selectors (single and multiple) in a single component, also the filterable search in selector is centralized in a new component

* style: Clean up old code and rename components

see #1670

This PR cleans up the old code, does some refactoring and renames the components using kebab-case and changing the prefix "re-" to "base-"

* style: Slider component (#1680)

see #1672

This PR creates reusable slider nav (navigation between sentences in text2text)

* style: Tooltip placeholder (#1681)

see #1672

This PR enhances and centralizes the appearance of the tooltip

* style: Update deep selector (#1682)

see #1672

This PR changes the deprecated v-deep selector for the new one :deep()

* style: Refactor score filter (#1683)

see #1670

This PR does a refactoring of the score filter, avoiding duplicate code, it also normalizes the size variables.

* style: Refactor metrics components (#1684)

see #1670

This PR standardizes the metric classes, removing duplicate styles and simplifying the management of some future changes

* style: New entity label component (#1685)

see #1670

This PR creates a new entity label component to avoid duplication (sidebar and header)

* style: Add new small border-radius variable (#1695)

see #1670

* style: refactor entities selector (#1696)

see #1670

This PR adds entity label component in entities selector, also includes kebab-case in some nuxt-link

* rename core folder to base

* fix checkbox margin

* remove unused prop

* decorator

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix copy text

* force commit

* update test snapshot

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

Closes #1670

(cherry picked from commit 52bbceb)
frascuchon pushed a commit that referenced this pull request Sep 27, 2022
* Style: Align App UI with the design system

closes #1670

* style: Rename variables and clean unused code (#1673)

see #1670

* style: refactor button component (#1674)

* style: refactor button component

see #1672

* replace class name

* style: Refactor dropdown component (#1677)

* style: Refactor selector (#1679)

see #1672

This PR centralizes all application selectors (single and multiple) in a single component, also the filterable search in selector is centralized in a new component

* style: Clean up old code and rename components

see #1670

This PR cleans up the old code, does some refactoring and renames the components using kebab-case and changing the prefix "re-" to "base-"

* style: Slider component (#1680)

see #1672

This PR creates reusable slider nav (navigation between sentences in text2text)

* style: Tooltip placeholder (#1681)

see #1672

This PR enhances and centralizes the appearance of the tooltip

* style: Update deep selector (#1682)

see #1672

This PR changes the deprecated v-deep selector for the new one :deep()

* style: Refactor score filter (#1683)

see #1670

This PR does a refactoring of the score filter, avoiding duplicate code, it also normalizes the size variables.

* style: Refactor metrics components (#1684)

see #1670

This PR standardizes the metric classes, removing duplicate styles and simplifying the management of some future changes

* style: New entity label component (#1685)

see #1670

This PR creates a new entity label component to avoid duplication (sidebar and header)

* style: Add new small border-radius variable (#1695)

see #1670

* style: refactor entities selector (#1696)

see #1670

This PR adds entity label component in entities selector, also includes kebab-case in some nuxt-link

* rename core folder to base

* fix checkbox margin

* remove unused prop

* decorator

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix copy text

* force commit

* update test snapshot

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

Closes #1670

(cherry picked from commit 52bbceb)
frascuchon pushed a commit that referenced this pull request Sep 27, 2022
* Style: Align App UI with the design system

closes #1670

* style: Rename variables and clean unused code (#1673)

see #1670

* style: refactor button component (#1674)

* style: refactor button component

see #1672

* replace class name

* style: Refactor dropdown component (#1677)

* style: Refactor selector (#1679)

see #1672

This PR centralizes all application selectors (single and multiple) in a single component, also the filterable search in selector is centralized in a new component

* style: Clean up old code and rename components

see #1670

This PR cleans up the old code, does some refactoring and renames the components using kebab-case and changing the prefix "re-" to "base-"

* style: Slider component (#1680)

see #1672

This PR creates reusable slider nav (navigation between sentences in text2text)

* style: Tooltip placeholder (#1681)

see #1672

This PR enhances and centralizes the appearance of the tooltip

* style: Update deep selector (#1682)

see #1672

This PR changes the deprecated v-deep selector for the new one :deep()

* style: Refactor score filter (#1683)

see #1670

This PR does a refactoring of the score filter, avoiding duplicate code, it also normalizes the size variables.

* style: Refactor metrics components (#1684)

see #1670

This PR standardizes the metric classes, removing duplicate styles and simplifying the management of some future changes

* style: New entity label component (#1685)

see #1670

This PR creates a new entity label component to avoid duplication (sidebar and header)

* style: Add new small border-radius variable (#1695)

see #1670

* style: refactor entities selector (#1696)

see #1670

This PR adds entity label component in entities selector, also includes kebab-case in some nuxt-link

* rename core folder to base

* fix checkbox margin

* remove unused prop

* decorator

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix copy text

* force commit

* update test snapshot

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

Closes #1670

(cherry picked from commit 52bbceb)
frascuchon pushed a commit that referenced this pull request Sep 28, 2022
This PR adds entity label component in entities selector, also includes kebab-case in some nuxt-link

* rename core folder to base

* fix checkbox margin

* remove unused prop

* decorator

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix copy text

* force commit

* update test snapshot

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

Closes #1670

(cherry picked from commit 52bbceb)
frascuchon pushed a commit that referenced this pull request Sep 29, 2022
This PR adds entity label component in entities selector, also includes kebab-case in some nuxt-link

* rename core folder to base

* fix checkbox margin

* remove unused prop

* decorator

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix copy text

* force commit

* update test snapshot

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

Closes #1670

(cherry picked from commit 52bbceb)
frascuchon pushed a commit that referenced this pull request Sep 30, 2022
This PR adds entity label component in entities selector, also includes kebab-case in some nuxt-link

* rename core folder to base

* fix checkbox margin

* remove unused prop

* decorator

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix copy text

* force commit

* update test snapshot

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

Closes #1670

(cherry picked from commit 52bbceb)
frascuchon pushed a commit that referenced this pull request Oct 3, 2022
This PR adds entity label component in entities selector, also includes kebab-case in some nuxt-link

* rename core folder to base

* fix checkbox margin

* remove unused prop

* decorator

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix copy text

* force commit

* update test snapshot

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

Closes #1670

(cherry picked from commit 52bbceb)
frascuchon pushed a commit that referenced this pull request Oct 4, 2022
This PR adds entity label component in entities selector, also includes kebab-case in some nuxt-link

* rename core folder to base

* fix checkbox margin

* remove unused prop

* decorator

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix copy text

* force commit

* update test snapshot

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

Closes #1670

(cherry picked from commit 52bbceb)
frascuchon pushed a commit that referenced this pull request Oct 5, 2022
This PR adds entity label component in entities selector, also includes kebab-case in some nuxt-link

* rename core folder to base

* fix checkbox margin

* remove unused prop

* decorator

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix copy text

* force commit

* update test snapshot

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

Closes #1670

(cherry picked from commit 52bbceb)
frascuchon pushed a commit that referenced this pull request Oct 5, 2022
This PR adds entity label component in entities selector, also includes kebab-case in some nuxt-link

* rename core folder to base

* fix checkbox margin

* remove unused prop

* decorator

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix copy text

* force commit

* update test snapshot

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

Closes #1670

(cherry picked from commit 52bbceb)
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.

[UI] Align App UI with the design system
2 participants