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

Show notice in Course Editor to focus on Course Outline block or Insert one if block does not exist for first time users #7364

Open
wants to merge 30 commits into
base: trunk
Choose a base branch
from

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    9d77b03 View commit details
    Browse the repository at this point in the history
  2. Add import comments

    Imran92 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    b556656 View commit details
    Browse the repository at this point in the history
  3. Add notice file in webpack

    Imran92 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    d328e85 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4dcfa9d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8325305 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bfdcdb5 View commit details
    Browse the repository at this point in the history
  7. Update logic to show notice

    Imran92 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    b1b0d13 View commit details
    Browse the repository at this point in the history
  8. Add changelog

    Imran92 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    324e6d2 View commit details
    Browse the repository at this point in the history
  9. Update the comment

    Imran92 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    af681c6 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    ddb29ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f424669 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d840ca2 View commit details
    Browse the repository at this point in the history
  4. Merge branches 'add/notice-to-create-course-outline-block-first-time'…

    … and 'add/notice-to-create-course-outline-block-first-time' of https://github.com/Automattic/sensei into add/notice-to-create-course-outline-block-first-time
    Imran92 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    88ee206 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    12bd25d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4bc987c View commit details
    Browse the repository at this point in the history
  7. Fix test

    Imran92 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    7460bd6 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

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

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    1a7aba8 View commit details
    Browse the repository at this point in the history
  2. Fix failing tests

    Imran92 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    c43f79c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e84c62a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f749ad7 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. Configuration menu
    Copy the full SHA
    3d82cd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05099e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee75e87 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a633f08 View commit details
    Browse the repository at this point in the history
  5. Remove unused import

    Imran92 committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    13e2d98 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1166860 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Remove unnecessary async

    Imran92 committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    3d47a01 View commit details
    Browse the repository at this point in the history
  2. Set default value to null

    Imran92 committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    5e5e764 View commit details
    Browse the repository at this point in the history
  3. Set default to false

    Otherwise php above 8 throws an error in testing. So we manually set the _new_post to true for new post. If we do it in backed, it causes the new course modal to appear for existing courses
    Imran92 committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    ad3aeee View commit details
    Browse the repository at this point in the history