File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 4343 "svelte-adapter-bun" : " ^1.0.1" ,
4444 "svelte-check" : " ^4.3.3" ,
4545 "tailwindcss" : " ^4.1.17" ,
46+ "tw-animate-css" : " ^1.4.0" ,
4647 "typescript" : " ^5.9.3" ,
4748 "typescript-eslint" : " ^8.46.3" ,
4849 "vite" : " ^7.2.2" ,
10371038
10381039 "tslib" : [
" [email protected] " ,
" " , {},
" sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==" ],
10391040
1041+ "tw-animate-css" : [
" [email protected] " ,
" " , {},
" sha512-7bziOlRqH0hJx80h/3mbicLW7o8qLsH5+RaLR2t+OHM3D0JlWGODQKQ4cxbK7WlvmUxpcj6Kgu6EKqjrGFe3QQ==" ],
1042+
10401043 "type-check" : [
" [email protected] " ,
" " , {
"dependencies" : {
"prelude-ls" :
" ^1.2.1" } },
" sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==" ],
10411044
10421045 "typescript" : [
" [email protected] " ,
" " , {
"bin" : {
"tsc" :
" bin/tsc" ,
"tsserver" :
" bin/tsserver" } },
" sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==" ],
Original file line number Diff line number Diff line change 1010 "preview" : " vite preview" ,
1111 "prepare" : " svelte-kit sync || echo ''" ,
1212 "check" : " svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" ,
13+ "check:all" : " bun run check && bun run lint && vitest run" ,
1314 "test" : " vitest" ,
1415 "check:watch" : " svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch" ,
1516 "format" : " prettier --write ." ,
Original file line number Diff line number Diff line change 5050 </Menubar .Item >
5151 <Menubar .Separator class =" h-px w-full bg-edge" />
5252 <Menubar .Item
53- class =" flex justify-between gap-2 btn-ghost px-2 py-1"
53+ class =" flex justify-between gap-2 btn-ghost px-2 py-1 select-none "
5454 onSelect ={() => {
5555 viewer .openSettingsDialog ();
5656 }}
6666 <Menubar .Portal >
6767 <Menubar .Content class =" border bg-neutral text-sm" align =" start" >
6868 <Menubar .Item
69- class =" flex justify-between gap-2 btn-ghost px-2 py-1"
69+ class =" flex justify-between gap-2 btn-ghost px-2 py-1 select-none "
7070 onSelect ={() => {
7171 viewer .openOpenDiffDialog ();
7272 }}
8282 <Menubar .Portal >
8383 <Menubar .Content class =" border bg-neutral text-sm" align =" start" >
8484 <Menubar .Item
85- class =" btn-ghost px-2 py-1"
85+ class =" btn-ghost px-2 py-1 select-none "
8686 onSelect ={() => {
8787 viewer .expandAll ();
8888 }}
8989 >
9090 Expand All
9191 </Menubar .Item >
9292 <Menubar .Item
93- class =" btn-ghost px-2 py-1"
93+ class =" btn-ghost px-2 py-1 select-none "
9494 onSelect ={() => {
9595 viewer .collapseAll ();
9696 }}
You can’t perform that action at this time.
0 commit comments