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

Migrate the main mail store to Pinia #10138

Open
wants to merge 27 commits into
base: main
Choose a base branch
from

Commits on Sep 12, 2024

  1. refactor(Main mail store): convert to a Pinia compatible structure

    Signed-off-by: Grigory Vodyanov <[email protected]>
    GVodyanov committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    8110385 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. chore: migrate all getters of the main store

    Signed-off-by: Grigory V <[email protected]>
    GVodyanov committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    2f34aa3 View commit details
    Browse the repository at this point in the history
  2. chore: Remove useless getters in main store

    Signed-off-by: Grigory V <[email protected]>
    GVodyanov committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    8af1477 View commit details
    Browse the repository at this point in the history
  3. chore: Migrate the actions file

    Signed-off-by: Grigory V <[email protected]>
    GVodyanov committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    b8e63c1 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. chore: rename mutations and convert to actions

    Signed-off-by: Grigory V <[email protected]>
    GVodyanov committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    5fb7128 View commit details
    Browse the repository at this point in the history
  2. chore: migrate dispatch and commit usages in components

    Signed-off-by: Grigory V <[email protected]>
    GVodyanov committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    feac25f View commit details
    Browse the repository at this point in the history
  3. chore: move renamed mutations into actions file

    Signed-off-by: Grigory V <[email protected]>
    GVodyanov committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    117f534 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. chore: a little bugfixing

    Signed-off-by: Grigory V <[email protected]>
    GVodyanov committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    84f4c04 View commit details
    Browse the repository at this point in the history
  2. chore: move getters with parameters into actions

    Signed-off-by: Grigory V <[email protected]>
    GVodyanov committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d3a44c0 View commit details
    Browse the repository at this point in the history
  3. chore: a little more bugfixing and move state back into main file, di…

    …dn't work if not
    
    Signed-off-by: Grigory V <[email protected]>
    GVodyanov committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f22aed6 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. fixup! chore: a little more bugfixing and move state back into main f…

    …ile, didn't work if not
    
    Signed-off-by: Grigory V <[email protected]>
    GVodyanov committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    9bbd90d View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. fix: distinguish accounts getter from accounts state attribute

    Signed-off-by: Grigory Vodyanov <[email protected]>
    GVodyanov committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    8be5c95 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Configuration menu
    Copy the full SHA
    03aa70d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f02235b View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    8996a87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9089f9 View commit details
    Browse the repository at this point in the history
  3. chore: start migrating tests

    Signed-off-by: Grigory Vodyanov <[email protected]>
    GVodyanov committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    eb07a16 View commit details
    Browse the repository at this point in the history
  4. fixup! chore: start migrating tests

    Signed-off-by: Grigory Vodyanov <[email protected]>
    GVodyanov committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    75fd57d View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. fixup! chore: start migrating tests

    Signed-off-by: Grigory V <[email protected]>
    GVodyanov committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    cc95e98 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. chore: continue migrating tests

    Signed-off-by: Grigory Vodyanov <[email protected]>
    GVodyanov committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    d91c847 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. fixup! chore: continue migrating tests

    Signed-off-by: Grigory Vodyanov <[email protected]>
    GVodyanov committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    098d304 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. chore: attempt to migrate actions tests

    Signed-off-by: Grigory Vodyanov <[email protected]>
    GVodyanov committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    9e9fe82 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

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

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    1aa33da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd9272f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a3ed25 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

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