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

Feature: Developer Portal #42

Merged
merged 35 commits into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
eae17aa
Open local dev docs for feature branch (#40)
saraswatpuneet Oct 29, 2024
bc23068
feat: swap in Footer component from @frequency-chain/style-guide (#43)
JoeCap08055 Oct 30, 2024
283af5c
Landing page (#44)
saraswatpuneet Oct 31, 2024
9b6572f
chore(Header): use style-guide header (#46)
enddynayn Oct 31, 2024
a96ea72
Alignments (#47)
saraswatpuneet Nov 1, 2024
e61471f
Initial work on new layout (#58)
wilwade Nov 7, 2024
c8287b0
Add 'Explore & Build' section (#61)
JoeCap08055 Nov 8, 2024
84118f9
feat: use dark footer everywhere (#63)
JoeCap08055 Nov 8, 2024
6793e26
New Header (#65)
wilwade Nov 11, 2024
56d0e91
Chore/update dev portal page to latest design (#69)
JoeCap08055 Nov 12, 2024
13fd179
Use default Style Guide breakpoints (#70)
wilwade Nov 12, 2024
3a993b9
Feat/developers section #54 (#64)
shannonwells Nov 12, 2024
7a765dd
feat: phone and table rendering for main DevPortal page (#71)
JoeCap08055 Nov 12, 2024
edd4565
Ecosystem Section (#72)
wilwade Nov 12, 2024
b0ed771
51 mission section (#73)
claireolmstead Nov 13, 2024
c518631
52 about section (#74)
claireolmstead Nov 13, 2024
4e50519
Explore Tablet View (#77)
wilwade Nov 13, 2024
c700ddb
53 users section (#79)
claireolmstead Nov 14, 2024
a823f9b
Resize Developers pngs (#82)
shannonwells Nov 15, 2024
669d400
Contact form (#81)
shannonwells Nov 15, 2024
e888d35
Header Update: Dependencies and Color (#83)
wilwade Nov 15, 2024
5a59be2
Fix Header Button and update dependencies (#84)
wilwade Nov 15, 2024
fb9d3ab
Animations: Dev Portal & About (#66)
wilwade Nov 15, 2024
2a569a3
Top Section and Animation (#86)
wilwade Nov 15, 2024
d433d6d
Update and Style Klaro (#88)
wilwade Nov 15, 2024
9def25e
Collection of Small Fixes: Developer Section, Image Swaps/Optimizatio…
wilwade Nov 15, 2024
ed79e1d
Final copy updates (#92)
wilwade Nov 15, 2024
944c10c
Animations for User and Developer sections (#93)
wilwade Nov 18, 2024
bd31214
Cleanup: Font sizes (#94)
wilwade Nov 18, 2024
c747b8c
Cleanup Margins (#95)
wilwade Nov 18, 2024
cac6027
34 review of transitions (#96)
claireolmstead Nov 18, 2024
462f78a
Small fixes and cleanup (#97)
wilwade Nov 18, 2024
170fe88
Hot fix/dev portal title animation (#98)
claireolmstead Nov 18, 2024
9993bab
Typo
wilwade Nov 19, 2024
777de1e
Make the active state of docs reactive
wilwade Nov 19, 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
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
cache: 'npm'

- name: Install Dependencies
# If this fails, run 'npm run fix-package-lock' and commit the result
run: npm ci

- name: Lint
Expand All @@ -36,7 +37,9 @@ jobs:
with:
node-version: 20
cache: 'npm'

- name: Install Dependencies
# If this fails, run 'npm run fix-package-lock' and commit the result
run: npm ci

- name: Build
Expand Down Expand Up @@ -65,6 +68,7 @@ jobs:
cache: 'npm'

- name: Install Dependencies
# If this fails, run 'npm run fix-package-lock' and commit the result
run: npm ci

- name: Unit Tests
Expand All @@ -87,6 +91,7 @@ jobs:
cache: 'npm'

- name: Install Dependencies
# If this fails, run 'npm run fix-package-lock' and commit the result
run: npm ci

- name: Install Playwright Browsers
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
cache: npm

- name: Install dependencies
run: npm install
# If this fails, run 'npm run fix-package-lock' and commit the result
run: npm ci

- name: Build
env:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pr-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
cache: npm

- name: Install dependencies
run: npm install
# If this fails, run 'npm run fix-package-lock' and commit the result
run: npm ci

- name: Build
env:
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 20.10.0
nodejs 20.18.0
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export default tseslint.config(
'linebreak-style': ['error', 'unix'],
semi: 'warn',
'@typescript-eslint/ban-ts-comment': 'off',
'svelte/no-at-html-tags': 'off',
},
},
{
Expand Down
Loading
Loading