Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
refreshless
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
refreshless
Merge requests
!10
Issue
#3488464
: Implemented our own progress bar; removed Turbo progress
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3488464
: Implemented our own progress bar; removed Turbo progress
issue/refreshless-3488464:3488464-reimplement-progress-bar
into
2.x
Overview
0
Commits
11
Pipelines
2
Changes
19
Merged
ambient.impact
requested to merge
issue/refreshless-3488464:3488464-reimplement-progress-bar
into
2.x
4 months ago
Overview
0
Commits
11
Pipelines
2
Changes
19
Expand
0
0
Merge request reports
Compare
2.x
2.x (base)
and
latest version
latest version
389a9f8c
11 commits,
4 months ago
19 files
+
1079
−
245
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
19
Search (e.g. *.vue) (Ctrl+P)
components/progress-bar/progress-bar.component.yml
0 → 100644
+
12
−
0
Options
$schema
:
https://git.drupalcode.org/project/drupal/-/raw/10.1.x/core/modules/sdc/src/metadata.schema.json
name
:
RefreshLess progress bar
description
:
Displays progress for page loads and form submissions.
props
:
type
:
object
additionalProperties
:
false
properties
:
{}
libraryOverrides
:
dependencies
:
-
core/drupal
js
:
progress-bar.js
:
{
attributes
:
{
defer
:
true
},
group
:
refreshless
,
preprocess
:
false
}
Loading