Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(web-ui): replace dropdown menus with checkboxes #3455

Merged
merged 3 commits into from
Jan 5, 2025

Conversation

FrogTheFrog
Copy link
Collaborator

@FrogTheFrog FrogTheFrog commented Dec 16, 2024

Description

Replaced the enabled/disabled dropdowns with checkboxes.
Except this one as it has custom dropdown values and it seems that it could possible have more values in the future:
image

Additionally fixed incorrectly labeled default values, some missing/mis-configured translation stuff and styling issues.

Screenshots

General

Before

image

After

image

Input

Before 1

image

After 1

image

Before 2

image

After 2

image

Before 3

image

After 3

image

Before 4

image

After 4

image

Audio/Video

Before

image

After

image

Network

Before

image

After

image

Nvidia

Before

image

After

image

Intel

Before

image

After

image

AMD

Before

image

After

image

VideoToolbox

Before

image

After

image

VA-API

Before

image

After

image

Apps

Before

image
image

After

image
image

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Dependency update (updates to dependencies)
  • Documentation update (changes to documentation)
  • Repository update (changes to repository files, e.g. .github/...)

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added or updated the in code docstring/documentation-blocks for new or existing methods/components

Copy link

codecov bot commented Dec 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 7.87%. Comparing base (65878af) to head (3de0084).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff            @@
##           master   #3455     +/-   ##
========================================
  Coverage    7.87%   7.87%             
========================================
  Files          90      90             
  Lines       15803   15803             
  Branches     7487    7487             
========================================
  Hits         1244    1244             
- Misses      12133   14080   +1947     
+ Partials     2426     479   -1947     
Flag Coverage Δ
Linux 8.42% <ø> (ø)
Windows 5.36% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 33 files with indirect coverage changes

@FrogTheFrog FrogTheFrog marked this pull request as ready for review December 16, 2024 21:39
Copy link
Member

@ReenigneArcher ReenigneArcher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I still need to review the input accordion a little closer.

src_assets/common/assets/web/apps.html Outdated Show resolved Hide resolved
src_assets/common/assets/web/apps.html Outdated Show resolved Hide resolved
src_assets/common/assets/web/configs/tabs/Advanced.vue Outdated Show resolved Hide resolved
src_assets/common/assets/web/configs/tabs/AudioVideo.vue Outdated Show resolved Hide resolved
Copy link
Member

@ReenigneArcher ReenigneArcher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the delay, I didn't want to disturb you over the holidays.

src_assets/common/assets/web/apps.html Outdated Show resolved Hide resolved
src_assets/common/assets/web/Checkbox.vue Outdated Show resolved Hide resolved
ReenigneArcher

This comment was marked as resolved.

@FrogTheFrog

This comment was marked as resolved.

@ReenigneArcher ReenigneArcher requested a review from Copilot January 5, 2025 19:12

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 5 out of 14 changed files in this pull request and generated no comments.

Files not reviewed (9)
  • src_assets/common/assets/web/apps.html: Language not supported
  • src_assets/common/assets/web/public/assets/locale/en.json: Language not supported
  • src_assets/common/assets/web/Checkbox.vue: Evaluated as low risk
  • src_assets/common/assets/web/configs/tabs/AudioVideo.vue: Evaluated as low risk
  • src_assets/common/assets/web/configs/tabs/General.vue: Evaluated as low risk
  • src_assets/common/assets/web/configs/tabs/Inputs.vue: Evaluated as low risk
  • src_assets/common/assets/web/configs/tabs/Network.vue: Evaluated as low risk
  • src_assets/common/assets/web/configs/tabs/audiovideo/AdapterNameSelector.vue: Evaluated as low risk
  • src_assets/common/assets/web/configs/tabs/audiovideo/DisplayModesSettings.vue: Evaluated as low risk
Copy link

sonarqubecloud bot commented Jan 5, 2025

@ReenigneArcher ReenigneArcher merged commit 2e5c291 into LizardByte:master Jan 5, 2025
35 of 37 checks passed
@FrogTheFrog FrogTheFrog deleted the checkbox-replacement branch January 6, 2025 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants