-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes performance issues in browser and implements proper tailing (#32)
* Implements virtualization so only visible records are rendered in DOM * Implements proper "tail" behavior so tailing shows last lines, not just new ones * Switches filtering strategy from CSS to JavaScript so that dark/light even/odd rows are obeyed * Changes time filter behavior so instead of picking date range you only pick start date * Adds missing config vars to README and hack/config.yaml * Updates thumbnail in README * Removes unecessary charts/ directory --------- Signed-off-by: Andres Morey <[email protected]>
- Loading branch information
Showing
28 changed files
with
3,859 additions
and
2,032 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ WORKDIR /frontend | |
|
||
# enable pnpm | ||
RUN corepack enable | ||
RUN corepack prepare [email protected].3 --activate | ||
RUN corepack prepare [email protected].5 --activate | ||
|
||
# set up git+ssh for private package download from github | ||
RUN apk add git openssh-client | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.