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

Moving some shared items to kwcore #273

Merged
merged 3 commits into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2,035 changes: 0 additions & 2,035 deletions DLPrototype.xcodeproj/project.pbxproj

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

import Foundation
import SwiftUI
import KWCore
import CoreData

public struct IdentifiableDay: Identifiable, Equatable, Hashable {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

import Foundation
import SwiftUI
import KWCore

// TODO: replace this entire class with "CONTAINS[c]" predicates
public final class SearchHelper {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
//

import SwiftUI
import KWCore

public final class StringHelper {
static public func abbreviate(_ data: String) -> String {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
//

import SwiftUI
import KWCore

public struct UrlParts {
public var jid_double: Double? = 0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
//

import SwiftUI
import KWCore

struct TypedListRowBackground: View {
@EnvironmentObject private var state: Navigation
Expand Down
50 changes: 14 additions & 36 deletions KlockWork.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ struct CreateEntitiesWidget: View {
text: nav.session.gif == .focus ? "Disable the global filter, show all items" : "Show only the items in your daily plan",
action: actionOnChangeFocus,
icon: nav.session.gif == .focus ? "circle.hexagongrid.fill" : "circle.hexagongrid",
fgColour: Theme.base,
showLabel: false,
size: .small,
type: .tsWhite
Expand All @@ -96,6 +97,7 @@ struct CreateEntitiesWidget: View {
FancyButtonv2(
text: "You need to create a plan first, click here!",
icon: "hexagon",
fgColour: Theme.base,
showLabel: false,
size: .small,
type: nav.parent == .planning ? .secondary : .tsWhite,
Expand Down