From 4b4e8a41e8b6569283b1f49fe13ded772e4e4ce7 Mon Sep 17 00:00:00 2001 From: AJ Date: Wed, 11 Oct 2023 21:37:27 -0300 Subject: [PATCH] enhancements --- composer.json | 2 +- composer.lock | 14 +- resources/views/beta.blade.php | 8 +- .../views/components/layout/banner.blade.php | 2 +- .../components/layout/navigation.blade.php | 2 +- .../views/documentation/ui/modal.blade.php | 122 +++++++++--------- resources/views/welcome.blade.php | 27 ++-- 7 files changed, 89 insertions(+), 88 deletions(-) diff --git a/composer.json b/composer.json index 75448fc3..d5bf0fa1 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "laravel/tinker": "^2.8", "livewire/livewire": "^3.0", "livewire/volt": "^1.0", - "tallstackui/tallstackui": "^0.3", + "tallstackui/tallstackui": "^0.4.1", "torchlight/torchlight-laravel": "^0.5.14" }, "require-dev": { diff --git a/composer.lock b/composer.lock index a0e7ae74..7139cb5c 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "c1d499eb10d42597d2878d4c067267f7", + "content-hash": "f5b1e6311836fd8cac69526f74a03dcd", "packages": [ { "name": "brick/math", @@ -5566,16 +5566,16 @@ }, { "name": "tallstackui/tallstackui", - "version": "v0.3.0", + "version": "v0.4.1", "source": { "type": "git", "url": "https://github.com/tallstackui/tallstackui.git", - "reference": "624e5697f17466da32788fd68e880da1faeae5ce" + "reference": "7b38aa4fb6cb54d6a2178c2f61e882c8d83f91ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/tallstackui/tallstackui/zipball/624e5697f17466da32788fd68e880da1faeae5ce", - "reference": "624e5697f17466da32788fd68e880da1faeae5ce", + "url": "https://api.github.com/repos/tallstackui/tallstackui/zipball/7b38aa4fb6cb54d6a2178c2f61e882c8d83f91ce", + "reference": "7b38aa4fb6cb54d6a2178c2f61e882c8d83f91ce", "shasum": "" }, "require": { @@ -5621,9 +5621,9 @@ "description": "A curated list of TallStack UI Components", "support": { "issues": "https://github.com/tallstackui/tallstackui/issues", - "source": "https://github.com/tallstackui/tallstackui/tree/v0.3.0" + "source": "https://github.com/tallstackui/tallstackui/tree/v0.4.1" }, - "time": "2023-10-11T02:03:20+00:00" + "time": "2023-10-11T23:31:56+00:00" }, { "name": "tijsverkoyen/css-to-inline-styles", diff --git a/resources/views/beta.blade.php b/resources/views/beta.blade.php index 758e58f1..f41ea0a8 100644 --- a/resources/views/beta.blade.php +++ b/resources/views/beta.blade.php @@ -9,11 +9,11 @@ diff --git a/resources/views/components/layout/banner.blade.php b/resources/views/components/layout/banner.blade.php index 632d8bb0..3bb8fcb5 100644 --- a/resources/views/components/layout/banner.blade.php +++ b/resources/views/components/layout/banner.blade.php @@ -6,7 +6,7 @@ TallStackUi -

Your Next-level of TALL Stack Components.

+

New generation of TALL Stack Components.

diff --git a/resources/views/components/layout/navigation.blade.php b/resources/views/components/layout/navigation.blade.php index 9ff08bce..74981544 100644 --- a/resources/views/components/layout/navigation.blade.php +++ b/resources/views/components/layout/navigation.blade.php @@ -14,7 +14,7 @@
  • - request()->routeIs('documentation.get-started')])> + request()->routeIs('beta')])> Beta Phase
  • diff --git a/resources/views/documentation/ui/modal.blade.php b/resources/views/documentation/ui/modal.blade.php index 827fb777..51b329be 100644 --- a/resources/views/documentation/ui/modal.blade.php +++ b/resources/views/documentation/ui/modal.blade.php @@ -66,66 +66,68 @@ - - Default (2xl) - - - sm - - - md - - - lg - - - xl - - - 3xl - - - 4xl - - - 5xl - - - 6xl - - - 7xl - - - Default - - - sm - - - md - - - lg - - - xl - - - 3xl - - - 4xl - - - 5xl - - - 6xl - - - 7xl - +
    + + Default (2xl) + + + sm + + + md + + + lg + + + xl + + + 3xl + + + 4xl + + + 5xl + + + 6xl + + + 7xl + + + Default + + + sm + + + md + + + lg + + + xl + + + 3xl + + + 4xl + + + 5xl + + + 6xl + + + 7xl + +
    diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index 33d25501..da3e367b 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -4,28 +4,27 @@

    - This is TallStackUi, a library of ready-to-use components for TALL Stack applications, based on Livewire V3. + This is the TallStackUi, a library of ready-to-use components for TALL Stack applications. TallStackUi is unlike anything you've ever seen, from its conception to construction and general - availability. Beforehand we want to tell you a little about the history of TallStackUi. + availability. Beforehand we want to tell you a little about our motivation.

    - +

    - Hey! I'm AJ, - creator of TallStackUi. I'm a FullStack developer passionate about TALL Stack and addicted to the Laravel ecosystem. - I also cooperate with the PestPHP community and other open-source projects. + Hey! I'm AJ, creator of TallStackUi. + FullStack PHP developer, passionate about TALL Stack, addicted to the Laravel ecosystem, and a core member of PestPHP.

    - For a long time, I have used a variety of component libraries to create TALL Stack applications. - As time went by I started to notice that component libraries started to be abandoned: without new - features, improvements or even bug fixes. Meanwhile, I was creating components manually to avoid - relying on libraries that I knew could stop being supported at any time. + As the owner of a few TALL Stack SaaS, I often came across situations where the component + library I was using left me without new features, updates, or even worse bugs affecting my + applications. I decided to stop using component libraries and create my components manually + – who has never done this? The main problem I found with this was that I needed to recreate + the components in new projects even if I copied them, which would cost me time and money.

    - After a while I came up with the idea of creating TallStackUi: a library of TALL Stack components - to serve me and anyone who wants to believe in the project. The main differentiator you will find - in TallStackUi will be the fact that I use the library myself in my TALL Stack projects. This - encourages me to maintain the library with constant news, improvements and updates. + TallStackUi is a solution to solve a personal problem while serving the community. The main + guarantee you will have is the fact that I, the author, and all contributors are the main + users of the library, guaranteeing useful components and frequent updates.