Closed deer closed 10 months ago
@iuioiua, this is ready to go now. Although you might consider some style tests somewhere. I almost botched this by forgetting to add the styles.css
file. Of course the site was unstyled, but all the tests were passing.
Pretty much LGTM! I'll give this a spin tomorrow before approving.
As for the styles test, let's create an issue to fix after we land this PR.
Thanks guys. I'll try again on Friday, first ensuring a near pixel perfect match. I guess I need to familiarize myself with the app's functionality 😅
Some progress here, but it's a slog. I had to hack it by leveraging the safelist
in the config, so obviously something is majorly wrong. Additionally I haven't managed to fix the inputs on the submit
page. (They're appearing as some sort of medium gray when not logged in, but I think they should be the same as the background color.)
On the positive side, I'm obviously deep in the code checking out all the pages. So maybe I'll finally have something else to say in this repo after (if!?) I fix this 🙃
If either of you have any great ideas, I'm ready to be saved. Otherwise I'll continue later.
Hm... I think Tailwind can't recognise classes if stored in variables. The fix may be as simple as removing these "class variables", like LINK_STYLES
, and just using the classes directly. We can also create custom classes and reuse those.
Still fighting with active links, but it's overall much better now.
border-1
, so I had to define this in tailwind.config.ts
.tw-ring-opacity: 0.5;
was getting inserted into the old version automatically; I had to manually apply it here with ring-opacity-50
.
closes https://github.com/denoland/saaskit/issues/644
I see the guidelines have changed since I last contributed (thanks github!) and that caused me to look for an issue. Fortunately there was the above, but I see you want tailwind as well. I'll open this as a draft for now.