mirror of
https://github.com/lumaa-dev/BubbleApp.git
synced 2025-02-02 19:47:19 +01:00
added DeepL API link
This commit is contained in:
parent
99da80ff52
commit
6150846f24
@ -25,7 +25,7 @@ Threaded is a 100% free, made in SwiftUI, [#OpenSource](https://github.com/luma
|
||||
|
||||
- [x] Launch screen like Threads
|
||||
|
||||
- [ ] Translating posts in other languages (suggested by [@Damon](https://mozilla.social/@Damon))
|
||||
- [ ] [Translating](https://www.deepl.com/en/pro-api) posts in other languages (suggested by [@Damon](https://mozilla.social/@Damon))
|
||||
|
||||
- [ ] [Live Activity](https://github.com/lumaa-dev/Too-Much-Code/blob/main/TMC-Widget/TMC_LAProgress.swift) when posting (for large content/attachments, like Instagram already does)
|
||||
|
||||
|
13
Threaded/Views/SafariView.swift
Normal file
13
Threaded/Views/SafariView.swift
Normal file
@ -0,0 +1,13 @@
|
||||
//Made by Lumaa
|
||||
|
||||
import SwiftUI
|
||||
|
||||
struct SafariView: View {
|
||||
var body: some View {
|
||||
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
|
||||
}
|
||||
}
|
||||
|
||||
#Preview {
|
||||
SafariView()
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user