mirror of
https://github.com/aurc/loggo.git
synced 2026-04-26 08:25:56 +03:00
[PR #19] [MERGED] Feature/filter view #25
Labels
No labels
need more info
need more info
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/loggo#25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/aurc/loggo/pull/19
Author: @aurc
Created: 7/31/2022
Status: ✅ Merged
Merged: 7/31/2022
Merged by: @aurc
Base:
main← Head:feature/filter_view📝 Commits (6)
f98dbb8Added filter viewe8c3fa9Major refactorings and rework on key bindingsc133734Major feature added - Local filtering06d71deFixed non-deterministic sorting for adaptative template config.7ae1b45Added keybindings for non-focused json view.a9a8d29Tweaks on the README.md📊 Changes
20 files changed (+973 additions, -365 deletions)
View changed files
📝
.goreleaser.yaml(+1 -1)📝
README.md(+5 -2)📝
go.mod(+3 -2)📝
go.sum(+6 -2)📝
img/loggo_log.png(+0 -0)📝
internal/color/color.go(+3 -0)📝
internal/config/adpatative_log_confiig.go(+3 -3)📝
internal/config/log_config.go(+4 -16)📝
internal/loggo/app_scaffold.go(+1 -0)📝
internal/loggo/filter_view.go(+149 -46)➕
internal/loggo/init.go(+51 -0)📝
internal/loggo/log_view.go(+84 -288)➕
internal/loggo/log_view_key_events.go(+63 -0)➕
internal/loggo/log_view_nav_menu.go(+192 -0)➕
internal/loggo/log_view_readers.go(+148 -0)➕
internal/loggo/log_view_table_data.go(+138 -0)➕
internal/loggo/separator_view.go(+51 -0)📝
internal/uitest/filter_view/main_filter_view.go(+11 -4)📝
internal/uitest/helper/json_gen.go(+1 -1)➕
internal/util/log.go(+59 -0)📄 Description
Enable local filter feature, plus several other improvements.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.