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

Unit progress navigation style #258

Merged
merged 41 commits into from
Feb 2, 2024

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    ab96cc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33b59a1 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    4507540 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into feat/unit_progress

    # Conflicts:
    #	Core/Core/Configuration/Config/UIComponentsConfig.swift
    #	Course/Course.xcodeproj/project.pbxproj
    eyatsenkoperpetio committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    4de4be1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bafaff0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3352528 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

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

Commits on Jan 17, 2024

  1. Merge branch 'develop' into feat/unit_progress

    # Conflicts:
    #	Core/Core.xcodeproj/project.pbxproj
    #	Core/Core/Configuration/Config/UIComponentsConfig.swift
    #	Core/Core/View/Base/WebUnitView.swift
    #	Core/Core/View/Base/Webview/WebView.swift
    #	Course/Course/Presentation/Unit/CourseUnitView.swift
    #	Course/Course/Presentation/Unit/Subviews/WebView.swift
    #	Theme/Theme/Theme.swift
    eyatsenkoperpetio committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    e77e1bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd16f64 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Merge pull request #7 from touchapp/feat/unit_progress_line_improvements

    chore: added one more state and change inset what fixes dark mode
    forgotvas authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    96e5d72 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. fix: arrow buttons in unit content

    set next and prev buttons in unit content to be horizontal if COURSE_UNIT_PROGRESS_ENABLED key is true
    forgotvas committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    9154c48 View commit details
    Browse the repository at this point in the history
  2. fix: animation

    set next and prev animation in unit content to be horizontal if COURSE_UNIT_PROGRESS_ENABLED key is true
    forgotvas committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    ee9723e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5cf0197 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a31646 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f3c4a2 View commit details
    Browse the repository at this point in the history
  6. fix: unit tests

    forgotvas committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    bfd5507 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #8 from touchapp/feat/unit-animation

    Feat/unit animation
    rnr authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    9079d30 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    1fc1863 View commit details
    Browse the repository at this point in the history
  2. chore: fixed warnings

    rnr committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    5c5ba04 View commit details
    Browse the repository at this point in the history
  3. chore: fixed warnings

    rnr committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    462fa00 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

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

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    5d18fdf View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. fix: paddings

    forgotvas committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    9ff5efa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f85376 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    1b01de7 View commit details
    Browse the repository at this point in the history
  2. chore: delete unused code

    rnr committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    59ea2f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d88becc View commit details
    Browse the repository at this point in the history
  4. Merge branch 'fixed_rounded_corners_and_progress_line_padding' of htt…

    …ps://github.com/touchapp/openedx-app-ios into fixed_rounded_corners_and_progress_line_padding
    forgotvas committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    b939721 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #10 from touchapp/fixed_rounded_corners_and_progre…

    …ss_line_padding
    
    Fixed rounded corners and progress line padding
    rnr authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    cce4537 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    23cb12f View commit details
    Browse the repository at this point in the history
  7. chore: warning fix

    forgotvas committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    d2abb01 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    18d6f44 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    ca3b9cf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12 from touchapp/fix/prev-button

    fix: previous button for horizontal navigation
    rnr authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    d2adf89 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Merge pull request #11 from touchapp/chore/ajax-refactor

    Chore/ajax refactor
    forgotvas authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    b7c45a7 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    554c4e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5af1a7 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into feat/unit_progress

    # Conflicts:
    #	Podfile.lock
    #	Theme/Theme/SwiftGen/ThemeAssets.swift
    #	Theme/Theme/Theme.swift
    eyatsenkoperpetio committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    3524328 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' into feat/unit_progress

    # Conflicts:
    #	Core/Core/Domain/Model/CourseBlockModel.swift
    #	Course/Course.xcodeproj/project.pbxproj
    #	Course/Course/Presentation/Container/CourseContainerViewModel.swift
    #	Course/Course/Presentation/Outline/CourseOutlineView.swift
    #	Course/Course/Presentation/Unit/CourseUnitView.swift
    eyatsenkoperpetio committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    ddb566e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b91cf6d View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    79378bc View commit details
    Browse the repository at this point in the history