Skip to content

Commit

Permalink
Merge pull request #31 from raferdev/development
Browse files Browse the repository at this point in the history
Version 2.0
  • Loading branch information
raferdev authored Dec 8, 2023
2 parents 91dd8ce + 6dc69f1 commit d139839
Show file tree
Hide file tree
Showing 138 changed files with 9,726 additions and 4,028 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-berries-play.md

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ concurrency:
cancel-in-progress: true

on:
push:
branches: [main]
release:
types: [published]
jobs:
build:
name: Build
Expand Down
14 changes: 12 additions & 2 deletions .storybook/components/raferdevTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,22 @@ import { create } from '@storybook/theming/create'

import imageLogo from '../public/logo-dark-theme.png'

export default create({
base: 'dark',
const raferdevTheme = create({
base: 'light',
brandTitle: 'Raferdev Storybook',
brandUrl: 'https://storybook.rafer.dev',
brandImage: imageLogo.toString(),
brandTarget: '_self',

appBg: '#9ccfff',
appContentBg: '#f5f4df',
appBorderColor: '#a7a7a7',
appBorderRadius: 4,

barBg: '#2585b8',
barTextColor: '#fff',

fontBase: 'var(--font-sans)',
})

export default raferdevTheme
1 change: 1 addition & 0 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const config: StorybookConfig = {
],
},
},
'@storybook/addon-mdx-gfm',
],

previewHead: (head) => `
Expand Down
10 changes: 7 additions & 3 deletions .storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,15 @@ const preview: Preview = {
},
},
backgrounds: {
default: 'default',
default: 'dark',
values: [
{
name: 'default',
value: '#fff',
name: 'light',
value: `#e9e9f2`,
},
{
name: 'dark',
value: `#2d2d30`,
},
],
},
Expand Down
7 changes: 6 additions & 1 deletion .storybook/public/css/bgTransparent.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@
}

#storybook-docs > .sbdocs.sbdocs-wrapper.css-k7lbue {
background-color: transparent !important;
background: rgb(44, 152, 209);
background: linear-gradient(
180deg,
rgba(44, 152, 209, 1) 0%,
rgba(255, 255, 255, 1) 96%
);
}
Binary file modified .storybook/public/logo-dark-theme.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .storybook/public/logos/aws.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .storybook/public/logos/chess-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .storybook/public/logos/docker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .storybook/public/logos/jest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .storybook/public/logos/mongo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .storybook/public/logos/myworldx-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .storybook/public/logos/nextjs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .storybook/public/logos/nodejs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .storybook/public/logos/playwright.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .storybook/public/logos/postgresql.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .storybook/public/logos/storybook.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .storybook/public/logos/tailwind.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# landing-page

## 2.0.0

### Major Changes

- 99872b1: Tests, Nginx, CI/CD
- Space Theme

- Add Planets components
- Add Space theme
- Change Storybook theme
- Add Storybook all components used
- Add server documentation

## 1.8.0 2023-11-12

### Minor Changes
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<p align="center">
<a href="https://rafer.dev/">
<img width="auto" height="150px" src="./public/logo-250x250.png" alt="Project logo"></a>
<img width="auto" height="220px" src="./public/logo-250x250.png" alt="Project logo"/>
</a>
</p>

<h3 align="center">Raferdev Landing Page</h3>
Expand All @@ -18,6 +19,7 @@

- [About](#about)
- [Built Using](#built_using)
- [Contribute](#contribute)
- [Authors](#authors)

## 🧐 About <a name = "about"></a>
Expand All @@ -35,6 +37,10 @@ docs: [storybook.rafer.dev](https://storybook.rafer.dev)
- [Github Actions](https://github.com/features/actions) - Automate your workflow from idea to production
- [Playwright](https://storybook.js.org/) - Reliable end-to-end testing for modern web apps

## 💙 Contribute <a name = "contribute"></a>

- I would love to hear some tips, issues, ideas that you see. You can open an issue or report a security break, and if applicable fork from development branch to do a pr to main branch.

## ✍️ Authors <a name = "authors"></a>

- [@raferdev](https://github.com/raferdev) - idea & build
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const __eslintCofig = [
'testing-library/prefer-screen-queries': 'off',
'@next/next/no-html-link-for-pages': 'off',
'@typescript-eslint/no-var-requires': 'off',
'@next/next/no-img-element': 'off',
'@typescript-eslint/no-unused-vars': [
'warn',
{
Expand Down
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "landing-page",
"version": "1.8.0",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down Expand Up @@ -87,16 +87,17 @@
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@next/eslint-plugin-next": "^13.5.6",
"@playwright/test": "^1.39.0",
"@storybook/addon-essentials": "^7.5.1",
"@storybook/addon-interactions": "^7.5.1",
"@storybook/addon-links": "^7.5.1",
"@storybook/addon-essentials": "^7.6.1",
"@storybook/addon-interactions": "^7.6.1",
"@storybook/addon-links": "^7.6.1",
"@storybook/addon-mdx-gfm": "^7.6.1",
"@storybook/addon-styling-webpack": "^0.0.5",
"@storybook/blocks": "^7.5.1",
"@storybook/manager-api": "^7.5.1",
"@storybook/nextjs": "^7.5.1",
"@storybook/react": "^7.5.1",
"@storybook/blocks": "^7.6.1",
"@storybook/manager-api": "^7.6.1",
"@storybook/nextjs": "^7.6.1",
"@storybook/react": "^7.6.1",
"@storybook/testing-library": "^0.2.2",
"@storybook/theming": "^7.5.1",
"@storybook/theming": "^7.6.1",
"@t3-oss/env-nextjs": "^0.7.1",
"@types/cytoscape": "^3.19.14",
"@types/eslint": "^8.44.6",
Expand All @@ -118,7 +119,7 @@
"postcss-loader": "^7.3.3",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"storybook": "^7.5.1",
"storybook": "^7.6.1",
"style-loader": "^3.3.3",
"turbo": "^1.10.15",
"zod": "^3.22.4"
Expand Down
Loading

0 comments on commit d139839

Please sign in to comment.