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

Config ui #43

Merged
merged 24 commits into from
Nov 24, 2020
Merged

Config ui #43

merged 24 commits into from
Nov 24, 2020

Conversation

moshebe
Copy link
Owner

@moshebe moshebe commented Nov 17, 2020

No description provided.

Copy link

@Nadavrbn Nadavrbn left a comment

Choose a reason for hiding this comment

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

Looks good ya melech!
Very minor comments but good work overall

pkg/webui/frontend/src/components/ConfigForm.vue Outdated Show resolved Hide resolved
pkg/webui/frontend/src/components/ConfigForm.vue Outdated Show resolved Hide resolved
margin-bottom: 1em;
justify-content: center;
}
.actions .formulate-input {

Choose a reason for hiding this comment

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

Read about BEM, it's a CSS naming guideline which I recommend trying to follow.

pkg/webui/frontend/src/services/ConfigService.ts Outdated Show resolved Hide resolved
envName: string
envValue?: string
}
export type ConfigExposePort = {

Choose a reason for hiding this comment

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

Why do you need these types?
Can't you simply use number and string?

pkg/webui/frontend/src/components/ConfigForm.vue Outdated Show resolved Hide resolved
@codecov-io
Copy link

codecov-io commented Nov 23, 2020

Codecov Report

Merging #43 (583fe62) into master (f944c14) will decrease coverage by 4.11%.
The diff coverage is 42.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
- Coverage   79.91%   75.79%   -4.12%     
==========================================
  Files           6        7       +1     
  Lines         224      252      +28     
==========================================
+ Hits          179      191      +12     
- Misses         24       37      +13     
- Partials       21       24       +3     
Impacted Files Coverage Δ
pkg/web/web.go 30.43% <30.43%> (ø)
pkg/config/config.go 80.95% <100.00%> (+2.57%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f944c14...f3cfb57. Read the comment docs.

@moshebe moshebe merged commit ef1282e into master Nov 24, 2020
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.

3 participants