Commit Graph

  • 272d749596
    Set selectedCollection property default value to "all posts" collection Angelo Stavrow 2020-07-31 16:56:36 -0400
  • 9bc1431442
    Default to testPostData in the PostList preview Angelo Stavrow 2020-07-31 16:55:57 -0400
  • bc75e20f97
    Add [Post] property to PostList for choosing which posts to show Angelo Stavrow 2020-07-31 16:55:21 -0400
  • 031c42c3ec
    Add "all posts" collection to CollectionPicker test data Angelo Stavrow 2020-07-31 16:54:21 -0400
  • ab0a89ba07
    Add an "all posts" collection Angelo Stavrow 2020-07-31 16:53:48 -0400
  • cc47028bb4
    Add CollectionPicker below PostList and make it set PostList Title Angelo Stavrow 2020-07-31 16:29:11 -0400
  • 32dba3e3ee
    Add selectedCollection property to ContentView for selecting collection Angelo Stavrow 2020-07-31 16:28:38 -0400
  • 97a02b8530
    Add CollectionPicker view for testing collection-selection functionality Angelo Stavrow 2020-07-31 16:26:37 -0400
  • f8de848400
    Make PostCollection type conform to Hashable Angelo Stavrow 2020-07-31 16:25:31 -0400
  • 54d494ccef
    Make PostList title mutable Angelo Stavrow 2020-07-31 16:23:33 -0400
  • 235b36bd61
    Move navigationTitle for list of posts from ContentView to PostList Angelo Stavrow 2020-07-31 15:46:57 -0400
  • 1299754019
    Add test data for use in SwiftUI previews Angelo Stavrow 2020-07-31 15:40:23 -0400
  • 3c35e3e816
    Add PostCollection type to Post type Angelo Stavrow 2020-07-31 15:34:42 -0400
  • 64c62e6375
    Remove package import until we're ready to use it Angelo Stavrow 2020-07-31 15:16:02 -0400
  • 1ff66af2b3
    Add basic PostCollection type Angelo Stavrow 2020-07-31 15:14:53 -0400
  • 9a3a9dd0e0
    Update change log #2 Angelo Stavrow 2020-07-31 13:59:22 -0400
  • 7e530dba57
    Clean up SwiftLint warning Angelo Stavrow 2020-07-31 13:59:10 -0400
  • 6cc144e210
    Create new-draft and existing-post previews for PostEditor Angelo Stavrow 2020-07-31 13:49:53 -0400
  • 260e61a4ed
    Add new posts to the PostStore once the PostEditor appears Angelo Stavrow 2020-07-31 13:49:19 -0400
  • 6f458ec5f3
    Simplify new-post check in PostEditor Angelo Stavrow 2020-07-31 13:46:03 -0400
  • 6fb33fd651
    Set PostStatus to .published if Publish button is tapped in PostEditor Angelo Stavrow 2020-07-31 13:44:30 -0400
  • dd5a543e19
    Add space between properties and body in App file Angelo Stavrow 2020-07-31 13:40:40 -0400
  • b8b0732be3
    Don't pass PostStore into PostList, use EnvironmentObject instead Angelo Stavrow 2020-07-31 13:35:15 -0400
  • 86e20f7414
    Rename Collection group to PostCollection to avoid name collisions Angelo Stavrow 2020-07-30 16:30:34 -0400
  • a20f82cfa1
    Add publish button to PostEditor Angelo Stavrow 2020-07-30 16:25:30 -0400
  • 1c7e2128d6
    Move post status badge to ToolbarItemPlacement.status position Angelo Stavrow 2020-07-30 15:41:20 -0400
  • 932f3eee90
    Move environmentObject to NavigationView so it passes to children Angelo Stavrow 2020-07-30 11:08:59 -0400
  • 88b79ad97c
    Merge pull request #1 from writeas/switch-license-to-gpl Angelo Stavrow 2020-07-30 10:49:29 -0400
  • 31543eb931
    Update change log #1 Angelo Stavrow 2020-07-30 10:44:37 -0400
  • 7c1ac07978
    Swift from AGPLv3 to GPLv3 Angelo Stavrow 2020-07-30 10:39:13 -0400
  • 9f63191e91
    Make testPostStore mutable so we can append new drafts v0.0.2 Angelo Stavrow 2020-07-29 10:31:06 -0400
  • 641d022206
    Add new posts to post store via EnvironmentObject Angelo Stavrow 2020-07-28 17:11:01 -0400
  • 9a207528a7
    Use ObservedObject property wrapper to sync changes to Post in editor Angelo Stavrow 2020-07-28 14:12:24 -0400
  • 62d00d07b8
    Move PostStatus enum to Post/Post.swift Angelo Stavrow 2020-07-28 13:57:30 -0400
  • f4d7790a23
    Clean up excessive linebreaks Angelo Stavrow 2020-07-28 13:46:20 -0400
  • 1c027c98dc
    Remove borders around TextEditors for testing Angelo Stavrow 2020-07-28 13:37:29 -0400
  • 85e99c720c
    Use TextEditor views for both title and body of PostEditor Angelo Stavrow 2020-07-28 13:36:33 -0400
  • 4b4608709e
    Make Post object conform to ObservableObject Angelo Stavrow 2020-07-28 12:45:11 -0400
  • 81581a7c02
    Remove boilerplate file header comments Angelo Stavrow 2020-07-28 11:20:21 -0400
  • ca52aa9cef
    Add default parameters for post title, body, and creation date Angelo Stavrow 2020-07-28 11:19:18 -0400
  • 7f920e54dc
    Pass Post into PostEditor, split title/body into TextField/TextEditor Angelo Stavrow 2020-07-28 11:17:05 -0400
  • 896b5f73f7
    Implement basic post store and list / editor UI components Angelo Stavrow 2020-07-25 07:02:11 -0400
  • ddb94eb4d0
    Add project metadocuments v0.0.1 Angelo Stavrow 2020-07-22 11:54:01 -0400
  • 2463cc13d8
    Add SwiftLint and sort out boilerplate warnings and errors Angelo Stavrow 2020-07-22 10:17:11 -0400
  • e08be286b1
    Add WriteFreely package and remove boilerplate comments from files Angelo Stavrow 2020-07-22 10:07:14 -0400
  • 781704da95
    Add .gitignore file Angelo Stavrow 2020-07-22 10:06:06 -0400
  • b9dced1da0
    Initial Commit Angelo Stavrow 2020-07-22 09:57:10 -0400