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

Adding the basis for the Logging v2 experience #7724

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

Conversation

CoderDake
Copy link
Contributor


Copied and modified the logging screen and logging controller files.

This changes is just meant to establish the main points so we can build each of the components in the next PRs.

Screenshot 2024-05-08 at 4 07 58 PM

@CoderDake CoderDake marked this pull request as ready for review May 9, 2024 19:31
@CoderDake CoderDake requested a review from a team as a code owner May 9, 2024 19:31
@CoderDake CoderDake requested review from kenzieschmoll and removed request for a team May 9, 2024 19:32
@CoderDake CoderDake changed the title Adding the Logging v2 Adding the basis for the Logging v2 experience May 9, 2024
@CoderDake
Copy link
Contributor Author

I made another version that just copies the controller and screen over, so this PR will be more simple.
#7738

Row(
children: [
Expanded(
child: TextField(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use DevToolsClearableTextField for both of these. Fine to implement functionality later

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll implement this in the next one.

with
AutoDisposeMixin,
ProvidedControllerMixin<LoggingControllerV2, LoggingScreenBody> {
ProvidedControllerMixin<LoggingControllerV2, LoggingScreenBodyV2> {
List<String> items = [];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: logs instead of items

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will be part of upcoming changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants