Cronologia Commit

Autore SHA1 Messaggio Data
  ayntgl 2be06ef4cd feat: lazy-load channels on guild select (#89) 4 anni fa
  ayntgl 207a4d43bd refactor: move utility functions into separate package 4 anni fa
  ayntgl cc45f6b6bf feat: select selected message's referenced message using keybinding (#87) 4 anni fa
  ayntgl cfee278be8 fix: scroll to end of text on channel select (#85) 4 anni fa
  chromium f6061df298 feat: copy message to clipboard using keybinding (#80) 4 anni fa
  ayntgl 7499e83492 feat(ui): display user string representation in box title when replying (#79) 4 anni fa
  ayntgl 18b94450e2 feat: refine and simply config fields 4 anni fa
  ayntgl 012a0b2855 fix: return nil for *inputCapture events to overwrite existing handlers 4 anni fa
  ayntgl 685cd7d5e7 refactor: check if ref is nil to determine TreeNode is channel or not 4 anni fa
  ayntgl 8001a530aa refactor: reduce onMessagesViewInputCapture() cyclomatic complexity 4 anni fa
  ayntgl f486f54f1c refactor: modularize func to reduce cyclomatic complexity 4 anni fa
  ayntgl 62215312f0 Refactor 4 anni fa
  ayntgl 97ac92301c Fix mouse highlights not handled (#75) 4 anni fa
  ayntgl 3ef4574e03 Unhighlight selected message on Escape event key (#74) 4 anni fa
  ayntgl be24347e51 Fix selected message index out of range [-1] panic (#73) 4 anni fa
  ayntgl 8ea53c88a5 Relocate global variable declarations 4 anni fa
  ayntgl 1aefedfaec Move generateChannelRepr() to ui.go 4 anni fa
  ayntgl 4b46d39d8e Clear message InputField text on Escape event key (#72) 4 anni fa
  ayntgl 2400226ee1 Store selected message index (+1) instead of *discordgo.Message struct (#71) 4 anni fa
  ayntgl 4ab256ecb7 Modularize tview widgets into separate functions 4 anni fa
  ayntgl d0b3af13b3 ui: do not clear messages TextView twice 4 anni fa
  ayntgl 69007026c2 Convert snake_case config fields to TitleCase 4 anni fa
  ayntgl 083eda48bf refactor: move renderer functionality to discord.go 4 anni fa
  ayntgl 7cede44f60 fix: goroutinize message-rendering and channel-acking together 4 anni fa
  ayntgl 7c140afb03 feat: switch to toml for config (#67) 4 anni fa
  ayntgl 14f93ee1c0 feat: mark unread channels (#65) 4 anni fa
  ayntgl 85438d0799 refactor: preload (append to guild TreeNode) channels upon receiving READY event (#64) 4 anni fa
  ayntgl 88674c5f4d refactor: rename mainTreeView to channelsTree 4 anni fa
  ayntgl 359e22318a refactor: use genChannelRepr() for text channels 4 anni fa
  ayntgl a91c1a35b4 refactor: move findByMessageID() to util.go 4 anni fa