diff --git a/README.md b/README.md index aad4032..28d5ec6 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ Please don't hitch your wagon to this star just yet... I'm coding this in the op - [x] Gen/Regen an invite link to allow users to join a team - [x] Team administrators and owners can accept pending invites - [x] Team administrators and owners can administer the permissions (roles) of other team members on the Accounts page +- [ ] Team owners can remove users from team ### Plans and Pricing - [x] Manage multiple Plans each with specific Feature flags and Plan limits @@ -60,8 +61,7 @@ Please don't hitch your wagon to this star just yet... I'm coding this in the op - [ ] Knowledge base with FAQs and tutorials ### Look and Feel, Design System and Customisation -- [x] Very Crap default UI -- [ ] Not Crap UI +- [x] Default UI isn't too crap - [x] Integrated Design system including theming (Tailwind + daisyUI) - [ ] Branding options (logo, color scheme, etc.) diff --git a/assets/images/landing_config_environment.jpeg b/assets/images/landing_config_environment.jpeg new file mode 100644 index 0000000..072f26f Binary files /dev/null and b/assets/images/landing_config_environment.jpeg differ diff --git a/assets/images/landing_db_schema_management.jpeg b/assets/images/landing_db_schema_management.jpeg new file mode 100644 index 0000000..b9baaa5 Binary files /dev/null and b/assets/images/landing_db_schema_management.jpeg differ diff --git a/assets/images/landing_state_management.jpeg b/assets/images/landing_state_management.jpeg new file mode 100644 index 0000000..0b3d1dd Binary files /dev/null and b/assets/images/landing_state_management.jpeg differ diff --git a/assets/images/landing_stripe_integration.jpeg b/assets/images/landing_stripe_integration.jpeg new file mode 100644 index 0000000..a10d538 Binary files /dev/null and b/assets/images/landing_stripe_integration.jpeg differ diff --git a/assets/images/landing_style_system.jpeg b/assets/images/landing_style_system.jpeg new file mode 100644 index 0000000..d6d530f Binary files /dev/null and b/assets/images/landing_style_system.jpeg differ diff --git a/assets/images/landing_user_management.jpeg b/assets/images/landing_user_management.jpeg new file mode 100644 index 0000000..b7e26b5 Binary files /dev/null and b/assets/images/landing_user_management.jpeg differ diff --git a/assets/images/saas_landing_main.jpeg b/assets/images/saas_landing_main.jpeg new file mode 100644 index 0000000..ffdfd2c Binary files /dev/null and b/assets/images/saas_landing_main.jpeg differ diff --git a/components/AppHeader.vue b/components/AppHeader.vue index 9c9c28b..d798c0d 100644 --- a/components/AppHeader.vue +++ b/components/AppHeader.vue @@ -32,7 +32,7 @@
  • Sign In
  • - Nuxt3 SAAS Bootstrap + Nuxt3 SAAS Boilerplate