aboutsummaryrefslogtreecommitdiff
path: root/Hotline/Views/TrackerView.swift
AgeCommit message (Collapse)Author
2023-12-19Beginnings of a UI for macOS as well as some visual changes to iOS client. :)Dustin Mierau
2023-12-16Implemented basic news reading support. Various UI tweaks.Dustin Mierau
2023-12-12New category listing is working again. Added optionset for user access info. ↵Dustin Mierau
Some UI cleanup across the board.
2023-12-12Moved to new client/model separation so client can be used in other ↵Dustin Mierau
projects. Some UI tweaks.
2023-12-11Move to new Hotline model for data observation and let client exist standalone.Dustin Mierau
2023-12-08Move tracker client to async/await. TrackerView uses Model now. Fix string ↵Dustin Mierau
encodings for MacRoman and japanese.
2023-12-08Starting to move to async/await model so the client code is no longer ↵Dustin Mierau
burdoned by observation and isn't bound to this app.
2023-12-07Some work on file display.Dustin Mierau
2023-12-06Some work on news. More UI tweaks across the board.Dustin Mierau
2023-12-06Further work on UI organizationDustin Mierau
2023-12-05Experimenting with files.Dustin Mierau
2023-12-04Starting to get app views displaying data (roughly)Dustin Mierau
2023-12-04Starting to hash out a server view and tabs. Added research pdfs. etc.Dustin Mierau