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

feat(connection actions): add context menu for connection actions #74

Merged
merged 10 commits into from
Jul 20, 2020

Conversation

natanaelsirqueira
Copy link
Contributor

@natanaelsirqueira natanaelsirqueira commented Jul 17, 2020

Add the options menu for when the user clicks with the right mouse button in a connection.

Connect/Disconnect

connect_disconnect

Refresh

refresh

Edit

edit

Delete

delete

fix #37

Add the options menu for when the user clicks with the right mouse button in a connection.

re diego3g#37
@natanaelsirqueira natanaelsirqueira changed the title feat(connection list): add context menu for connection actions feat(connection actions): add context menu for connection actions Jul 17, 2020
@diego3g
Copy link
Owner

diego3g commented Jul 17, 2020

Can you apply the i18n messages as we merged #57?

@natanaelsirqueira
Copy link
Contributor Author

I'm on it!

@diego3g
Copy link
Owner

diego3g commented Jul 17, 2020

@natanaelsirqueira I'm fixing some problems with the i18n, so you can wait until i merge #73 so we'll have this part fixed.

@natanaelsirqueira
Copy link
Contributor Author

I was just about to comment that I've experienced some weird behavior with the translations. 😄

Thanks for letting me know.

Copy link
Owner

@diego3g diego3g left a comment

Choose a reason for hiding this comment

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

Great job @natanaelsirqueira, i just left some suggestions to keep the code cleaner but feel free to discuss with me the points you think that are not necessary right now.

Also, if you could fix the conflicts after this, it would be great!

src/screen/ConnectionsList/Connection/index.tsx Outdated Show resolved Hide resolved
src/screen/ConnectionsList/Connection/styles.ts Outdated Show resolved Hide resolved
src/screen/ConnectionsList/Connection/styles.ts Outdated Show resolved Hide resolved
src/screen/ConnectionsList/DeleteConnectionModal/index.tsx Outdated Show resolved Hide resolved
src/screen/ConnectionsList/DeleteConnectionModal/styles.ts Outdated Show resolved Hide resolved
src/screen/ConnectionsList/NewConnectionModal/index.tsx Outdated Show resolved Hide resolved
src/screen/ConnectionsList/NewConnectionModal/index.tsx Outdated Show resolved Hide resolved
src/screen/ConnectionsList/NewConnectionModal/index.tsx Outdated Show resolved Hide resolved
@diego3g diego3g merged commit 1b31fb2 into diego3g:master Jul 20, 2020
@natanaelsirqueira natanaelsirqueira deleted the feature/connection-actions branch July 20, 2020 01:23
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.

Add connection actions (edit, delete, etc...)
3 participants