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

Final UI changes #122

Merged
merged 11 commits into from
Dec 4, 2023
Merged

Final UI changes #122

merged 11 commits into from
Dec 4, 2023

Conversation

jdrco
Copy link
Contributor

@jdrco jdrco commented Dec 4, 2023

Describe your changes

This PR accomplishes the following:

  • dropdown order
  • bottom padding in home page
  • serial/scan icons
  • placeholder in view item page
  • gallery photos top padding Large
  • delete modal
  • date on view item

@@ -44,15 +45,18 @@ public DeleteItemsFragment(DeleteCallBack deleteCallBack, ArrayList<Item> select
@Override
public Dialog onCreateDialog(@Nullable Bundle savedInstanceState) {
View view = getLayoutInflater().inflate(R.layout.fragment_delete_items, null);
TextView dialogMessage = view.findViewById(R.id.dialogMessage);
dialogMessage.setText("This will permanently remove the selected items from your inventory.");
Copy link
Contributor

Choose a reason for hiding this comment

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

😨

Copy link
Contributor

@ldbonkowski ldbonkowski left a comment

Choose a reason for hiding this comment

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

LGTM!

Copy link
Contributor

@antonio2uofa antonio2uofa left a comment

Choose a reason for hiding this comment

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

Jared this PR looks so good. Thanks for all the hard work, buddy, LGTM!

Copy link
Contributor

@owencooke owencooke left a comment

Choose a reason for hiding this comment

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

Thanks again for making all these fixes @jdrco. Super clutch. A couple nitpicks from me:

  1. Spacing between Details and Tags sections seems pretty big
  2. If an item doesn't have a comment, we should probably conditionally hide the Comment header/section, to reduce the amount of empty space there, using VISIBILITY=GONE
  3. It might just be me, but the toolbar icons seem to have went from too big to too small. Maybe a size of 24-26dp would be better

Copy link
Contributor

@MatthewNeufeld MatthewNeufeld left a comment

Choose a reason for hiding this comment

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

The '+' button isn't completely lined up with "Tags" and it's driving me crazy.
Screen Shot 2023-12-04 at 09 49 47

@owencooke owencooke self-requested a review December 4, 2023 20:15
@owencooke
Copy link
Contributor

@MatthewNeufeld does this look good for fixing the Tag button alignment? Please re-approve if so

Copy link
Contributor

@owencooke owencooke left a comment

Choose a reason for hiding this comment

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

thanks @jdrco for addressing those, it looks great!

Copy link
Contributor

@MatthewNeufeld MatthewNeufeld left a comment

Choose a reason for hiding this comment

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

Looks great - big shoutout to you @jdrco. LGTM!!!!!!!!!

Copy link
Contributor

@Sami-Jagirdar Sami-Jagirdar left a comment

Choose a reason for hiding this comment

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

@jdrco I would buy this app because of how clean the UI looks. Great job everyone!

@jdrco jdrco merged commit 46a5bec into main Dec 4, 2023
2 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.

6 participants