Skip to content

Commit c733ecf

Browse files
committed
Change name from 'lazy-component' to 'lazy-ui'
The name of the component has been changed from 'lazy-component' to 'lazy-ui'. This change was made across all the documentation, code and links to ensure uniformity and accurately reflect the purpose and usage of the component, which is to provide UI tools and features in a 'lazy' (i.e., easy-to-use and efficient) manner.
1 parent 621100a commit c733ecf

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Ask a question
4-
url: https://github.com/lazy-adm/lazy-component/discussions/new?category=q-a
4+
url: https://github.com/step2dev/lazy-ui/discussions/new?category=q-a
55
about: Ask the community for help
66
- name: Request a feature
7-
url: https://github.com/lazy-adm/lazy-component/discussions/new?category=ideas
7+
url: https://github.com/step2dev/lazy-ui/discussions/new?category=ideas
88
about: Share ideas for new features
99
- name: Report a security issue
10-
url: https://github.com/lazy-adm/lazy-component/security/policy
10+
url: https://github.com/step2dev/lazy-ui/security/policy
1111
about: Learn how to notify us for sensitive bugs

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
All notable changes to `lazy-component` will be documented in this file.
3+
All notable changes to `lazy-ui` will be documented in this file.
44

55
## 1.0.0 -
66
- Initial release

