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

feat(Submit): Improve and add action menu #681

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

Commits on Nov 20, 2020

  1. Configuration menu
    Copy the full SHA
    0eda5d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c80784 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2020

  1. Apply suggestions from code review

    Co-authored-by: Yufan You <ouuansteve@gmail.com>
    coder3101 and ouuan committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    0cc02fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e38276 View commit details
    Browse the repository at this point in the history
  3. update translations

    coder3101 committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    cbade8b View commit details
    Browse the repository at this point in the history
  4. Rephrase the CHANGELOG

    coder3101 committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    3787b5e View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md

    coder3101 committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    79c7afb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d1f9cfe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    31267c7 View commit details
    Browse the repository at this point in the history
  8. Update translations

    coder3101 committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    ebdc4c4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    21f3181 View commit details
    Browse the repository at this point in the history
  10. Improve some code

    coder3101 committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    51ca45d View commit details
    Browse the repository at this point in the history
  11. style: Format codes (#684)

    Co-authored-by: coder3101 <coder3101@users.noreply.github.com>
    github-actions[bot] and coder3101 committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    12c66d4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9568bfb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    23266e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2020

  1. Configuration menu
    Copy the full SHA
    b9bf10b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e52f228 View commit details
    Browse the repository at this point in the history
  3. Update ru_RU.ts

    IZOBRETATEL777 committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    7e9c2c3 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2020

  1. Configuration menu
    Copy the full SHA
    f28103e View commit details
    Browse the repository at this point in the history
  2. Update translations and text

    ouuan committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    5cfb3ab View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2020

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

Commits on Dec 9, 2020

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

Commits on Dec 11, 2020

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

Commits on Jan 30, 2021

  1. Configuration menu
    Copy the full SHA
    6bf4f87 View commit details
    Browse the repository at this point in the history
  2. update translations

    coder3101 committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    2460f39 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2021

  1. CFtool: Improve logic and refactor

    1. Refactor memebers so that they are more readable and sensible
    2. Show CFTool error only when submitting the solution, eliminate the
       pre-check
    3. Deprecate the use of CF tool < 1.0 as its support should be removed in next
       release cycle. (Reason: CF tool was beta and progressively it added
       URL support and now it is stable and to avoid legacy code to support
       it. We deprecate it now, In next release cycle, if we detech version < 1.0, we fail the submission requesting an update. In this way we do not have to worry about URL parsing and leverage this task to the tool that does the submission)
    4. Improve code and re-usability.
    5. Submit button will be enabled always, If it is not installed, it will
       show error during submission, Submit button and action will be hidden
       from tabs that do not have CF URL.
    coder3101 committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    2a88b5d View commit details
    Browse the repository at this point in the history
  2. style: format codes (#758)

    Co-authored-by: coder3101 <coder3101@users.noreply.github.com>
    github-actions[bot] and coder3101 committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    cae1d5f View commit details
    Browse the repository at this point in the history
  3. Update translations

    coder3101 committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    b0958f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2295e82 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG

    coder3101 committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    3aa259e View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG.md

    coder3101 committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    c58f627 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. Configuration menu
    Copy the full SHA
    eb7db91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab4ddf3 View commit details
    Browse the repository at this point in the history
  3. update translations

    coder3101 committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    4f0291b View commit details
    Browse the repository at this point in the history
  4. Format code

    coder3101 committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    0e1dcac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e4e01b5 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2021

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

Commits on Mar 7, 2021

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