feat: Add custom hovertext for editor summary and project#217
Conversation
| node-version: ${{ matrix.node-version }} | ||
| - name: Install | ||
| run: npm ci | ||
| run: npm ci --force |
There was a problem hiding this comment.
This is destined to cause problems down the line, npm can do a lot of crazy stuff with --force. Not sure what to do instead though, I reran the original commit job for good measure.
|
Looks like the rerun https://github.com/ActivityWatch/aw-webui/actions/runs/167785545 of Edit: I re-ran it again, since your changes couldn't possibly have broken it. |
|
I see now that: Note the screen size. And the error happens on: Where the screen size is larger than the one set up by xvfb. In another passing build I found the warning: So we should probably fix that. |
|
Once #221 is merged you can rebase on master, drop the |
dd51582 to
437a882
Compare
|
@ErikBjare Nice, seems to work! 😄 |
No description provided.