Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moved query of log file content to GraphQL #536

Merged
merged 11 commits into from
Oct 23, 2023

Conversation

vbotnaru
Copy link
Contributor

No description provided.

crowdin.yml Outdated Show resolved Hide resolved
src/ui/views/LogsView/index.tsx Outdated Show resolved Hide resolved
src/ui/views/LogsView/index.tsx Outdated Show resolved Hide resolved
src/api/src/services/LogFile/index.ts Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
src/api/src/logger/index.ts Outdated Show resolved Hide resolved
src/api/src/logger/WinstonLogger.ts Outdated Show resolved Hide resolved
src/api/src/services/LogFile/index.ts Outdated Show resolved Hide resolved
src/ui/gql/queries/logFile.graphql Outdated Show resolved Hide resolved
src/api/src/logger/index.ts Outdated Show resolved Hide resolved
src/api/src/logger/WinstonLogger.ts Outdated Show resolved Hide resolved
src/api/src/services/LogFile/index.ts Outdated Show resolved Hide resolved
src/ui/views/LogsView/index.tsx Outdated Show resolved Hide resolved
src/ui/views/LogsView/logEntry.tsx Outdated Show resolved Hide resolved
src/api/src/models/LogEntry.ts Show resolved Hide resolved
@jurgelenas
Copy link
Member

jurgelenas commented Jun 28, 2023

I also get a horizontal scrollbar when the app is in the default size:

image

src/ui/views/LogsView/logEntryContext.tsx Outdated Show resolved Hide resolved
src/ui/views/LogsView/logEntry.tsx Outdated Show resolved Hide resolved
src/ui/views/LogsView/logEntryContext.tsx Outdated Show resolved Hide resolved
src/ui/views/LogsView/logEntryContext.tsx Outdated Show resolved Hide resolved
…omponents.Fixed scrolling issue.Converted logger query to use promise.
@vbotnaru vbotnaru marked this pull request as ready for review June 29, 2023 11:27
@vbotnaru vbotnaru marked this pull request as draft June 29, 2023 11:28
@jurgelenas jurgelenas marked this pull request as ready for review July 21, 2023 07:24
@jurgelenas
Copy link
Member

@vbotnaru can you resolve the merge conflicts?

@justinlampley
Copy link
Collaborator

While testing out the PR I encountered a crash when trying to view the logs after performing a build.

This error can be reproduced by performing a WIFI build for any device and then switching to the logs view.

image

@vbotnaru
Copy link
Contributor Author

While testing out the PR I encountered a crash when trying to view the logs after performing a build.

This error can be reproduced by performing a WIFI build for any device and then switching to the logs view.

image

Fixed. One of the values was null and typeof null === 'object' in js. Shame on me i forgot this :/

@vbotnaru vbotnaru requested a review from jurgelenas August 7, 2023 03:15
@jurgelenas
Copy link
Member

Requesting final review from @justinlampley.

@jurgelenas jurgelenas merged commit e804dee into ExpressLRS:master Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants