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

Modals Unification - P1 Buttons #6990

Merged
merged 4 commits into from May 24, 2024
Merged

Conversation

mbumpalumpa
Copy link

@mbumpalumpa mbumpalumpa commented May 5, 2024

What kind of change does this PR introduce? (check at least one)

  • Other, please describe: Unification of Modal buttons

Does this PR introduce a breaking change? (check one)

  • Yes
  • No

If yes, please describe the impact and migration path for existing applications:

The PR fulfills these requirements:

  • It's submitted to the develop branch, not the master branch if no hotfix
  • Changelog was modified

Other information:
This is a part of a larger task aimed at unifying Modals. The first step, which involves unifying button positions, has been completed to enhance the user experience.

NOTE: In addition to changing the button position in protected/humhub/modules/space/views/membership/requestMembership.php I also changed the button class from btn-primary > btn-default for the Close button.

#236 #237 #238 #239 #240 #241 #242 #243

Issue tracker
https://github.com/humhub/team_tasks/issues/336

Project
https://github.com/orgs/humhub/projects/31

Switching button positions as part of unification for a better user experience.

humhub/humhub-internal#236
This is a part of a larger task aimed at unifying Modals. The first step, which involves unifying button positions, has been completed to enhance the user experience.

Issue tracker
humhub/team_tasks#336

Project
https://github.com/orgs/humhub/projects/31
@@ -39,6 +39,16 @@
</div>
<div class="modal-footer">
<hr/>
<?= Html::button(
Copy link
Contributor

Choose a reason for hiding this comment

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

Why should we still use Html::button() here when you could use ModalButton::cancel()?

],
]
) ?>

<?= Html::a(
Copy link
Contributor

Choose a reason for hiding this comment

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

We can also change this to ModalButton::submitModal()

@luke- luke- added this pull request to the merge queue May 24, 2024
Merged via the queue into develop with commit 873d856 May 24, 2024
6 checks passed
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.

None yet

3 participants