Nathan
b3cdfd7ade
Update config.ts
2026-03-17 14:03:49 -04:00
Nathan
c1a9614bbd
ended
2026-03-17 13:24:54 -04:00
Nathan
f1ef19fcf9
Update +page.svelte
2026-03-13 15:34:36 -04:00
Nathan
ecbd8b0060
Update +page.svelte
2026-03-13 13:12:14 -04:00
NotARoomba
520d2cd550
update item pricing
2026-03-13 12:20:06 -04:00
NotARoomba
1c808047b4
aaa
2026-03-12 17:03:02 -04:00
NotARoomba
8d2b90a482
update
2026-03-12 16:35:11 -04:00
NotARoomba
29d82b2f49
hackatime stuffs
2026-03-10 16:50:39 -04:00
NotARoomba
f1df459fe8
Update airtable-sync.ts
2026-03-10 15:05:44 -04:00
NotARoomba
4da771e9d3
dupe check
2026-03-10 14:47:53 -04:00
NotARoomba
8288e2a6ae
fix xstuffs
2026-03-10 14:35:10 -04:00
NotARoomba
ced2151b1d
unified checks
2026-03-10 14:18:52 -04:00
End Nightshade
5d6e7eab52
typos and stuff
2026-03-05 10:16:26 -07:00
NotARoomba
a3feec9263
slack id fallback
2026-03-04 14:17:18 -05:00
NotARoomba
8bfdcc7d52
aaa
2026-03-04 13:53:35 -05:00
NotARoomba
ad844dbcb3
updates
2026-03-04 13:39:19 -05:00
NotARoomba
b01538deba
fix updates
2026-03-04 13:28:26 -05:00
NotARoomba
11faeef4be
Update airtable-sync.ts
2026-03-04 12:46:31 -05:00
NotARoomba
86425dfca3
add in stuff
2026-03-04 12:31:57 -05:00
NotARoomba
fea18cf0ed
update stuff
2026-03-04 12:15:50 -05:00
NotARoomba
2390eb7632
aaaa
2026-03-04 11:45:44 -05:00
NotARoomba
d8a4c8121c
creator
2026-03-04 11:38:22 -05:00
NotARoomba
5a7087031a
Update Navbar.svelte
2026-03-04 11:32:24 -05:00
NotARoomba
a79c27c838
add creator role
2026-03-04 11:24:41 -05:00
End Nightshade
f97e52b0a0
bweh
2026-03-04 08:44:23 -07:00
NotARoomba
a763a3e82d
copy
2026-03-03 18:00:35 -05:00
NotARoomba
5aafb50a66
Merge branch 'main' of https://github.com/hackclub/scraps
2026-03-03 15:30:51 -05:00
End Nightshade
a49415a90e
aaaaaaaaaaa
2026-03-03 13:18:09 -07:00
End Nightshade
bf85cc71ae
what
2026-03-03 12:48:13 -07:00
End Nightshade
1370abec5d
fixes
2026-03-03 12:40:56 -07:00
NotARoomba
78f1caab59
aa
2026-03-03 14:35:40 -05:00
NotARoomba
e6473c91ac
Merge branch 'main' of https://github.com/hackclub/scraps
2026-03-03 14:32:19 -05:00
NotARoomba
892ea160fc
add in stuff
2026-03-03 14:29:03 -05:00
End Nightshade
dde9a8f27f
akdlskd
2026-03-03 12:17:05 -07:00
NotARoomba
5d4f12d4b6
adsfkhsadlkjfh
2026-03-03 13:15:02 -05:00
NotARoomba
6cdebfa56f
aaa
2026-03-03 12:53:31 -05:00
NotARoomba
8af711ef7e
actuall
2026-03-03 12:41:29 -05:00
End Nightshade
6890adb44c
HIDE REVIEWERS RAAA
2026-03-03 07:54:38 -07:00
End Nightshade
73e709fe2d
format omg why didnt ever run this
2026-03-03 07:31:25 -07:00
End Nightshade
827f285438
guh hackatime work
2026-03-02 21:41:00 -07:00
NotARoomba
bab78ab458
reject stuffa
2026-02-23 20:57:00 -05:00
NotARoomba
df2039908f
update logic fix
2026-02-23 15:35:59 -05:00
End Nightshade
3e897fbd26
chore: tighten typings and frontend fixes (admin/shop, orders)
2026-02-23 13:03:25 -07:00
NotARoomba
c9643e3df4
new shop calcs
2026-02-23 14:34:42 -05:00
NotARoomba
064a10578b
update stuff
2026-02-23 13:33:43 -05:00
NotARoomba
472fea634a
Update ysws.ts
2026-02-23 12:34:49 -05:00
End Nightshade
89069f3fa9
fix(admin): fix EV simulation using perRollMultiplier as base cost multiplier
...
Same bug as backend — perRollMultiplier (0.05) was applied as a direct
multiplier on base roll cost in the admin shop EV simulation, making
everything appear exploitable (red).
2026-02-22 18:46:49 -07:00
End Nightshade
55477673ab
fix(frontend): resolve all 5 pre-existing TypeScript errors
...
- i18n: widen Translations type to accept any string values
- home: fix async onMount returning cleanup function
- CreateProjectModal: import Project from stores instead of local interface
- user profile: non-null assert githubUrl inside existence check
2026-02-22 18:42:59 -07:00
End Nightshade
dfa61ff117
fix(shop): remove perRollMultiplier from base roll cost calculation
...
perRollMultiplier (default 0.05) was being applied as a direct multiplier
on the base roll cost, making everything cost 1-3 scraps instead of the
correct amount. It should only be used as an escalation factor per
previous roll: displayRollCost = baseRollCost * (1 + perRollMultiplier * rollCount)
2026-02-22 18:35:14 -07:00
End Nightshade
bd133c09d6
refactor(db): use new drizzle({ client: pool }) API
2026-02-22 17:04:45 -08:00