Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nheko
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nheko Reborn
nheko
Merge requests
!15
Video player enhancements
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Video player enhancements
video_player_enhancements
into
master
Overview
2
Commits
19
Pipelines
5
Changes
2
1 unresolved thread
Hide all comments
Merged
Joe Donofry
requested to merge
video_player_enhancements
into
master
3 years ago
Overview
2
Commits
19
Pipelines
5
Changes
2
1 unresolved thread
Hide all comments
Expand
Based on lurkki's updates:
https://github.com/Nheko-Reborn/nheko/pull/302
Refactor code into reusable components
Fix bugs as necessary and change some theming
Edited
3 years ago
by
Nicolas Werner
0
0
Merge request reports
Viewing commit
435047b1
Prev
Next
Show latest version
2 files
+
21
−
19
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
Verified
435047b1
Make it possible to unhide the controls on mobile
· 435047b1
Nicolas Werner
authored
3 years ago
resources/qml/delegates/PlayableMediaMessage.qml
+
6
−
0
Options
@@ -48,6 +48,12 @@ Item {
width
:
parent
.
width
height
:
parent
.
height
-
fileInfoLabel
.
height
TapHandler
{
onTapped
:
mediaControls
.
showControls
();
}
Image
{
anchors.fill
:
parent
Loading