Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
coenm committed Sep 19, 2024
1 parent 15d0b95 commit 0cfb32d
Show file tree
Hide file tree
Showing 50 changed files with 84 additions and 475 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ namespace RepoM.ActionMenu.Core.ActionMenu.Model.ActionMenus.Command;
internal sealed class RepositoryActionCommandV1 : IMenuAction, IName
{
public const string TYPE_VALUE = "command@1";
internal const string EXAMPLE_1 = TYPE_VALUE + "-scenario01";

public string Type
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ namespace RepoM.ActionMenu.Core.ActionMenu.Model.ActionMenus.JustText;
internal sealed class RepositoryActionJustTextV1 : IMenuAction, IContext
{
public const string TYPE_VALUE = "just-text@1";
internal const string EXAMPLE_1 = TYPE_VALUE + "-scenario01";

public string Type
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ namespace RepoM.ActionMenu.Core.ActionMenu.Model.ActionMenus.Separator;
internal sealed class RepositoryActionSeparatorV1 : IMenuAction, IContext
{
public const string TYPE_VALUE = "separator@1";
internal const string EXAMPLE_1 = TYPE_VALUE + "-scenario01";

public string Type
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ namespace RepoM.ActionMenu.Core.ActionMenu.Model.ActionMenus.Url;
internal sealed class RepositoryActionUrlV1 : IMenuAction, IName, IContext
{
public const string TYPE_VALUE = "url@1";
internal const string EXAMPLE_1 = TYPE_VALUE + "-scenario01";

public string Type
{
Expand Down

This file was deleted.

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ namespace RepoM.ActionMenu.Core.Tests.ActionMenu.IntegrationTests;
using System.Threading.Tasks;
using EasyTestFile;
using EasyTestFileXunit;
using FluentAssertions;
using RepoM.ActionMenu.Core.ActionMenu.Context;
using RepoM.ActionMenu.Core.TestLib;
using RepoM.ActionMenu.Interface.UserInterface;
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 0cfb32d

Please sign in to comment.