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

#657 Usuwanie instancji listu z modalem potwierdzającym #749

Merged
merged 3 commits into from
Dec 31, 2020

Conversation

michalczukm
Copy link
Contributor

Poniżej gif. To samo zachowanie dodaliśmy na usuwanie taga z listy dla spójności.
watchdogs-letter-delete

michalczukm and others added 3 commits December 30, 2020 16:20
Co-authored-by: Bartosz Gryta <gtktsc@gmail.com>
Co-authored-by: Bartosz Gryta <gtktsc@gmail.com>
Co-authored-by: Bartosz Gryta <gtktsc@gmail.com>
@gtktsc
Copy link
Contributor

gtktsc commented Dec 30, 2020

Powiązane issue: #657

{
title: formatMessage({ id: localeKeys.lists.actions }),
dataIndex: 'id',
render: (_, { id, referenceNumber }: Letter) => (
Copy link
Collaborator

Choose a reason for hiding this comment

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

W projekcie jest gdzieś lodash, proponuję jakąś inną nazwę zmiennej zamiast _. Jakąkolwiek. Np. x.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Underscore jest ignorowany przez prettiera, przez co nie rzuca błędów unused variable.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Dokładnie tak. To dość powszechna konwencja dla nazwania nie używanych parametrów funkcji, nawet była gdzieś użyta w projekcie ;)

@michalczukm
Copy link
Contributor Author

@ad-m możesz zmergować? Nie mam uprawnień

@ad-m ad-m merged commit 8af7c8e into watchdogpolska:dev Dec 31, 2020
@ad-m ad-m linked an issue Dec 31, 2020 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

usuniecie instancji Listu
5 participants