Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/npm_and_yarn/dashboard/types/r…
Browse files Browse the repository at this point in the history
…eact-simple-maps-3.0.2
  • Loading branch information
mlabouardy authored Nov 6, 2023
2 parents 410237e + f9bb688 commit cb74419
Show file tree
Hide file tree
Showing 35 changed files with 3,536 additions and 1,834 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
before:
hooks:
#- go mod tidy
#- go-bindata-assetfs -o internal/api/v1/template.go out/...
#- sed -i -e 's/package main/package v1/g' internal/api/v1/template.go
- go mod tidy
- go-bindata-assetfs -o internal/api/v1/template.go out/...
- sed -i -e 's/package main/package v1/g' internal/api/v1/template.go
builds:
- env:
- CGO_ENABLED=0
Expand Down
3 changes: 2 additions & 1 deletion dashboard/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"next/core-web-vitals",
"plugin:storybook/recommended",
"airbnb-base",
"prettier"
"prettier",
"plugin:import/typescript"
],
"env": {
"jest/globals": true
Expand Down
2 changes: 1 addition & 1 deletion dashboard/components/explorer/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,5 @@ export const nodeHTMLLabelConfig = {
valign: 'bottom', // title vertical position. Can be 'top',''center, 'bottom'
halignBox: 'center', // title vertical position. Can be 'left',''center, 'right'
valignBox: 'bottom', // title relative box vertical position. Can be 'top',''center, 'bottom'
cssClass: 'dependency-graph-node-label' // any classes will be as attribute of <div> container for every title
cssClass: 'dependency-graph-nodeLabel' // any classes will be as attribute of <div> container for every title
};
2 changes: 1 addition & 1 deletion dashboard/components/navbar/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function Navbar() {
</a>
<a
className="hidden items-center gap-2 transition-colors hover:text-primary md:flex"
href="https://www.tailwarden.com/changelog?utm_source=komiser&utm_medium=referral&utm_campaign=static"
href="https://www.tailwarden.com/changelog/komiser"
target="_blank"
rel="noopener noreferrer"
>
Expand Down
Loading

0 comments on commit cb74419

Please sign in to comment.