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

UI and files hierarchy changes #4

Merged
merged 8 commits into from
Oct 19, 2022
Merged

UI and files hierarchy changes #4

merged 8 commits into from
Oct 19, 2022

Conversation

Pive01
Copy link
Collaborator

@Pive01 Pive01 commented Oct 19, 2022

Screenshots

Screenshot from 2022-10-19 10-05-39
Screenshot from 2022-10-19 10-07-12
Screenshot from 2022-10-19 10-05-50

Content

  • Moved Controls in the header
  • Added Resources availability to the "System Status" page
  • Now you can have multiple set of settings

TODO

  • Fix Logs
  • Make persistent data (maybe with Volumes?) since localstorage is not persistent

Copy link
Member

@whummer whummer 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 @Pive01 🚀 - added a few minor comment, but nothing that should block the merge.

Merging this now, so we can get a first version out soon together with @HarshCasper . Looking forward to seeing this in action! 🎉

/cc @lukqw

};

const stop = async () => {
ddClient.docker.cli.exec('run', STOP_ARGS).then(() => mutate());
Copy link
Member

Choose a reason for hiding this comment

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

nit: if we use async functions, we could use await here, rather than Thenable chaining.



return (
<>
Copy link
Member

Choose a reason for hiding this comment

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

nit: <> wrapper probably not required here.. (as it contains only a single <Card ..> element)

@@ -11,6 +11,8 @@ const COMMON_ARGS = [
export const START_ARGS = [
'-e',
'LOCALSTACK_VOLUME_DIR=/tmp',
'-e',
Copy link
Member

Choose a reason for hiding this comment

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

We should probably make this additional EXTRA_CORS_ALLOWED_ORIGINS setting part of a dev config. Not critical for now - can look into that in a future iteration. 👍

@whummer whummer merged commit 2e8795d into main Oct 19, 2022
@whummer whummer deleted the Ui-enhance branch October 19, 2022 16:24
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.

2 participants