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

docs: Create Welcome Page on Storybook #543

Merged
merged 19 commits into from
Oct 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
dd799ac
Working on sizing, overall layout. Styling is getting there.
FurrerW Sep 15, 2024
cf22510
Further styling, padding, margin, re-sizing of various components. Ad…
FurrerW Sep 16, 2024
c57cc64
Added content for team members, continued refining styling.
FurrerW Sep 17, 2024
8ef5249
"Final" changes before sending to Master Shashi for review.
FurrerW Sep 18, 2024
635d54a
Merge branch 'develop' into walter/246-add-content-to-welcome-page-an…
shashilo Sep 26, 2024
0e0c112
Reduced GIS logo size, fixed indented headers to now align properly w…
FurrerW Sep 30, 2024
4e65644
Merge branch 'develop' into walter/246-add-content-to-welcome-page-an…
FurrerW Sep 30, 2024
75e9283
Configured the "About" and "Technical Planning Documents" categories …
FurrerW Oct 1, 2024
50e5f61
Fixed typo for collapsedRoots
FurrerW Oct 1, 2024
24ff94e
Tweaked "What is GIS" copy, added Danielle to Team section, added Git…
FurrerW Oct 1, 2024
fd8f70b
Refactored to MDX, created TeamMember component and messed with styli…
FurrerW Oct 2, 2024
fb86707
Refined team-member component and props, added new team members and c…
FurrerW Oct 4, 2024
2341ef5
Started creating the sponsors component. Need to fix a few things to …
FurrerW Oct 4, 2024
53a3703
Addressed the rest of the comments/nits.
FurrerW Oct 6, 2024
c3348ff
Merge branch 'develop' into walter/246-add-content-to-welcome-page-an…
FurrerW Oct 6, 2024
4ccd028
Added names for all divs, removed sort functionaly from arrays, broke…
FurrerW Oct 10, 2024
dfaad28
Merge branch 'develop' into walter/246-add-content-to-welcome-page-an…
FurrerW Oct 10, 2024
9d6f2d5
Merge branch 'develop' into walter/246-add-content-to-welcome-page-an…
FurrerW Oct 11, 2024
ccc92a7
Merge branch 'develop' into walter/246-add-content-to-welcome-page-an…
choir241 Oct 14, 2024
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
4 changes: 0 additions & 4 deletions .env.example

This file was deleted.

2 changes: 2 additions & 0 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import type { StorybookConfig } from '@storybook/nextjs';

const config: StorybookConfig = {
stories: [
'../stories/*.mdx',
'../stories/**/*.mdx',
'../components/**/*.stories.@(js|jsx|mjs|ts|tsx)',
],
Expand All @@ -12,6 +13,7 @@ const config: StorybookConfig = {
'@storybook/addon-essentials',
'@chromatic-com/storybook',
'@storybook/addon-interactions',
'@storybook/manager-api',
],
framework: {
name: '@storybook/nextjs',
Expand Down
8 changes: 8 additions & 0 deletions .storybook/manager.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import { addons } from '@storybook/manager-api';

addons.setConfig({
sidebar: {
showRoots: true,
collapsedRoots: ['about', 'technical-planning-documents'],
},
});
9 changes: 2 additions & 7 deletions .storybook/preview.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import type { Preview } from '@storybook/react';
import '../app/globals.css';
import '../stories/styles.css';

const preview: Preview = {
parameters: {
Expand All @@ -9,13 +10,7 @@ const preview: Preview = {
date: /Date$/i,
},
},
backgrounds: {
default: 'dark',
values: [
{ name: 'dark', value: '#09090B' },
{ name: 'light', value: '#fff' },
],
},
layout: 'centered',
},
};

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,15 @@
"clsx": "^2.1.0",
"geist": "^1.2.2",
"immer": "^10.1.1",
"lucide-react": "^0.312.0",
"lucide-react": "^0.447.0",
choir241 marked this conversation as resolved.
Show resolved Hide resolved
"next": "^14.1.1",
"node-appwrite": "^13.0.0",
"postcss": "8.4.29",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.51.3",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
choir241 marked this conversation as resolved.
Show resolved Hide resolved
"tailwind-merge": "^2.2.2",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.7",
Expand Down
24 changes: 18 additions & 6 deletions pnpm-lock.yaml

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

9 changes: 9 additions & 0 deletions public/assets/appwriteLogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
85 changes: 85 additions & 0 deletions public/assets/blogRecorderLogo.svg
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 public/assets/fonts/Geist[wght].ttf
Binary file not shown.
6 changes: 6 additions & 0 deletions public/assets/frontendMentorLogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions public/assets/gitkrakenLogo.svg
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 public/assets/pastelLogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading