+7
bun.lock
+7
bun.lock
······"@esbuild/win32-ia32": ["@esbuild/win32-ia32@0.25.9", "", { "os": "win32", "cpu": "ia32" }, "sha512-b33gLVU2k11nVx1OhX3C8QQP6UHQK4ZtN56oFWvVXvz2VkDoe6fbG8TOgHFxEvqeqohmRnIHe5A1+HADk4OQww=="],"@esbuild/win32-x64": ["@esbuild/win32-x64@0.25.9", "", { "os": "win32", "cpu": "x64" }, "sha512-PPOl1mi6lpLNQxnGoyAfschAodRFYXJ+9fs6WHXz7CSWKbOqiMZsubC+BQsVKuul+3vKLuwTHsS2c2y9EoKwxQ=="],+"@floating-ui/core": ["@floating-ui/core@1.7.3", "", { "dependencies": { "@floating-ui/utils": "^0.2.10" } }, "sha512-sGnvb5dmrJaKEZ+LDIpguvdX3bDlEllmv4/ClQ9awcmCZrlx5jQyyMWFM5kBI+EyNOCDDiKk8il0zeuX3Zlg/w=="],+"@floating-ui/dom": ["@floating-ui/dom@1.7.4", "", { "dependencies": { "@floating-ui/core": "^1.7.3", "@floating-ui/utils": "^0.2.10" } }, "sha512-OOchDgh4F2CchOX94cRVqhvy7b3AFb+/rQXyswmzmGakRfkMgoWVjfnLWkRirfLEfuD4ysVW16eXzwt3jHIzKA=="],+"@floating-ui/utils": ["@floating-ui/utils@0.2.10", "", {}, "sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ=="],"@fujocoded/authproto": ["@fujocoded/authproto@0.0.4", "", { "dependencies": { "@astrojs/db": "^0.17.1", "@atproto/identity": "^0.4.8", "@atproto/oauth-client-node": "^0.3.3", "astro-integration-kit": "^0.19.0", "unstorage": "^1.16.1" }, "peerDependencies": { "astro": "^5.13.0" } }, "sha512-VoKfScLMaGLAOB6WKFsU7lEsCNvy98KW7MaPfqLKIbjg0MqWrbeyvCak4mGDjQUe96jm8DBMkd6b2W+T369PNA=="],
+1
package.json
+1
package.json
+22
-2
src/assets/styles/global.css
+22
-2
src/assets/styles/global.css
······
+13
-11
src/components/Dialog.astro
+13
-11
src/components/Dialog.astro
···+@apply absolute top-0 left-0 flex items-center justify-between p-2 container bg-accent text-accent-content;
+62
-24
src/components/Popover.astro
+62
-24
src/components/Popover.astro
·········
+44
-21
src/components/Settings.astro
+44
-21
src/components/Settings.astro
···+<input class="range" type="range" name="lineHeight" id="line-height" min="1" max="2" step="0.05" />+<input class="range" type="range" name="letterSpacing" id="letter-spacing" min="0" max="0.1" step="0.01" />+<input class="range" type="range" name="wordSpacing" id="word-spacing" min="0" max="0.5" step="0.01" />+<div id="test-area" class="mt-4 text-(length:--size) leading-(--line-height) tracking-(--letter-spacing) line-clamp-4"><p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Asperiores quae dolorum debitis vero nostrum nobis aspernatur ipsam sunt dolorem, eum ut corrupti unde commodi soluta natus repellendus totam animi adipisci.</p>···
+30
-17
src/layouts/WorkPage.astro
+30
-17
src/layouts/WorkPage.astro
···+const { slug, title, author, tags, createdAt, updatedAt, comments, previous, next } = Astro.props;
+1
-1
src/pages/login.astro
+1
-1
src/pages/login.astro
···<p>It'll look like a website URL without the <samp>https://</samp> or slashes, so a typical BlueSky handle will look something like: <b>alice.bsky.social</b>.</p>
+84
-61
src/pages/user/index.astro
+84
-61
src/pages/user/index.astro
······-<p>Right now, you aren't connected to the site. You can connect your BlueSky / self-hosted PDS account to this website to post a work.</p>-<p>Please check out the Terms of Service, Privacy Policy, and Code of Conduct before connecting your account.</p>-<p>You can optionally set your nickname for this site. This is separate from your handle and acts as your identifier.</p>-<p>Think of your handle as what you use to log in with, and your nickname as the name you want to publish your works under.</p>-<p>If you do set a nickname, please make sure it's unique! Having two people with the same nickname would cause confusion, unfortunately.</p>+<p>Right now, you aren't connected to the site. You can connect your BlueSky / self-hosted PDS account to this website to post a work.</p>+<p>Please check out the Terms of Service, Privacy Policy, and Code of Conduct before connecting your account.</p>+<p>If you do set a nickname, please make sure it's unique! Having two people with the same nickname would cause confusion, unfortunately.</p>+<input class="input w-full" type="text" name="nickname" id="nickname" aria-describedby="nickname-info" />
+13
-16
src/pages/works/[workId].astro
+13
-16
src/pages/works/[workId].astro
······