CONTRIBUTING.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,20 @@ All types of contributions are encouraged and valued. See the [Table of Contents
2727
## Code of Conduct
2828

2929
This project and everyone participating in it is governed by the
30-
[LazyUI Code of Conduct](https://github.com/step2dev/lazy-component-ui/blob/main/CODE_OF_CONDUCT.md).
30+
[LazyUI Code of Conduct](https://github.com/step2dev/lazy-ui/blob/main/CODE_OF_CONDUCT.md).
3131
By participating, you are expected to uphold this code. Please report unacceptable behaviour
3232
to .
3333

3434

3535
## I Have a Question
3636

37-
> If you want to ask a question, we assume that you have read the available [Documentation](https://github.com/step2dev/lazy-component-ui).
37+
> If you want to ask a question, we assume that you have read the available [Documentation](https://github.com/step2dev/lazy-ui).
3838
39-
Before you ask a question, it is best to search for existing [Issues](https://github.com/step2dev/lazy-component-ui/issues) that might help you. In case you have found a suitable issue and still need clarification, you can write your question in this issue. It is also advisable to search the internet for answers first.
39+
Before you ask a question, it is best to search for existing [Issues](https://github.com/step2dev/lazy-ui/issues) that might help you. In case you have found a suitable issue and still need clarification, you can write your question in this issue. It is also advisable to search the internet for answers first.
4040

4141
If you then still feel the need to ask a question and need clarification, we recommend the following:
4242

43-
- Open an [Issue](https://github.com/step2dev/lazy-component-ui/issues/new).
43+
- Open an [Issue](https://github.com/step2dev/lazy-ui/issues/new).
4444
- Provide as much context as you can about what you're running into.
4545
- Provide project and platform versions (nodejs, npm, etc), depending on what seems relevant.
4646

@@ -74,8 +74,8 @@ Depending on how large the project is, you may want to outsource the questioning
7474
A good bug report shouldn't leave others needing to chase you up for more information. Therefore, we ask you to investigate carefully, collect information and describe the issue in detail in your report. Please complete the following steps in advance to help us fix any potential bug as fast as possible.
7575

7676
- Make sure that you are using the latest version.
77-
- Determine if your bug is really a bug and not an error on your side e.g. using incompatible environment components/versions (Make sure that you have read the [documentation](https://github.com/step2dev/lazy-component-ui). If you are looking for support, you might want to check [this section](#i-have-a-question)).
78-
- To see if other users have experienced (and potentially already solved) the same issue you are having, check if there is not already a bug report existing for your bug or error in the [bug tracker](https://github.com/step2dev/lazy-component-ui/issues?q=label%3Abug).
77+
- Determine if your bug is really a bug and not an error on your side e.g. using incompatible environment components/versions (Make sure that you have read the [documentation](https://github.com/step2dev/lazy-ui). If you are looking for support, you might want to check [this section](#i-have-a-question)).
78+
- To see if other users have experienced (and potentially already solved) the same issue you are having, check if there is not already a bug report existing for your bug or error in the [bug tracker](https://github.com/step2dev/lazy-ui/issues?q=label%3Abug).
7979
- Also make sure to search the internet (including Stack Overflow) to see if users outside of the GitHub community have discussed the issue.
8080
- Collect information about the bug:
8181
- Stack trace (Traceback)
@@ -92,7 +92,7 @@ A good bug report shouldn't leave others needing to chase you up for more inform
9292
9393
We use GitHub issues to track bugs and errors. If you run into an issue with the project:
9494

95-
- Open an [Issue](https://github.com/step2dev/lazy-component-ui/issues/new). (Since we can't be sure at this point whether it is a bug or not, we ask you not to talk about a bug yet and not to label the issue.)
95+
- Open an [Issue](https://github.com/step2dev/lazy-ui/issues/new). (Since we can't be sure at this point whether it is a bug or not, we ask you not to talk about a bug yet and not to label the issue.)
9696
- Explain the behaviour you would expect and the actual behaviour.
9797
- Please provide as much context as possible and describe the *reproduction steps* that someone else can follow to recreate the issue on their own. This usually includes your code. For good bug reports you should isolate the problem and create a reduced test case.
9898
- Provide the information you collected in the previous section.
@@ -114,14 +114,14 @@ This section guides you through submitting an enhancement suggestion for LazyUI,
114114
#### Before Submitting an Enhancement
115115

116116
- Make sure that you are using the latest version.
117-
- Read the [documentation](https://github.com/step2dev/lazy-component-ui) carefully and find out if the functionality is already covered, maybe by an individual configuration.
118-
- Perform a [search](https://github.com/step2dev/lazy-component-ui/issues) to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one.
117+
- Read the [documentation](https://github.com/step2dev/lazy-ui) carefully and find out if the functionality is already covered, maybe by an individual configuration.
118+
- Perform a [search](https://github.com/step2dev/lazy-ui/issues) to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one.
119119
- Find out whether your idea fits with the scope and aims of the project. It's up to you to make a strong case to convince the project's developers of the merits of this feature. Keep in mind that we want features that will be useful to the majority of our users and not just a small subset. If you're just targeting a minority of users, consider writing an add-on/plugin library.
120120

121121
<!-- omit in toc -->
122122
#### How Do I Submit a Good Enhancement Suggestion?
123123

124-
Enhancement suggestions are tracked as [GitHub issues](https://github.com/step2dev/lazy-component-ui/issues).
124+
Enhancement suggestions are tracked as [GitHub issues](https://github.com/step2dev/lazy-ui/issues).
125125

126126
- Use a **clear and descriptive title** for the issue to identify the suggestion.
127127
- Provide a **step-by-step description of the suggested enhancement** in as many details as possible.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Latest Version on Packagist](https://img.shields.io/packagist/v/step2dev/lazy-ui.svg?style=flat-square)](https://packagist.org/packages/step2dev/lazy-ui)
55
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/step2dev/lazy-ui/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/step2dev/lazy-ui/actions?query=workflow%3Arun-tests+branch%3Amain)
66
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/step2dev/lazy-ui/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/step2dev/lazy-ui/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
7-
[![PHPStan](https://github.com/lazy-adm/lazy-component/actions/workflows/phpstan.yml/badge.svg)](https://github.com/lazy-adm/lazy-component/actions/workflows/phpstan.yml)
7+
[![PHPStan](https://github.com/step2dev/lazy-ui/actions/workflows/phpstan.yml/badge.svg)](https://github.com/step2dev/lazy-ui/actions/workflows/phpstan.yml)
88
[![Total Downloads](https://img.shields.io/packagist/dt/step2dev/lazy-ui.svg?style=flat-square)](https://packagist.org/packages/step2dev/lazy-ui)
99

1010
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "lazy-component",
2+
"name": "lazy-ui",
33
"version": "1.0.0",
44
"description": "TallStack components",
55
"license": "MIT",

src/Commands/LazyComponentCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class LazyComponentCommand extends Command
88
{
9-
public $signature = 'lazy-component';
9+
public $signature = 'lazy-ui';
1010

1111
public $description = 'My command';
1212

src/LazyUiServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function configurePackage(Package $package): void
6060
* More info: https://github.com/spatie/laravel-package-tools
6161
*/
6262
$package
63-
->name('lazy')
63+
->name('lazy-ui')
6464
->hasViews('lazy')
6565
->hasTranslations()
6666
->hasConfigFile(['lazy/themes'])

0 commit comments

Comments
 (0)