Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
83 commits
Select commit Hold shift + click to select a range
58199ff
fix: create helpers for migrating from redux-bundler
SgtPooki Jul 23, 2025
b17378d
fix: status page UI flash when identity updates
SgtPooki Jul 23, 2025
6a73952
Apply suggestion from @SgtPooki
SgtPooki Jul 28, 2025
0276f63
Apply suggestion from @SgtPooki
SgtPooki Jul 28, 2025
2effa3e
Apply suggestion from @SgtPooki
SgtPooki Jul 28, 2025
be9ccee
Merge branch 'main' into feat/connect-provider
SgtPooki Jul 28, 2025
fd45ada
feat: add diagnostics screen
SgtPooki Jul 23, 2025
0221389
fix: create react-helmet wrapper for typescript
SgtPooki Jul 23, 2025
0ee16ac
fix: fix typing issues for connected components
SgtPooki Jul 23, 2025
81171c9
fix: logs screen works with subsystems
SgtPooki Jul 23, 2025
7783e63
fix: more robust log streaming
SgtPooki Jul 23, 2025
9fbd900
fix: streaming logs issue
SgtPooki Jul 23, 2025
f1126e2
fix: log viewing and scrolling is more intuitive
SgtPooki Jul 23, 2025
78edbd7
chore: remove console logs
SgtPooki Jul 23, 2025
510ec59
fix: subsystem log level sets properly
SgtPooki Jul 23, 2025
9214388
chore: cleanup
SgtPooki Jul 23, 2025
6e04400
fix: logs screen UI spacing
SgtPooki Jul 23, 2025
20bf77b
feat: implement get-level to reflect actual log levels
SgtPooki Jul 29, 2025
31f9201
feat: migrate logs bundle to react context
SgtPooki Jul 29, 2025
b7d2df3
fix: log streaming works again
SgtPooki Jul 29, 2025
5f1ef99
fix: log rate updates correctly
SgtPooki Jul 29, 2025
81c7230
fix: translation and interpolation
SgtPooki Jul 29, 2025
3c4c51a
fix: set log thresholds to reasonable values
SgtPooki Jul 29, 2025
5d133c2
fix: auto scroll to bottom of log entries on page load
SgtPooki Jul 29, 2025
60860d1
fix: diagnostics title renders properly on initial page view
SgtPooki Jul 29, 2025
83d2d8a
feat: display golog_log_level string representation of log values
SgtPooki Jul 29, 2025
297cb4b
fix: when viewing historical logs, scrolling down pulls in newer logs
SgtPooki Jul 29, 2025
7535aaf
fix: switch log viewer to use react-virtualized
SgtPooki Jul 29, 2025
e8675c6
chore: migrating to buffered-cursor
SgtPooki Jul 31, 2025
51d0d05
Revert "chore: migrating to buffered-cursor"
SgtPooki Aug 11, 2025
431c062
Revert "fix: switch log viewer to use react-virtualized"
SgtPooki Aug 11, 2025
d669627
fix: remove infinite scrolling logic
SgtPooki Aug 11, 2025
6223b5c
refactor: logs provider cleanup
SgtPooki Aug 11, 2025
177ae58
Merge branch 'main' into feat/diagnostics-screen
SgtPooki Aug 13, 2025
b1fb9bc
chore: ignore storybook-static
SgtPooki Aug 13, 2025
73a0093
fix: use latest kubo log api for getting log levels
SgtPooki Aug 13, 2025
0fe1bd0
Merge branch 'main' into feat/diagnostics-screen
SgtPooki Aug 13, 2025
fe5fb80
chore: a lot of code cleanup
SgtPooki Aug 15, 2025
8b50b06
tmp
SgtPooki Aug 15, 2025
eb1deef
Merge branch 'main' into feat/diagnostics-screen
SgtPooki Aug 18, 2025
608988f
fix: cleanup and unsupported version ui improvements
SgtPooki Aug 18, 2025
1158c87
Merge branch 'main' into feat/diagnostics-screen
SgtPooki Aug 26, 2025
2b0ba05
fix: typecheck and build succeed
SgtPooki Aug 26, 2025
65117c9
chore: dep-check doesnt say @testing-library/user-event is unused
SgtPooki Aug 26, 2025
a8c460a
chore: remove connectedComponent helper
SgtPooki Aug 26, 2025
bce8d56
chore: remove debug code
SgtPooki Aug 26, 2025
258dc7b
Merge branch 'main' into feat/diagnostics-screen
SgtPooki Aug 26, 2025
30bfd18
chore: fix build and types after merge from main
SgtPooki Aug 26, 2025
812a9bf
feat: block log screen on unsupported agent version
SgtPooki Aug 27, 2025
a9cad38
chore: fix imports
SgtPooki Aug 27, 2025
4dbd6c6
refactor: pull out components
SgtPooki Aug 27, 2025
77d218a
chore: add lucide icons needed for logs-screen
SgtPooki Aug 27, 2025
921386a
feat: log-viewer can be expanded
SgtPooki Aug 27, 2025
3d1d3d4
fix: better log streaming controls
SgtPooki Aug 27, 2025
4975be2
fix: golog_log_level input matches existing inputs
SgtPooki Aug 27, 2025
afd8d23
feat: overhaul of autocomplete and errors
SgtPooki Aug 27, 2025
76a5f47
fix: move scroll to bottom button to inset control
SgtPooki Aug 27, 2025
9a79df1
feat: diagnostics logs view is beautiful
SgtPooki Aug 28, 2025
a8550a9
chore: golog_log_level link and error display
SgtPooki Aug 28, 2025
f05a146
fix: global level should be saved before subsystems
SgtPooki Aug 28, 2025
00551a4
fix: do not enable submit if input doesnt change log level
SgtPooki Aug 28, 2025
58d2f3d
refactor: cleanup helper functions
SgtPooki Aug 28, 2025
6b25800
test: add more autocomplete tests
SgtPooki Aug 28, 2025
f186532
test: golog-level-utils
SgtPooki Aug 28, 2025
1dd68d9
fix: log config is modal
SgtPooki Aug 29, 2025
d7703a0
chore: fix modal
SgtPooki Sep 2, 2025
7e6193f
fix: icon tooltip
SgtPooki Sep 2, 2025
3fc507a
chore: fix build
SgtPooki Sep 2, 2025
956ef75
fix: is-not-connected displays when node is stopped
SgtPooki Sep 2, 2025
7a36c4b
fix: revert original tooltip changes
SgtPooki Sep 2, 2025
c63b2bd
fix: some cleanup
SgtPooki Sep 2, 2025
3abfcad
chore: use the latest kubo
SgtPooki Sep 2, 2025
662b361
chore: remove unused import
SgtPooki Sep 2, 2025
c5e5a65
fix: render unsupported kubo version screen
SgtPooki Sep 2, 2025
e38e508
fix: tooltip should go away when expanding/shrinking log viewer
SgtPooki Sep 2, 2025
35a3231
test: fix log viewer storybook story
SgtPooki Sep 2, 2025
0e566ef
fix: avoid frequent re-renders in log viewer
lidel Sep 4, 2025
f77d093
refactor: consolidate log footer to single line layout
lidel Sep 4, 2025
7867d57
refactor: reorganize log viewer controls layout
lidel Sep 4, 2025
06e7cd8
fix: improve text contrast in diagnostics UI
lidel Sep 4, 2025
4554d7f
feat: add backdrop blur when log viewer is expanded
lidel Sep 4, 2025
cb96b0a
refactor: use consistent font styling across diagnostics UI
lidel Sep 5, 2025
b2f5008
fix: improve diagnostics screen responsive layout
lidel Sep 5, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .aegir.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export default {
'jest-environment-jsdom', // in npm script via --env=jsdom
'@testing-library/react', // jsx is not tested properly
'@testing-library/jest-dom', // jsx is not tested properly
'@testing-library/user-event', // jsx is not tested properly


// storybook deps
Expand Down
Loading