Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
toastify
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
toastify
Merge requests
!14
Resolve
#3449525
"Allow messages to"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve
#3449525
"Allow messages to"
issue/toastify-3449525:3449525-allow-messages-to
into
8.x-1.x
Overview
0
Commits
7
Pipelines
2
Changes
5
Merged
Dieter Holvoet
requested to merge
issue/toastify-3449525:3449525-allow-messages-to
into
8.x-1.x
7 months ago
Overview
0
Commits
7
Pipelines
2
Changes
5
Expand
Closes
#3449525
0
0
Merge request reports
Compare
8.x-1.x
version 5
e92ad599
7 months ago
version 4
5c62c9d0
7 months ago
version 3
5576a9d6
7 months ago
version 2
2ffea299
7 months ago
version 1
878d6bee
7 months ago
8.x-1.x (base)
and
latest version
latest version
e92ad599
7 commits,
6 months ago
version 5
e92ad599
7 commits,
7 months ago
version 4
5c62c9d0
6 commits,
7 months ago
version 3
5576a9d6
5 commits,
7 months ago
version 2
2ffea299
4 commits,
7 months ago
version 1
878d6bee
2 commits,
7 months ago
5 files
+
34
−
24
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
config/install/toastify.settings.yml
+
3
−
3
Options
@@ -5,7 +5,7 @@ status:
colorProgressBar
:
'
#0d514d'
direction
:
'
to
right'
gravity
:
top
position
Left
:
false
position
:
'
right'
close
:
false
warning
:
duration
:
'
5000'
@@ -14,7 +14,7 @@ warning:
colorProgressBar
:
'
#b24c00'
direction
:
'
to
right'
gravity
:
top
position
Left
:
false
position
:
'
right'
close
:
false
error
:
duration
:
'
5000'
@@ -23,5 +23,5 @@ error:
colorProgressBar
:
'
#741424'
direction
:
'
to
right'
gravity
:
top
position
Left
:
false
position
:
'
right'
close
:
false
Loading