diff options
| author | Dhravya <[email protected]> | 2024-07-14 09:59:32 -0500 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-07-14 09:59:32 -0500 |
| commit | 3db7f5761364bf6aa1a24d55a210d0e60aebab3d (patch) | |
| tree | a7eece9a1353988b2d5fb63f7ec6b3f3dd7e9570 | |
| parent | Merge pull request #119 from Dhravya/ui-improvements (diff) | |
| download | archived-supermemory-3db7f5761364bf6aa1a24d55a210d0e60aebab3d.tar.xz archived-supermemory-3db7f5761364bf6aa1a24d55a210d0e60aebab3d.zip | |
Revert "added bun lockfile"
This reverts commit ba44e6e6b01bcc25fea961c994d630fcedb97f4e.
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | apps/web/app/(dash)/menu.tsx | 2 | ||||
| -rw-r--r-- | apps/web/package.json | 2 | ||||
| -rwxr-xr-x | bun.lockb | bin | 990212 -> 0 bytes |
4 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ - +bun.lockb .npmrc .vars .*.vars diff --git a/apps/web/app/(dash)/menu.tsx b/apps/web/app/(dash)/menu.tsx index 50b09b41..04d3b898 100644 --- a/apps/web/app/(dash)/menu.tsx +++ b/apps/web/app/(dash)/menu.tsx @@ -214,7 +214,7 @@ function Menu() { className={`bg-[#2F353C] text-[#DBDEE1] max-h-[35vh] overflow-auto focus-visible:ring-0 border-none focus-visible:ring-offset-0 mt-2 ${/^https?:\/\/\S+$/i.test(content) && "text-[#1D9BF0] underline underline-offset-2"}`} id="content" name="content" - rows={4} + rows={8} placeholder="Start typing a note or paste a URL here. I'll remember it." value={content} onChange={(e) => setContent(e.target.value)} diff --git a/apps/web/package.json b/apps/web/package.json index 882ff33c..44522dcc 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -2,7 +2,7 @@ "name": "@repo/web", "version": "1.0.0", "private": true, - "packageManager": "[email protected]", + "packageManager": "[email protected]", "scripts": { "dev": "next dev", "build": "next build", diff --git a/bun.lockb b/bun.lockb Binary files differdeleted file mode 100755 index 6ca23fcc..00000000 --- a/bun.lockb +++ /dev/null |