Skip to content

Improvements user resource#1732

Merged
alexjustesen merged 7 commits intoalexjustesen:refactor-user-resourcefrom
johndivam:Improvements-UserResource
Nov 8, 2024
Merged

Improvements user resource#1732
alexjustesen merged 7 commits intoalexjustesen:refactor-user-resourcefrom
johndivam:Improvements-UserResource

Conversation

@johndivam
Copy link
Contributor

📃 Description

A short description of the pull request changes should go here and the sections below should list in detail all changes. You can remove the sections you don't need.

🪵 Changelog

➕ Added

  • one
  • two

✏️ Changed

  • one
  • two

🔧 Fixed

  • one
  • two

🗑️ Removed

  • one
  • two

📷 Screenshots

If this PR has any UI/UX changes it's strongly suggested you add screenshots here.

->email()
->unique(ignoreRecord: true),
Forms\Components\TextInput::make('password')
Forms\Components\TextInput::make('password')->label('Password')
Copy link
Owner

Choose a reason for hiding this comment

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

🤏 change, we can drop the label if the field name from make() is the same.

@alexjustesen alexjustesen added the chore Nothing fancy, just needs to get done label Oct 9, 2024
@johndivam
Copy link
Contributor Author

Yes, Got it! We can remove @alexjustesen

@alexjustesen alexjustesen changed the base branch from main to refactor-user-resource November 8, 2024 12:24
@alexjustesen alexjustesen merged commit 0ef950b into alexjustesen:refactor-user-resource Nov 8, 2024
alexjustesen added a commit that referenced this pull request Nov 8, 2024
* Improvements user resource (#1732)

* Improve textInput of password,password_confirmation

* Improve textInput of password,password_confirmation

* Drop the label if the field

---------

Co-authored-by: Mohammad Salam <[email protected]>
Co-authored-by: Alex Justesen <[email protected]>

* refactored user resource

* group user resource table actions

---------

Co-authored-by: John Divam <[email protected]>
Co-authored-by: Mohammad Salam <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Nothing fancy, just needs to get done

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants