-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add Intermediate Artifact page #2
Conversation
With this commit I will resolve issue #1 to modify the header and redirect to new intermediate artifact page. Changes- |
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.
Looks good to me
modules/template/src/main/twirl/scaladex/view/project/intermediateArtifacts.scala.html
Outdated
Show resolved
Hide resolved
modules/server/src/main/scala/scaladex/server/route/ProjectPages.scala
Outdated
Show resolved
Hide resolved
modules/template/src/main/twirl/scaladex/view/project/artifacts.scala.html
Outdated
Show resolved
Hide resolved
How it looks- @adpi2 Please review |
modules/server/src/main/scala/scaladex/server/route/ProjectPages.scala
Outdated
Show resolved
Hide resolved
Looks good to me :) |
Improved the UI @adpi2 @kannupriyakalra Please review |
this looks nice, good work @ayushkoli772 :) |
Thank you @kannupriyakalra :) |
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.
It looks perfect to me!
modules/template/src/main/twirl/scaladex/view/project/artifacts.scala.html
Outdated
Show resolved
Hide resolved
How it looks- With this I will resolve #4 Please review. @adpi2 @kannupriyakalra |
modules/template/src/main/twirl/scaladex/view/project/artifacts.scala.html
Outdated
Show resolved
Hide resolved
modules/server/src/main/scala/scaladex/server/route/ProjectPages.scala
Outdated
Show resolved
Hide resolved
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.
Here are some help to filter on the binary versions. Once you have the ArtifactsPageParams
, it will be easier to set up the pre-release filter and to use it.
modules/server/src/main/scala/scaladex/server/route/ProjectPages.scala
Outdated
Show resolved
Hide resolved
modules/server/src/main/scala/scaladex/server/route/ProjectPages.scala
Outdated
Show resolved
Hide resolved
modules/server/src/main/scala/scaladex/server/route/ProjectPages.scala
Outdated
Show resolved
Hide resolved
Changes to artifacts page- Changes to versions page- @adpi2 @kannupriyakalra Please review the filtering functionality. There is need to do minor changes to artifacts and versions page. I will do it in subsequent commits. |
Minor changes in case there are no artifacts for a version. @adpi2 @kannupriyakalra Please review. |
modules/server/src/main/scala/scaladex/server/route/ProjectPages.scala
Outdated
Show resolved
Hide resolved
modules/template/src/main/twirl/scaladex/view/project/artifacts.scala.html
Outdated
Show resolved
Hide resolved
modules/template/src/main/twirl/scaladex/view/project/versions.scala.html
Outdated
Show resolved
Hide resolved
modules/template/src/main/twirl/scaladex/view/project/versions.scala.html
Outdated
Show resolved
Hide resolved
@adpi2 I have implemented the suggested changes |
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.
Looks good to me!
I think everything is ready for you to open a PR to https://github.com/scaladex/scaladex, right?
Yes! I will make this draft ready for review and then open PR |
@adpi2 I should open PR to main branch of scaladex right? |
Yes |
Now that we have scalacenter#1447 could you close this one? |
No description provided.