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

Junbae config #13

Merged
merged 29 commits into from
Feb 14, 2024
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
24cae93
feat: add location and gauge color at config
myunggyuns Feb 6, 2024
5fc349d
fix: css of detail location
myunggyuns Feb 6, 2024
b8981f2
fix: change hex color code to color name
myunggyuns Feb 6, 2024
455fc9b
fix: Delete unnecessary code and change gauge color
myunggyuns Feb 6, 2024
ca1796d
fix: add font size property
myunggyuns Feb 8, 2024
9f0c9c5
fix: remove top case
myunggyuns Feb 8, 2024
dfbfbb8
fix: add order property at package
myunggyuns Feb 8, 2024
7e332d3
fix: fix variable name
myunggyuns Feb 8, 2024
efaf953
fix: resolve conflict
myunggyuns Feb 8, 2024
0ddf059
fix: change order at package
myunggyuns Feb 8, 2024
5758440
feat: add timer shadow color
myunggyuns Feb 13, 2024
8603854
fix: change timer bottom location
myunggyuns Feb 13, 2024
af443af
fix: config description change to sentence
myunggyuns Feb 13, 2024
ec80db4
fix: change location property
myunggyuns Feb 13, 2024
fe9c666
Merge remote-tracking branch 'origin/junbae-config' into junbae-config
myunggyuns Feb 13, 2024
660c274
fix: remove code about font css
myunggyuns Feb 13, 2024
5279ad8
fix: colors config description change to sentence
myunggyuns Feb 13, 2024
6e5800b
fix: use default value
myunggyuns Feb 13, 2024
ebed9c6
fix: seperate with private method
myunggyuns Feb 13, 2024
8fc9823
fix: seperate with private color method and add range in location method
myunggyuns Feb 13, 2024
92f5939
fix: remove comment
myunggyuns Feb 13, 2024
9f75a82
refactor: change variable
myunggyuns Feb 13, 2024
3b3c39a
fix: remove duplicate property assignments
myunggyuns Feb 13, 2024
7819d14
Merge remote-tracking branch 'origin/junbae-config' into junbae-config
myunggyuns Feb 14, 2024
414803d
fix: the if statement changes to a switch statement.
myunggyuns Feb 14, 2024
e351fbc
fix: the if statement changes to a switch statement in timer method
myunggyuns Feb 14, 2024
36c7c00
refactor: add type
myunggyuns Feb 14, 2024
6b25fd2
fix: change timer width ratio
myunggyuns Feb 14, 2024
655bc68
refactor: add comment, remove useless types
changchanghwang Feb 14, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: add font size property
  • Loading branch information
myunggyuns committed Feb 8, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit ca1796d7cc54d2b2f4f1de06e11db74ede6fb12f
2 changes: 1 addition & 1 deletion src/core/modes/walk-mode.ts
Original file line number Diff line number Diff line change
@@ -88,7 +88,7 @@ export class WalkMode implements Mode {
private createWalkMotionDecorator = (
ranges: vscode.Range[],
editor: vscode.TextEditor,
junbaeLocation: { top: string },
junbaeLocation: { top: string; ['font-size']: string },
changchanghwang marked this conversation as resolved.
Show resolved Hide resolved
) => {
const timeLeft = this.expiredAt - new Date().getTime();