mirror of
https://github.com/neon443/NearFuture.git
synced 2026-03-11 22:56:15 +00:00
Compare commits
8 Commits
feat-inten
...
d5580e52f5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d5580e52f5 | ||
|
|
84a7091e05 | ||
|
|
44b40894e4 | ||
|
|
e4842bd29a | ||
|
|
b378a831be | ||
|
|
2ff96a7093 | ||
|
|
4f5e31a6f3 | ||
|
|
266b27d817 |
@@ -201,7 +201,7 @@ class SettingsViewModel: ObservableObject {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class EventViewModel: ObservableObject, @unchecked Sendable {
|
class EventViewModel: ObservableObject {
|
||||||
@Published var events: [Event] = []
|
@Published var events: [Event] = []
|
||||||
@Published var icloudData: [Event] = []
|
@Published var icloudData: [Event] = []
|
||||||
|
|
||||||
@@ -451,7 +451,7 @@ class EventViewModel: ObservableObject, @unchecked Sendable {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class dummyEventViewModel: EventViewModel, @unchecked Sendable {
|
class dummyEventViewModel: EventViewModel {
|
||||||
var template2: Event
|
var template2: Event
|
||||||
override init(load: Bool = false) {
|
override init(load: Bool = false) {
|
||||||
self.template2 = Event(
|
self.template2 = Event(
|
||||||
@@ -630,7 +630,8 @@ struct CompleteEvent: AppIntent {
|
|||||||
|
|
||||||
func perform() async throws -> some IntentResult {
|
func perform() async throws -> some IntentResult {
|
||||||
print("s")
|
print("s")
|
||||||
let viewModel = EventViewModel()
|
var viewModel = EventViewModel()
|
||||||
|
var eventss = viewModel.events
|
||||||
print("hip")
|
print("hip")
|
||||||
guard let eventUUID = UUID(uuidString: eventID) else {
|
guard let eventUUID = UUID(uuidString: eventID) else {
|
||||||
print(":sdklfajk")
|
print(":sdklfajk")
|
||||||
|
|||||||
26
README.md
26
README.md
@@ -1,6 +1,24 @@
|
|||||||
# NearFuture
|
<div align="center">
|
||||||
|
<br/>
|
||||||
[App Store](https://apps.apple.com/us/app/near-future-event-tracker/id6744963429)
|
<p>
|
||||||
|
<img src="https://github.com/neon443/NearFuture/blob/main/Resources/Assets.xcassets/AppIcon.appiconset/NearFutureIcon.png?raw=true" title="dockphobia" alt="dockphobia icon" width="100" />
|
||||||
|
</p>
|
||||||
|
<h3>Near Future</h3>
|
||||||
|
<p>
|
||||||
|
<a href="https://apps.apple.com/us/app/near-future-event-tracker/id6744963429">
|
||||||
|
download
|
||||||
|
<img alt="GitHub Release" src="https://img.shields.io/itunes/v/6744963429">
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
make your Dock scared of the mouse
|
||||||
|
<br/>
|
||||||
|
<a href="https://neon443.github.io">
|
||||||
|
made by neon443
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
<br/>
|
||||||
|
</div>
|
||||||
|
|
||||||
**Near Future** is a SwiftUI App to help people track upcoming events - Holidays, Trips, Birthdays, Weddings, Anniversaries.
|
**Near Future** is a SwiftUI App to help people track upcoming events - Holidays, Trips, Birthdays, Weddings, Anniversaries.
|
||||||
|
|
||||||
@@ -53,4 +71,4 @@ Contributions are welcome! Just follow these steps:
|
|||||||
|
|
||||||
## Used Tools/Frameworks
|
## Used Tools/Frameworks
|
||||||
- Swift & SwiftUI by Apple
|
- Swift & SwiftUI by Apple
|
||||||
- **SFSymbolsPicker** by [alessiorubicini/SFSymbolsPickerForSwiftUI].
|
- **SFSymbolsPicker** by [alessiorubicini/SFSymbolsPickerForSwiftUI].
|
||||||
|
|||||||
Reference in New Issue
Block a user