Skip to content

Commit e04b1c2

Browse files
authored
Merge pull request #96 from bavix/comment
comment tooltip
2 parents 1f4a3c1 + b2543dc commit e04b1c2

16 files changed

+2946
-1172
lines changed

package-lock.json

Lines changed: 2888 additions & 1157 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,20 @@
2424
"dependencies": {
2525
"@babel/core": "^7.23.9",
2626
"@babel/preset-react": "^7.23.3",
27+
"@creativebulma/bulma-tooltip": "^1.2.0",
2728
"@rollup/plugin-alias": "^5.1.0",
2829
"@rollup/plugin-babel": "^6.0.4",
2930
"@rollup/plugin-commonjs": "^25.0.7",
3031
"@rollup/plugin-json": "^6.1.0",
3132
"@rollup/plugin-node-resolve": "^15.2.3",
3233
"@rollup/plugin-replace": "^5.0.5",
3334
"babel-preset-minify": "^0.5.2",
35+
"bulma": "^0.9.4",
3436
"notiflix": "^3.2.7",
3537
"preact": "^10.19.6",
3638
"rollup": "^4.12.0",
39+
"rollup-copy-transform-css": "^1.2.5",
40+
"rollup-plugin-copy": "^3.5.0",
3741
"test": "^3.3.0",
3842
"uuid": "^9.0.1"
3943
}

public/app.css

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/app.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/bulma-tooltip.css

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/bulma-tooltip.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/bulma.css

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/bulma.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/bulma.min.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111
<link rel="icon" type="image/png" sizes="16x16" href="./favicon-16x16.png">
1212
<link rel="manifest" href="./site.webmanifest">
1313

14-
<link rel="stylesheet" href="./bulma.min.css">
15-
<link rel="stylesheet" href="./app.min.css">
14+
<link rel="stylesheet" href="./bulma.css">
15+
<link rel="stylesheet" href="./bulma-tooltip.css">
16+
<link rel="stylesheet" href="./app.css">
1617
</head>
1718
<body>
1819
<div class="uuid-ui--wrapper">

0 commit comments

Comments
 (0)