Skip to content

Commit

Permalink
fix: adjust icon positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Nov 6, 2021
1 parent 1262701 commit 7596ac2
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 17 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
},
"license": "MIT",
"dependencies": {
"@logseq/libs": "0.0.1-alpha.29",
"@logseq/libs": "0.0.1-alpha.30",
"@types/uuid": "^8.3.1",
"dayjs": "^1.10.6",
"dayjs": "^1.10.7",
"react": "^17.0.2",
"react-calendar-heatmap": "^1.8.1",
"react-dom": "^17.0.2",
Expand Down
34 changes: 19 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import React, { useRef } from "react";
import { Heatmap } from "./Heatmap";
import { useAppVisible, useThemeMode } from "./utils";

console.log(await logseq.App.getUserInfo())

function App() {
const innerRef = useRef<HTMLDivElement>(null);
const visible = useAppVisible();
Expand Down

0 comments on commit 7596ac2

Please sign in to comment.