+6
bun.lock
+6
bun.lock
······+"@atcute/atproto": ["@atcute/atproto@3.1.8", "", { "dependencies": { "@atcute/lexicons": "^1.2.2" } }, "sha512-Miu+S7RSgAYbmQWtHJKfSFUN5Kliqoo4YH0rILPmBtfmlZieORJgXNj9oO/Uive0/ulWkiRse07ATIcK8JxMnw=="],+"@atcute/bluesky": ["@atcute/bluesky@3.2.8", "", { "dependencies": { "@atcute/atproto": "^3.1.8", "@atcute/lexicons": "^1.2.2" } }, "sha512-wxEnSOvX7nLH4sVzX9YFCkaNEWIDrTv3pTs6/x4NgJ3AJ3XJio0OYPM8tR7wAgsklY6BHvlAgt3yoCDK0cl1CA=="],"@atcute/client": ["@atcute/client@4.0.5", "", { "dependencies": { "@atcute/identity": "^1.1.1", "@atcute/lexicons": "^1.2.2" } }, "sha512-R8Qen8goGmEkynYGg2m6XFlVmz0GTDvQ+9w+4QqOob+XMk8/WDpF4aImev7WKEde/rV2gjcqW7zM8E6W9NShDA=="],
+2
package.json
+2
package.json
+7
-3
src/components/container.tsx
+7
-3
src/components/container.tsx
···
+58
src/components/miniProfile.tsx
+58
src/components/miniProfile.tsx
···+style={`background-image: linear-gradient(to bottom, rgba(15, 22, 30, 0.85)), url(${profileInfo()?.banner}); background-size: cover; background-repeat: no-repeat;`}
+24
src/components/postForm.tsx
+24
src/components/postForm.tsx
···
+30
-5
src/routes/dashboard.tsx
+30
-5
src/routes/dashboard.tsx
······
+5
-1
src/routes/splash.tsx
+5
-1
src/routes/splash.tsx
···
+1
-2
src/styles/container.scss
+1
-2
src/styles/container.scss
······
+4
-35
src/styles/main.scss
+4
-35
src/styles/main.scss
······
+30
src/styles/profile.scss
+30
src/styles/profile.scss
···
+39
src/styles/routes/dashboard.scss
+39
src/styles/routes/dashboard.scss
···