auto-save 2026-05-15 23:26 (~2)
This commit is contained in:
@@ -1,18 +1,5 @@
|
||||
{
|
||||
"entries": [
|
||||
{
|
||||
"files_changed": 3,
|
||||
"hash": "2c19b52",
|
||||
"message": "auto-save 2026-05-14 05:27 (~3)",
|
||||
"ts": "2026-05-14T05:27:24+08:00",
|
||||
"type": "commit"
|
||||
},
|
||||
{
|
||||
"files_changed": 2,
|
||||
"message": "Codex 会话活跃 · 最近命令:codex · 2 项未提交变更 · 最近提交:auto-save 2026-05-14 05:27 (~3)",
|
||||
"ts": "2026-05-13T21:28:50Z",
|
||||
"type": "session-heartbeat"
|
||||
},
|
||||
{
|
||||
"files_changed": 4,
|
||||
"hash": "f3636a5",
|
||||
@@ -3265,6 +3252,19 @@
|
||||
"message": "auto-save 2026-05-15 23:10 (~4)",
|
||||
"hash": "5f9d6c1",
|
||||
"files_changed": 4
|
||||
},
|
||||
{
|
||||
"ts": "2026-05-15T23:21:31+08:00",
|
||||
"type": "commit",
|
||||
"message": "auto-save 2026-05-15 23:21 (~3)",
|
||||
"hash": "0bbaabd",
|
||||
"files_changed": 3
|
||||
},
|
||||
{
|
||||
"ts": "2026-05-15T15:21:55Z",
|
||||
"type": "session-heartbeat",
|
||||
"message": "Codex 会话活跃 · 最近命令:codex · 1 项未提交变更 · 最近提交:auto-save 2026-05-15 23:21 (~3)",
|
||||
"files_changed": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
import type { FormEvent } from "react"
|
||||
import { useEffect, useMemo, useState } from "react"
|
||||
import {
|
||||
AlertCircle,
|
||||
ArrowRight,
|
||||
CheckCircle2,
|
||||
Eye,
|
||||
@@ -150,11 +149,7 @@ export default function LoginPage() {
|
||||
</label>
|
||||
|
||||
<div className="mt-4 min-h-9">
|
||||
{hasError ? (
|
||||
<div className="inline-flex h-9 w-9 items-center justify-center rounded-[8px] border border-red-400/30 bg-red-500/10 text-red-100">
|
||||
<AlertCircle className="h-4 w-4" />
|
||||
</div>
|
||||
) : status === "success" ? (
|
||||
{status === "success" ? (
|
||||
<div className="inline-flex h-9 w-9 items-center justify-center rounded-[8px] border border-emerald-300/30 bg-emerald-400/10 text-emerald-100">
|
||||
<CheckCircle2 className="h-4 w-4" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user