ItzNotABug / ghosler

Send newsletter emails to your Ghost CMS subscribers & members, using your own email credentials!
Apache License 2.0
40 stars 5 forks source link

Improved Dashboard #15

Closed ItzNotABug closed 6 months ago

ItzNotABug commented 6 months ago

This PR improves the frontend dashboard with respect to UI. Tailwind CLI is used for achieving this, the changes aren't too heavy or something complex but still better than the previous version.

Desktop Mode:

Ghosler - Login Ghosler - Home Ghosler - Analytics
Ghosler - Analytics - Details Ghosler - Settings Ghosler - Logs

Mobile Mode:

Ghosler - Login Ghosler - Home Ghosler - Analytics
Ghosler - Analytics - Details Ghosler - Settings Ghosler - Logs

Note: As this adds Tailwind's build files, the Ghosler-CLI will also need to remove those & also use a Production Env. to not install the dev. dependencies.

Edit: I believe its already done in here: https://github.com/ItzNotABug/ghosler-cli/commit/b3967eaabbd819cf17f2821d987b96dbdd16dca6

ItzNotABug commented 6 months ago

We also need to update the README.md for building the project locally as we now use Tailwind via CLI.