aboutsummaryrefslogtreecommitdiff
path: root/hotline/ui.go
AgeCommit message (Collapse)Author
2024-06-15Refactoring and cleanupJeff Halter
* Split CLI client into separate project * Convert more functions to follow common Golang idioms e.g io.Reader, io.Writer * Use ldflags for versioning * Misc cleanup and simplification
2023-11-20Refactor client to use slog and pass context (#107)Jeff Halter
* Refactor client to use slog and pass context * Bump CI golang version
2023-11-20Fix bug in client tracker list (#106)Jeff Halter
This fixes an issue where the client would connect to the incorrect server when joining from the tracker listing.
2023-05-28Handler tracker list errorsJeff Halter
2023-04-22More minor cleanupJeff Halter
2023-04-19Ran 'golangci-lint run -E gocritic,whitespace --fix' 🤞Jeff Halter
2023-04-19Replace deprecated iotuil usageJeff Halter
2023-03-26Initial refactor to split client from protocol packageJeff Halter
2022-12-01Add option to trigger terminal bell for chat messagesJeff Halter
2022-07-03Implement io.Writer interface for TransactionJeff Halter
2022-06-24Implement bufio.Scanner for transaction parsingJeff Halter
2022-06-06Refactor and cleanup to improve testabilityJeff Halter
2022-05-31Update dependenciesJeff Halter
2022-05-28Misc cleanupJeff Halter
* Removed some unnecessary user of pointers * Removed dead cruft * Reorganized code
2021-08-10Add tests and clean upJeff Halter
2021-08-07Fix linter warningJeff Halter
2021-08-04Add server name to serverUIJeff Halter
2021-08-04Minor cleanupJeff Halter
2021-08-03Fix error message on logoutJeff Halter
2021-08-03Minor cleanupJeff Halter
2021-08-03Default to port 5500 if undefinedJeff Halter
2021-08-03Initial bookmark creationJeff Halter
2021-08-01Minor cleanup of news post modalJeff Halter
2021-07-31First pass at file browsingJeff Halter
2021-07-29Initial separation of UI and client codeJeff Halter
2021-07-29Fix tracker bug in multiple read caseJeff Halter