PrayTeam / scriptured-prayer

GNU Affero General Public License v3.0
1 stars 0 forks source link

Update placeholder-ish parts with working routes and better visuals #66

Closed asherlloyd closed 4 months ago

asherlloyd commented 4 months ago

Description

This MR enables routing for prayer decks and cleans up the visuals somewhat.

Reason

To resolve some of the issues on #29, mostly relating to MVP prayer deck stuff

How this has been tested

Local testing of the frontend in development mode yielded no issues - however, the build (yarn build) is throwing errors related to the Tailwind config. It isn't recognizing the custom configuration items. TODO

Types of changes

Screenshots

image

image

image

Checklist:

kenancasey commented 4 months ago

I can "fix" those errors by changing the type of those colors to string instead of a more TypeScript type safe type. How's that strike you?

asherlloyd commented 4 months ago

I can "fix" those errors by changing the type of those colors to string instead of a more TypeScript type safe type. How's that strike you?

Resolved via defining the Tailwind config within a TypeScript file rather than the decoration listed in Tailwind's documentation:

/** @type {import('tailwindcss').Config} */