1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Commit Graph

31 Commits

Author SHA1 Message Date
Alex Andreev
8566ae8e9e Using asElement() for assertions
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-12-02 12:49:17 +03:00
Alex Andreev
5921098bde Search for element using getByTestId
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-12-02 11:27:28 +03:00
Alex Andreev
f8c00280ac Updating snapshots
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-11-29 09:54:19 +03:00
Alex Andreev
24d059f9c3 Testing log lines wrap
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-11-28 15:30:25 +03:00
Alex Andreev
6a1c60706a Fixing smoke tests
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-11-28 14:59:46 +03:00
Alex Andreev
a1e54ee6f1 Align with latest Virtualizer API
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-11-28 14:29:12 +03:00
alexfront
aeb0127a8f Disable smooth scrolling
Signed-off-by: alexfront <alex.andreev.email@gmail.com>
2022-09-09 11:04:24 +03:00
alexfront
64773f3b69 Unify styles for the top and bottom lines
Signed-off-by: alexfront <alex.andreev.email@gmail.com>
2022-09-09 09:58:59 +03:00
alexfront
2d69bbcfd8 Fix linter errors
Signed-off-by: alexfront <alex.andreev.email@gmail.com>
2022-09-08 16:04:57 +03:00
alexfront
d951f3a017 Move all side effects to hooks
Signed-off-by: alexfront <alex.andreev.email@gmail.com>
2022-09-08 16:00:01 +03:00
alexfront
ac8ed1478e Scroll list to bottom when new logs arrived
Signed-off-by: alexfront <alex.andreev.email@gmail.com>
2022-09-08 14:14:35 +03:00
alexfront
d37ae1bffe Fixing ts compilation errors
Signed-off-by: alexfront <alex.andreev.email@gmail.com>
2022-09-07 15:24:47 +03:00
Alex Andreev
05a3ed0e57 Fix scrolling to items on search
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-09-06 19:28:01 +03:00
Alex Andreev
7b53650628 Hook function renaming
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-09-06 19:05:10 +03:00
Alex Andreev
b8f4fa14bf Show Jump to bottom button
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-09-06 18:35:02 +03:00
Alex Andreev
4c74d5a780 Add useInitialScrollToBottom() hook
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-09-06 18:26:16 +03:00
Alex Andreev
8ed40ffb8f Create useScrollToBottomButton hook
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-09-06 17:40:05 +03:00
Alex Andreev
b989340f84 Refresh rows measurement by refreshing their keys
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-09-06 16:56:06 +03:00
Alex Andreev
c4ae074abd Add wrapper switch
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-09-05 15:26:24 +03:00
Alex Andreev
f90ede1026 Scroll to overlay from the search
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-09-05 13:54:57 +03:00
Alex Andreev
f09974fd1f Move LogRow to its own file
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-09-05 13:36:49 +03:00
Alex Andreev
2e0b4d15b3 Add LogList external styles
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-09-05 13:21:23 +03:00
Alex Andreev
1679ba14e1 Scroll to bottom on tab change
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-09-05 13:15:13 +03:00
Alex Andreev
c4538e928b Scroll to bottom on pod id change
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-09-02 14:33:00 +03:00
Alex Andreev
968621f7c6 Fix scroll position when more logs loaded
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-09-02 13:46:44 +03:00
Alex Andreev
62cc0d7689 Keep scrolling position when loaded more logs
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-09-02 10:28:37 +03:00
Alex Andreev
af8f39f83a Show logs regarding to showTimestamps flag
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-09-01 11:28:09 +03:00
Alex Andreev
88678f63a2 Load more logs when scrolled to top
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-09-01 09:44:19 +03:00
Alex Andreev
85fadc74e0 Set some list onScroll events
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-09-01 09:28:31 +03:00
Alex Andreev
6f91071af4 Using new <LogList/>
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-08-31 14:34:54 +03:00
Alex Andreev
da39984cc1 Create functional LogList component
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-08-29 15:53:07 +03:00