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

Migrate ExperimentalSettings and ParentalControlSettings to the composition API #6088

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

absidue
Copy link
Member

@absidue absidue commented Nov 3, 2024

Migrate ExperimentalSettings and ParentalControlSettings to the composition API

Pull Request Type

  • Refactoring - Composition API migration

Description

This pull request migrates the ExperimentalSettings and ParentalControlSettings components to the Composition API.

Testing

Test that all 4 settings work correctly.

Desktop

  • OS: Windows
  • OS Version: 10
  • FreeTube version: 94fe62a

@FreeTubeBot FreeTubeBot enabled auto-merge (squash) November 3, 2024 18:37
@github-actions github-actions bot added the PR: waiting for review For PRs that are complete, tested, and ready for review label Nov 3, 2024

import { IpcChannels } from '../../../constants'

const replaceHttpCacheLoading = ref(false)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Default value changed?

Suggested change
const replaceHttpCacheLoading = ref(false)
const replaceHttpCacheLoading = ref(true)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: waiting for review For PRs that are complete, tested, and ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants