Skip to content

feat: adding initial implementation#1

Merged
wolfenrain merged 11 commits intomainfrom
feat/initial-implementation
Mar 3, 2023
Merged

feat: adding initial implementation#1
wolfenrain merged 11 commits intomainfrom
feat/initial-implementation

Conversation

@erickzanardo
Copy link
Member

Adds the initial implementation of the brick

@erickzanardo erickzanardo requested a review from felangel February 7, 2023 13:27
const progressIndicator = document.querySelector('#progress-indicator');

const additionalScripts = [
// Add additional scripts here.
Copy link
Member Author

Choose a reason for hiding this comment

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

Note: This is where we could "insert" the value of the array that would be optional.

renancaraujo
renancaraujo previously approved these changes Feb 7, 2023
wolfenrain
wolfenrain previously approved these changes Feb 7, 2023
@erickzanardo erickzanardo dismissed stale reviews from wolfenrain and renancaraujo via 3c43929 February 7, 2023 13:50
Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
wolfenrain
wolfenrain previously approved these changes Feb 7, 2023
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "pub"
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think this will do anything because there's no pubspec.yaml at the root of the project.

Copy link
Member Author

Choose a reason for hiding this comment

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

Good point, do we have anything for bricks? Or should I just remove this action as a whole?

Copy link
Member Author

Choose a reason for hiding this comment

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

I've removed the file!

uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1
with:
working_directory: hooks
analyze_directories: .
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this necessary?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, the default is lib test, so it would not analyse the pre_gen.dart file

Comment on lines +81 to +82
'canvaskit/canvaskit.wasm',
'canvaskit/canvaskit.js',
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we make canvaskit configurable? If we're using the html renderer it shouldn't be necessary right?

Copy link
Member Author

Choose a reason for hiding this comment

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

Oh, good catch, I will do that, but I will keep canvaskit as true by default, cause, tbh, I see almost no reason to use this when using web renderers, makes sense?

Copy link
Member Author

Choose a reason for hiding this comment

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

Added a condition

felangel
felangel previously approved these changes Feb 8, 2023
Copy link
Contributor

@felangel felangel left a comment

Choose a reason for hiding this comment

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

Overall LGTM just left a few minor comments.

Co-authored-by: Felix Angelov <felangelov@gmail.com>
@wolfenrain wolfenrain merged commit 61718f5 into main Mar 3, 2023
@wolfenrain wolfenrain deleted the feat/initial-implementation branch March 3, 2023 17:53
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.

4 participants