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

Frontend Challenge Unbabel #33

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Frontend Challenge Unbabel #33

wants to merge 10 commits into from

Commits on Mar 8, 2023

  1. - Restructure project structure

    - add eslint with prettier
    - add vuex
    - add router
    - create global sass
    - prepare api
    Pedro Carolina committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    e9327ab View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. - Add actions associated with upload, delete and get

    - add textarea
    - some css fixes
    Pedro Carolina committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    c627fcf View commit details
    Browse the repository at this point in the history
  2. - remove margins from #app

    - refactor AppIcon by removing unnecessary code
    - add placeholders to AppInput and AppTextarea
    - update title and description from a transcription
    - create a new transcription
    - use actions to send updated transcriptions
    Pedro Carolina committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    133cd07 View commit details
    Browse the repository at this point in the history
  3. -Remove assets that were not needed

    -Add redirect button to home page when sent to a wrong url
    -Change delete icon only on hover
    Pedro Carolina committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    7d5b78c View commit details
    Browse the repository at this point in the history
  4. - Update README

    - fix textarea height
    - remove redundant component: VoiceTranscriptionWrapper
    Pedro Carolina committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    79046c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. - Create AppButton component

    - Adjust height when typing on Textarea
    Pedro Carolina committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    83137da View commit details
    Browse the repository at this point in the history
  2. - Add common components tests

    Pedro Carolina committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    60d392b View commit details
    Browse the repository at this point in the history
  3. - create tests for TheHeader and VoiceTranscriptionsEmpty

    Pedro Carolina committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    364ebea View commit details
    Browse the repository at this point in the history
  4. - add remaining tests

    Pedro Carolina committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    1571a47 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. - Remove unused data

    Pedro Carolina committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    bd813ac View commit details
    Browse the repository at this point in the history