mei (ckie) ckie
  • Joined on 2024-03-26
ckie pushed to main at the-distro/floral.systems 2024-10-26 22:24:37 +00:00
18dfb6face feat(root page): redesign the hero element, add dividers between sections
ckie merged pull request the-distro/floral.systems#5 2024-10-26 22:24:36 +00:00
feat(root page): redesign the hero element, add dividers between sections
ckie pushed to jakehamilton/feat/hero at the-distro/floral.systems 2024-10-26 22:24:14 +00:00
18dfb6face feat(root page): redesign the hero element, add dividers between sections
11ca9cd554 feat: setup lint-staged with prettier
f530be0493 fix(/): don't include old blocks in DOM
Compare 3 commits »
ckie commented on pull request the-distro/floral.systems#5 2024-10-26 22:23:13 +00:00
feat(root page): redesign the hero element, add dividers between sections

pre-merge edits:

ckie commented on pull request the-distro/floral.systems#7 2024-10-26 22:14:47 +00:00
feat(root page): prettify and add new home page content

Let's avoiding adding more things to the global scope and start removing all of these defs soon. They were a hack for the name, and at this point an actual $lib/consts.ts is warranted if we decide we really need this, which I think we don't.

ckie commented on pull request the-distro/floral.systems#7 2024-10-26 22:14:47 +00:00
feat(root page): prettify and add new home page content

Nice catch!

ckie commented on pull request the-distro/floral.systems#7 2024-10-26 22:14:47 +00:00
feat(root page): prettify and add new home page content

I don't mind this but, I'm curious what your reasoning is?

ckie commented on pull request the-distro/floral.systems#7 2024-10-26 22:14:47 +00:00
feat(root page): prettify and add new home page content

huhh. that's pretty absurd of it. you could workaround with {#each} and a {#snippet}

ckie commented on pull request the-distro/floral.systems#7 2024-10-26 22:14:47 +00:00
feat(root page): prettify and add new home page content

But we'll want to take this vague idea into docs for some featured usecases we write about, a bit like the "Learn by example." bit on bun's website. But probably more colorful.

ckie commented on pull request the-distro/floral.systems#7 2024-10-26 22:14:47 +00:00
feat(root page): prettify and add new home page content

the font-aladin & text-coral-970 here foul skimmers.

ckie commented on pull request the-distro/floral.systems#7 2024-10-26 22:14:47 +00:00
feat(root page): prettify and add new home page content

Nit/general: I find it unlikely we'll have PackageTiles on many pages, so a {#snippet} would be more appropriate to not pollute the $lib/components scope, which should be when you're expecting usage from multiple components.

ckie pushed to main at the-distro/floral.systems 2024-10-26 21:43:22 +00:00
11ca9cd554 feat: setup lint-staged with prettier
ckie pushed to main at the-distro/floral.systems 2024-10-25 13:34:26 +00:00
f530be0493 fix(/): don't include old blocks in DOM
ckie pushed to main at the-distro/floral.systems 2024-10-25 00:00:26 +00:00
c83929cbdd fix(package.json): move "@sveltejs/enhanced-img" to devDeps
ckie pushed to main at the-distro/floral.systems 2024-10-24 22:52:29 +00:00
518fbaf61e feat(layout): ?uwu qs == spin
ckie pushed to main at the-distro/floral.systems 2024-10-24 22:31:41 +00:00
d3ba4573c9 chore(Footer): move to $lib/components
7619e48d75 refactor(layout): adjust title text colors, introduce new colors.coral.970
285237cf7a fix(layout): use same color-set for unhovered state
4b25036169 refactor(Search): constrain max width
1eddddd7d1 fix(Nav): make special link semibold
Compare 6 commits »
ckie merged pull request the-distro/floral.systems#4 2024-10-24 22:31:39 +00:00
refactor(header): extract nav link component, add search widget stub, recolor header