aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDhravya <[email protected]>2024-07-14 09:59:32 -0500
committerDhravya <[email protected]>2024-07-14 09:59:32 -0500
commit3db7f5761364bf6aa1a24d55a210d0e60aebab3d (patch)
treea7eece9a1353988b2d5fb63f7ec6b3f3dd7e9570
parentMerge pull request #119 from Dhravya/ui-improvements (diff)
downloadarchived-supermemory-3db7f5761364bf6aa1a24d55a210d0e60aebab3d.tar.xz
archived-supermemory-3db7f5761364bf6aa1a24d55a210d0e60aebab3d.zip
Revert "added bun lockfile"
This reverts commit ba44e6e6b01bcc25fea961c994d630fcedb97f4e.
-rw-r--r--.gitignore2
-rw-r--r--apps/web/app/(dash)/menu.tsx2
-rw-r--r--apps/web/package.json2
-rwxr-xr-xbun.lockbbin990212 -> 0 bytes
4 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index afcf541a..c80a841f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
deleted file mode 100755
index 6ca23fcc..00000000
--- a/bun.lockb
+++ /dev/null
Binary files differ