Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Allow user to set hardware address instead of SSID when using macOS#3934

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
bgoncal merged 13 commits intomasterfrommac-hardware-address
Nov 6, 2025
Merged
Changes from1 commit
Commits
Show all changes
13 commits
Select commitHold shift + click to select a range
1d04ae0
Allow user to set hardware address instead of SSID when using macOS
bgoncalNov 5, 2025
420f041
Shorter name for struct
bgoncalNov 5, 2025
adaad93
Merge branch 'master' into mac-hardware-address
bgoncalNov 5, 2025
a144d79
Update Sources/App/WebView/Views/ConnectionSecurityLevelBlock/Connect…
bgoncalNov 5, 2025
5c17adc
Improve way of hidden text field
bgoncalNov 5, 2025
3f9ce79
Add missing localized string and proper open settings on mac
bgoncalNov 5, 2025
08c6a80
Use trimmedHardwareAddress
bgoncalNov 5, 2025
a77eeef
Limit width of requirements view
bgoncalNov 5, 2025
6b2b9b8
Renamed BSSID to hardwareAddress as it is the correct usage
bgoncalNov 5, 2025
9da8dc7
Show settings instead of network config if some network config was al…
bgoncalNov 5, 2025
4056a57
Remove uneeded check since requirement is only display if those are t…
bgoncalNov 5, 2025
84a6841
Swiftgen update
bgoncalNov 5, 2025
cb1f0bf
Update test
bgoncalNov 5, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Update Sources/App/WebView/Views/ConnectionSecurityLevelBlock/Connect…
…ionSecurityLevelBlockView.swiftCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
  • Loading branch information
@bgoncal
bgoncal andCopilot authoredNov 5, 2025
commita144d79a6c8f0134b8f37ec0045593ce5d1ddb68

Some comments aren't visible on the classic Files Changed page.

Original file line numberDiff line numberDiff line change
Expand Up@@ -13,7 +13,6 @@ struct ConnectionSecurityLevelBlockView: View {
let server: Server

private let learnMoreLink = AppConstants.WebURLs.companionAppConnectionSecurityLevel
private let minSheetHeight: CGFloat = 800

init(server: Server) {
self._viewModel = .init(wrappedValue: ConnectionSecurityLevelBlockViewModel(server: server))
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp