Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: replace eslint with biome#14263

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
aslilac merged 26 commits intomainfrombiome
Aug 15, 2024
Merged
Changes from1 commit
Commits
Show all changes
26 commits
Select commitHold shift + click to select a range
e7feeb5
lint with biome
aslilacAug 13, 2024
85d8d05
💅
aslilacAug 13, 2024
4b1c032
so much
aslilacAug 13, 2024
e8d7aca
spaces (for now)
aslilacAug 14, 2024
27b85cc
Merge branch 'main' into biome
aslilacAug 14, 2024
2b19afc
update makefile
aslilacAug 14, 2024
053cb48
most
aslilacAug 14, 2024
3d507dd
green????
aslilacAug 14, 2024
d27cfc4
mum
aslilacAug 14, 2024
5c0292b
format
aslilacAug 14, 2024
bb3d084
periodic refresh
aslilacAug 14, 2024
8fa3011
sort imports
aslilacAug 15, 2024
7fdb012
yay
aslilacAug 15, 2024
3ffca81
use prettier for some languages
aslilacAug 15, 2024
68a1b10
🧹
aslilacAug 15, 2024
55337e5
yay
aslilacAug 15, 2024
e272831
>:(
aslilacAug 15, 2024
612b6b2
lummukls
aslilacAug 15, 2024
52ada5b
cleanup
aslilacAug 15, 2024
8b60eee
not yet I guess
aslilacAug 15, 2024
774f258
sob
aslilacAug 15, 2024
968d413
disable import sorting on save
aslilacAug 15, 2024
fe8f85d
Merge branch 'main' into biome
aslilacAug 15, 2024
d6dd39f
:|
aslilacAug 15, 2024
78332c5
WHAT
aslilacAug 15, 2024
075c3be
gto
aslilacAug 15, 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
PrevPrevious commit
NextNext commit
periodic refresh
  • Loading branch information
@aslilac
aslilac committedAug 14, 2024
commitbb3d08400c6137a978995bd86f9813039dd0276e
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -89,6 +89,7 @@ export const DeploymentBannerView: FC<DeploymentBannerViewProps> = ({
};
}, [fetchStats, stats]);

// biome-ignore lint/correctness/useExhaustiveDependencies(timeUntilRefresh): periodic refresh
const lastAggregated = useMemo(() => {
if (!stats) {
return;
Expand All@@ -98,7 +99,7 @@ export const DeploymentBannerView: FC<DeploymentBannerViewProps> = ({
return "just now";
}
return dayjs().to(dayjs(stats.collected_at));
}, [stats, fetchStats]);
}, [timeUntilRefresh,stats, fetchStats]);

const healthErrors = health ? getHealthErrors(health) : [];
const displayLatency = stats?.workspaces.connection_latency_ms.P50 || -1;
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp