-
-
Notifications
You must be signed in to change notification settings - Fork 786
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
fix: newsroom section is not ui friendly #3639
Open
jayraj175coder
wants to merge
13
commits into
asyncapi:master
Choose a base branch
from
jayraj175coder:newsSection
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+380
−12
Open
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
af0e112
bug(Make newsroom ui)
jayraj175coder f3dfce8
bug(Make newsroomuui)
jayraj175coder 17dbaeb
fix(ui of newsroom)
jayraj175coder 322298e
fix: Comminutiy newsroom latest news section is not ui friendly.
jayraj175coder d055455
fix: Comminutiy newsroom latest news section is not ui friendly.
jayraj175coder 3191aa3
fix: Comminutiy newsroom latest news section is not ui friendly.
jayraj175coder 001f0ca
fix(newsroom): improve UI for better user experience
jayraj175coder 2d8e3c5
Merge branch 'master' into newsSection
jayraj175coder 518fd0c
fix: newsroom section ui
jayraj175coder dedd2a0
fix: newsroom section ui
jayraj175coder f566cea
fix: newsroom section ui
jayraj175coder c8b4739
fix: newsroom section ui
jayraj175coder 1a2b731
fix: newsroom section ui
jayraj175coder File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"tabWidth": 2, | ||
"useTabs": false | ||
} |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
💡 Codebase verification
Local file dependency configuration issue detected.
The
"schedule-email": "file:"
entry in the.github/workflows/scripts/mailchimp/package.json
file is incomplete because it lacks the local path to the dependency. Additionally, no directory namedschedule-email
exists in the repository. Please specify the correct local path to the package and ensure the package exists at the expected location."schedule-email": "file:../schedule-email"
if applicable).🔗 Analysis chain
Verify the local file dependency configuration.
The
"schedule-email": "file:"
dependency is missing a path to the local package.Please ensure:
I'm not seeing the expected details for the local dependency configuration. To gather more information, please run the following scripts to inspect the contents of the Mailchimp workflow package file and check for any local package directories:
Once you’ve verified these outputs, please confirm that:
"schedule-email"
dependency in.github/workflows/scripts/mailchimp/package.json
includes a valid path (instead of just"file:"
).🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
Length of output: 53
Script:
Length of output: 420