Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename project to pictor #27

Merged
merged 1 commit into from
Dec 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
pipeline:
runs-on: ubuntu-latest
steps:
- uses: Taucher2003/GitLab-Pipeline-Action@1.4.1
- uses: Taucher2003/GitLab-Pipeline-Action@1.5.0
name: Run pipeline
id: pipeline
with:
Expand Down
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ storybook:build:
- npm run storybook:build
- |
echo -e "\e[0Ksection_start:`date +%s`:glpa_summary\r\e[0KHeader of the summary"
echo "Storybook available at https://code0-tech.gitlab.io/-/base-ui/-/jobs/$CI_JOB_ID/artifacts/storybook-static/index.html"
echo "Storybook available at https://code0-tech.gitlab.io/-/pictor/-/jobs/$CI_JOB_ID/artifacts/storybook-static/index.html"
echo -e "\e[0Ksection_end:`date +%s`:glpa_summary\r\e[0K"
environment:
name: storybook/$CI_COMMIT_REF_SLUG
url: https://code0-tech.gitlab.io/-/base-ui/-/jobs/$CI_JOB_ID/artifacts/storybook-static/index.html
url: https://code0-tech.gitlab.io/-/pictor/-/jobs/$CI_JOB_ID/artifacts/storybook-static/index.html
auto_stop_in: 7 days
artifacts:
paths:
Expand All @@ -30,7 +30,7 @@ storybook:test:
if [[ $exit_code -ne 0 && -d "__snapshots__/__diff_output__" ]]; then
echo -e "\e[0Ksection_start:`date +%s`:glpa_summary\r\e[0KHeader of the summary"
echo "Storybook tests failed."
echo "Check for rendering differences at http://gitlab.com/code0-tech/base-ui/-/jobs/$CI_JOB_ID/artifacts/browse/__snapshots__/__diff_output__/"
echo "Check for rendering differences at http://gitlab.com/code0-tech/pictor/-/jobs/$CI_JOB_ID/artifacts/browse/__snapshots__/__diff_output__/"
echo "If the changes are intended, update the fixtures with npm run storybook:test:update"
echo -e "\e[0Ksection_end:`date +%s`:glpa_summary\r\e[0K"
fi
Expand Down
2 changes: 1 addition & 1 deletion .storybook/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default create({
fontBase: '"Ubuntu", sans-serif',
fontCode: 'monospace',

brandTitle: 'Code0 Base UI',
brandTitle: 'Code0 Pictor',
brandUrl: 'https://code0.tech',
brandImage: 'https://cdn.discordapp.com/attachments/1173726744130375791/1176472242469740604/Logo.png',
brandTarget: '_self',
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@code0-tech/base-ui",
"name": "@code0-tech/pictor",
"version": "0.1.0-pre-alpha",
"description": "A simple template for a custom React component library",
"scripts": {
Expand Down