-
Notifications
You must be signed in to change notification settings - Fork 56
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
chore: rename hilla-file-router
to file-router
#2261
chore: rename hilla-file-router
to file-router
#2261
Conversation
@@ -13,9 +13,6 @@ | |||
/** | |||
* Implementation of TypeScript's Hilla ConfigView. Represents a view | |||
* configuration from Hilla file-system-routing module. | |||
* | |||
* @see <a href= | |||
* "https://github.com/vaadin/hilla/tree/main/packages/ts/hilla-file-router/src/utils.ts#L3">ConfigView</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Link dead before PR
@@ -6,7 +6,6 @@ | |||
* Represents a view's menu configuration | |||
* from Hilla file-system-routing. | |||
* Used for configuring MainLayout navigation items | |||
* @see <a href="https://github.com/vaadin/hilla/tree/main/packages/ts/hilla-file-router/src/utils.ts#L38">ConfigView menu</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Link dead before PR
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2261 +/- ##
=======================================
Coverage 93.77% 93.77%
=======================================
Files 65 65
Lines 1639 1639
Branches 368 368
=======================================
Hits 1537 1537
Misses 67 67
Partials 35 35
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
hilla-file-router
to file-router
hilla-file-router
to file-router
…ctory-whose-name-does-not-follow-existing-pattern
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Having uniform module naming that follows the same pattern (not having hilla-
in their directory name) is important. The counter argument of having same module name as the directory name can also be valid, but having uniformity is more important IMO.
…ctory-whose-name-does-not-follow-existing-pattern
Quality Gate failedFailed conditions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fixes #2260