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

Commits on Aug 10, 2022

  1. Style: Align App UI with the design system

    closes #1670
    leiyre committed Aug 10, 2022
    Copy the full SHA
    a94b46d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    813b387 View commit details
    Browse the repository at this point in the history
  3. style: refactor button component (#1674)

    * style: refactor button component
    
    see #1672
    
    * replace class name
    leiyre committed Aug 10, 2022
    Copy the full SHA
    78bdf85 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Copy the full SHA
    49a6fe7 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. 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
    leiyre committed Aug 12, 2022
    Copy the full SHA
    7edd48b View commit details
    Browse the repository at this point in the history
  2. 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-"
    leiyre committed Aug 12, 2022
    Copy the full SHA
    e691f3d View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. style: Slider component (#1680)

    see #1672
    
    This PR creates reusable slider nav (navigation between sentences in text2text)
    leiyre committed Aug 16, 2022
    Copy the full SHA
    1a0afd1 View commit details
    Browse the repository at this point in the history
  2. style: Tooltip placeholder (#1681)

    see #1672
    
    This PR enhances and centralizes the appearance of the tooltip
    leiyre committed Aug 16, 2022
    Copy the full SHA
    a143fc7 View commit details
    Browse the repository at this point in the history
  3. style: Update deep selector (#1682)

    see #1672
    
    This PR changes the deprecated v-deep selector for the new one :deep()
    leiyre committed Aug 16, 2022
    Copy the full SHA
    c3580a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. 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.
    leiyre committed Aug 17, 2022
    Copy the full SHA
    cdb769b View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. style: Refactor metrics components (#1684)

    see #1670
    
    This PR standardizes the metric classes, removing duplicate styles and simplifying the management of some future changes
    leiyre committed Aug 18, 2022
    Copy the full SHA
    f09e132 View commit details
    Browse the repository at this point in the history
  2. style: New entity label component (#1685)

    see #1670
    
    This PR creates a new entity label component to avoid duplication (sidebar and header)
    leiyre committed Aug 18, 2022
    Copy the full SHA
    fb61ce6 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Copy the full SHA
    a1be801 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. style: refactor entities selector (#1696)

    see #1670
    
    This PR adds entity label component in entities selector, also includes kebab-case in some nuxt-link
    leiyre committed Aug 24, 2022
    Copy the full SHA
    f274bdb View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. rename core folder to base

    leiyre committed Aug 31, 2022
    Copy the full SHA
    1a9a852 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. fix checkbox margin

    leiyre committed Sep 19, 2022
    Copy the full SHA
    9753be8 View commit details
    Browse the repository at this point in the history
  2. remove unused prop

    leiyre committed Sep 19, 2022
    Copy the full SHA
    5dfb6b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. decorator

    leiyre committed Sep 20, 2022
    Copy the full SHA
    ce0f985 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into style/align_with_design_system

    # 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
    leiyre committed Sep 20, 2022
    Copy the full SHA
    9b3f94c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8315766 View commit details
    Browse the repository at this point in the history
  4. fix copy text

    leiyre committed Sep 20, 2022
    Copy the full SHA
    b64ae46 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'style/align_with_design_system' of ssh://github.com/rec…

    …ognai/rubrix into style/align_with_design_system
    leiyre committed Sep 20, 2022
    Copy the full SHA
    5bb3241 View commit details
    Browse the repository at this point in the history
  6. force commit

    leiyre committed Sep 20, 2022
    Copy the full SHA
    81d08c5 View commit details
    Browse the repository at this point in the history
  7. update test snapshot

    leiyre committed Sep 20, 2022
    Copy the full SHA
    8b1a27b View commit details
    Browse the repository at this point in the history