Skip to content

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

Merged
ReenigneArcher merged 3 commits into
LizardByte:masterfrom
FrogTheFrog:checkbox-replacement
Jan 5, 2025
Merged

feat(web-ui): replace dropdown menus with checkboxes #3455
ReenigneArcher merged 3 commits into
LizardByte:masterfrom
FrogTheFrog:checkbox-replacement

Conversation

@FrogTheFrog

@FrogTheFrog FrogTheFrog commented Dec 16, 2024

Copy link
Copy Markdown
Contributor

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

@codecov

codecov Bot commented Dec 16, 2024

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 7.87%. Comparing base (65878af) to head (3de0084).
Report is 103 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.46% <ø> (+0.03%) ⬆️
Windows 5.36% <ø> (-0.04%) ⬇️

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

see 33 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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

@ReenigneArcher ReenigneArcher left a comment

Copy link
Copy Markdown
Member

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.

Comment thread src_assets/common/assets/web/apps.html Outdated
Comment thread src_assets/common/assets/web/apps.html Outdated
Comment thread src_assets/common/assets/web/configs/tabs/Advanced.vue Outdated
Comment thread src_assets/common/assets/web/configs/tabs/AudioVideo.vue Outdated

@ReenigneArcher ReenigneArcher left a comment

Copy link
Copy Markdown
Member

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.

Comment thread src_assets/common/assets/web/apps.html Outdated
Comment thread src_assets/common/assets/web/configs/tabs/AudioVideo.vue
Comment thread src_assets/common/assets/web/Checkbox.vue Outdated
@FrogTheFrog
FrogTheFrog force-pushed the checkbox-replacement branch from 60d7c1c to 13744d3 Compare January 4, 2025 10:53
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

Copilot AI left a comment

Copy link
Copy Markdown

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

@sonarqubecloud

sonarqubecloud Bot commented Jan 5, 2025

Copy link
Copy Markdown

@ReenigneArcher
ReenigneArcher merged commit 2e5c291 into LizardByte:master Jan 5, 2025
@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

No open projects
Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants