Amir Raminfar
b9bc7af1d6
Removes overflow hidden to fix scroll bug. See #1720 ( #1721 )
2022-04-20 15:59:10 -07:00
Amir Raminfar
b8ed2db0f0
Fixes int test
2022-04-20 14:48:36 -07:00
Amir Raminfar
5d9db17b9c
Adds total CPU and Mem usage. See #1715
2022-04-20 12:46:21 -07:00
Amir Raminfar
038e2dee88
Removes name from menus
2022-04-19 15:12:08 -07:00
Amir Raminfar
5b15fc2972
Updates style for date
2022-04-19 14:56:14 -07:00
Amir Raminfar
4035e2e262
Fixes deault settings
2022-04-19 14:46:29 -07:00
Amir Raminfar
011bc94e8c
Cleans up search by removing for loop ( #1719 )
...
* Cleans up search by removing for loop
* Fixes tests
2022-04-19 13:54:08 -07:00
Amir Raminfar
49448790ff
Adds soft wraps as an option and fixes #1696 ( #1718 )
2022-04-18 11:44:23 -07:00
Amir Raminfar
8819c78487
Updates modules
2022-04-17 09:39:30 -07:00
Amir Raminfar
0eb379ce3d
Updates modules
2022-04-08 20:14:16 -07:00
Amir Raminfar
779a0f3ce9
Update modules
2022-03-29 10:35:44 -07:00
Amir Raminfar
074fd8088f
Updates components
2022-03-28 10:41:37 -07:00
Amir Raminfar
713ccddcf4
Updates tests
2022-03-28 10:35:13 -07:00
Coteh
7b4c942a1f
Increase jump to context delay to 1s for split pane mode to ensure correct line is jumped to. Single pane mode does not have this issue so the 10ms delay can remain for that mode.
...
Also renamed the click handler function since it technically doesn't perform the actual scroll action anymore.
2022-03-26 03:27:19 -04:00
Coteh
11c357135b
Improve jump to context speed by using watch handler to react on change to filtered messages, and also use nextTick to ensure DOM is fully rendered before it starts to jump
2022-03-26 01:36:58 -04:00
Coteh
4055aca97f
Merge remote-tracking branch 'origin/master' into jump-to-context
2022-03-24 16:34:34 -04:00
Amir Raminfar
7d1e8e5e37
Updates modules
2022-03-21 11:35:38 -07:00
Michiel Roos
95222a21d8
Add auto mode for colorscheme
2022-03-15 20:04:11 +01:00
Coteh
dc2c5f35e5
Align context menu button to top of line
2022-03-06 23:19:58 -05:00
Coteh
e1635a36c8
Shrink line spacing when searching even further, now looks close to how it looks when not searching
...
Also fix issue where the last line's dropdown is cut off and creates overflow on the events container. Fixed this by (1) moving the last dropdown up a bit and (2) setting the event container's overflow property as `hidden`
2022-03-06 16:57:56 -05:00
Coteh
8fcc5fc9cc
Shrunk spacing between lines when searching
...
Other Changes:
- Fix horizontal scrollbar if log line exceeds width of page
- Restored style for dropdown button on top of page
- Remove unused CSS properties
2022-03-06 14:53:25 -05:00
Coteh
9906604a38
Merge remote-tracking branch 'origin/master' into jump-to-context
2022-02-26 16:48:04 -05:00
Amir Raminfar
209b746f6a
Updates modules
2022-02-23 11:27:22 -08:00
Coteh
f71d73e90c
Make jump to context work on split panes
2022-02-06 00:28:10 -05:00
Coteh
44119c82e9
Tweak appearance of jump to context menu button and ensure it doesn't appear on top of the header
2022-02-04 00:44:42 -05:00
Coteh
94de10d54c
Change Jump to Context menu to be a dropdown menu
...
I extracted the dropdown portion of the LogActionsToolbar into a separate DropdownMenu component so that it can be reused for Jump to Context.
Other Changes:
- Remove unused style in LogActionsToolbar
2022-01-30 19:49:44 -05:00
Coteh
69e28e3723
Move jump to context button to the left, make it visible only on hover, and change icon
...
Other Changes:
- Update the colors of jump to context button for dark and light themes
- Add a tooltip that appears after hovering jump to context button for half a second
- Vertically align lines to accomodate the jump to context button making the line slightly bigger when visible
2022-01-24 00:50:09 -05:00
Coteh
ce7a892223
Merge remote-tracking branch 'origin/master' into jump-to-context
2022-01-23 23:30:34 -05:00
Amir Raminfar
3733145db5
Fixes reporting
2022-01-23 07:26:11 -08:00
Amir Raminfar
6cfb42412c
Uses useScroll instead of handling the scroll event myself ( #1642 )
...
* Tries to use-scroll instead of scroll listener
* Moves observer to scrollable content only
* Fixes bugs
2022-01-20 14:23:43 -08:00
Amir Raminfar
1df564d4a3
Cleans up date components
2022-01-18 10:14:49 -08:00
Amir Raminfar
d80dc105ee
Uses v-bind instead for css variables
2022-01-17 13:43:46 -08:00
Coteh
25c901e013
Add jump to context WIP
2022-01-16 03:14:22 -05:00
Amir Raminfar
208dcc06cc
Updates modules
2022-01-13 09:44:09 -08:00
Amir Raminfar
c19e819ec6
removes comment import
2022-01-12 14:44:33 -08:00
Amir Raminfar
efc001ef9d
Fixes test snapshots
2022-01-12 14:42:37 -08:00
Amir Raminfar
ba40708240
Fixes tests
2022-01-11 09:25:27 -08:00
Amir Raminfar
962393a9e9
Updates libs
2021-12-26 13:11:41 -08:00
Amir Raminfar
ba1ccc92a8
Cleans up code
2021-12-01 09:44:49 -08:00
Amir Raminfar
5cf74e3f95
Add reactiviy to fix some regression issues. See #1613
2021-11-30 19:56:29 -08:00
Amir Raminfar
15fa6ae8b0
Minor clean up
2021-11-27 14:26:30 -08:00
Amir Raminfar
da35a13d04
Updates snapshots and fixes bugs
2021-11-22 14:22:04 -08:00
Amir Raminfar
cdca0efd05
Adds more tests for routes
2021-11-21 19:56:10 -08:00
Amir Raminfar
bf42fd4fea
Adds more tests
2021-11-21 18:33:58 -08:00
Amir Raminfar
36cc93dacc
Fixes types for stat
2021-11-20 19:58:49 -08:00
Amir Raminfar
43e777687d
Adds container stats
2021-11-20 19:51:44 -08:00
Amir Raminfar
037a76f5c7
Fixes toolbar
2021-11-20 19:32:07 -08:00
Coteh
41c54a02eb
Move actions toolbar to side menu
2021-11-20 15:23:09 -08:00
Amir Raminfar
7901c21843
Pinia ( #1606 )
...
* Migrates to pinia
* Does more pinia migration
* Fixes types
* Move pinia
* Adds search cleans up pinia
* Removes unused files
* Removes vuex
* More clean up
* Makes js tests pass
* Fixes bugs and removing active container
2021-11-20 15:22:13 -08:00
Amir Raminfar
e2072d35c8
Settings to useStorage ( #1602 )
...
* Uses storage for settings
* Cleans settings
* Fixes tests for storage
* Removes store.js
* Uses ts
* Fixes tests
* Removes autoprefixer
2021-11-18 14:06:54 -08:00