Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
StudiApp
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OST
SEProj
StudiApp
Merge requests
!56
Resolve "Improve Delete Info PopUp when deleting"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Improve Delete Info PopUp when deleting"
233-improve-delete-info-popup
into
master
Overview
0
Commits
4
Pipelines
4
Changes
43
Merged
Dario Berther
requested to merge
233-improve-delete-info-popup
into
master
1 year ago
Overview
0
Commits
4
Pipelines
4
Changes
43
Expand
Closes
#233 (closed)
0
0
Merge request reports
Compare
master
version 1
c94b9c12
1 year ago
master (base)
and
latest version
latest version
c1e3f3fb
4 commits,
1 year ago
version 1
c94b9c12
3 commits,
1 year ago
43 files
+
281
−
880
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
43
Search (e.g. *.vue) (Ctrl+P)
StudiApp/StudiApp/Interfaces/IDialogService.cs
+
1
−
1
Options
@@ -2,6 +2,6 @@
public
interface
IDialogService
{
Task
<
bool
>
ShowConfirmationAsync
(
string
message
);
Task
<
bool
>
Show
Delete
ConfirmationAsync
(
string
nameOfType
,
string
nameOfObject
=
""
);
Task
ShowAlertAsync
(
string
message
);
}
\ No newline at end of file