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

Add join existing group section #11

Closed
wants to merge 6 commits into from
Closed

Conversation

dominicfarr
Copy link
Member

No description provided.

==========================
Remove unnecessary code from App.tsx
Improve semantic structure of App.tsx
===========================================
Restructure Block(s) to remove redundant div.
Add 'temporary' marginBottom override to Block to emulate previous
feel.
==========================================
Create a new group button was wrapped by a React-Router-Dom.Link component,
which renders an anchor; however, so does the button component. This
caused a strange unnecessary anchor inside an anchor.
Solution: remove the Link component and use the button component directly
to call the navigate function in React-Router-Dom instead.
===========================
Out going algo is unnecessarily loopy. Random already generates a
long enough number.
NB: Still high collision chance, but good enough for now.
=======================
Add input for group id
Add button to join group
Add ux to disable button/link when group id is not provided
@dominicfarr dominicfarr deleted the df-join-existing-group branch September 19, 2023 15:11
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.

1 participant