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

fix default bookmarks activelinks #873

Open
wants to merge 8 commits into
base: next
Choose a base branch
from

Commits on Oct 22, 2023

  1. Configuration menu
    Copy the full SHA
    4370631 View commit details
    Browse the repository at this point in the history
  2. fix refactoring typo

    TheSeeker authored Oct 22, 2023
    Configuration menu
    Copy the full SHA
    ab5074b View commit details
    Browse the repository at this point in the history
  3. Missed one.

    TheSeeker authored Oct 22, 2023
    Configuration menu
    Copy the full SHA
    24032c6 View commit details
    Browse the repository at this point in the history
  4. Switches need breaks.

    TheSeeker authored Oct 22, 2023
    Configuration menu
    Copy the full SHA
    96408c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Update WelcomeToadlet.java

    Regex was too greedy, matched last instance of what looks like an edition isntead of the first.
    TheSeeker authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    5d68076 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Update WelcomeToadlet.java

    fix Switch/Case -> switch/case
    TheSeeker authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    2d9d9e9 View commit details
    Browse the repository at this point in the history
  2. Update WelcomeToadlet.java

    fix missing parens.
    TheSeeker authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    285262d View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. Update WelcomeToadlet.java

    fix scope issue.
    TheSeeker authored Oct 28, 2023
    Configuration menu
    Copy the full SHA
    3eb09ed View commit details
    Browse the repository at this point in the history