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

Sprint1308 3008/change station list view #1272

Merged
merged 5 commits into from
Aug 28, 2023

Conversation

aydin101
Copy link
Contributor

No description provided.

ui_src/src/services/valueConvertor.js Outdated Show resolved Hide resolved
ui_src/src/assets/images/timeSchedule.svg Outdated Show resolved Hide resolved
ui_src/src/assets/images/TimeFill.svg Outdated Show resolved Hide resolved
@@ -28,8 +28,12 @@ import replicasIcon from '../../../assets/images/replicasIcon.svg';
import totalMsgIcon from '../../../assets/images/totalMsgIcon.svg';
import poisonMsgIcon from '../../../assets/images/poisonMsgIcon.svg';
import remoteStorage from '../../../assets/images/remoteStorage.svg';
import { ReactComponent as ClockIcon } from '../../../assets/images/TimeFill.svg';
Copy link
Contributor

Choose a reason for hiding this comment

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

You can import it in a more readable way:
import ClockIcon from '../../../assets/images/TimeFill.svg';

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No, It does not work in that way. When used that way you cannot use it as standalone component. it is imported as path

ui_src/src/domain/stationsList/stationBoxOverview/index.js Outdated Show resolved Hide resolved
ui_src/src/domain/stationsList/stationBoxOverview/index.js Outdated Show resolved Hide resolved
@avrhamNeeman avrhamNeeman merged commit 90150a5 into master Aug 28, 2023
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.

None yet

2 participants