Skip to content
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/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,4 @@ For answers to common questions about this code of conduct
see the FAQ at <https://www.contributor-covenant.org/faq>.
Translations are available at <https://www.contributor-covenant.org/translations>.

[contact]: mailto:recursivezero@outlook.com
[contact]: mailto:hello@recursivezero.com
2 changes: 1 addition & 1 deletion .github/DISCUSSION_TEMPLATE/announcements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ body:
id: terms
attributes:
label: Before submitting
description: By submitting this announcement, you agree to follow our [Contributing Guidelines](https://github.com/recursivezero/tz-client/blob/main/.github/CONTRIBUTING.md).
description: By submitting this announcement, you agree to follow our [Contributing Guidelines](https://github.com/recursivezero/abcd/blob/main/.github/CONTRIBUTING.md).
options:
- label: I've made research efforts and searched the documentation
required: true
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Bug Report
description: File a bug report to help us improve.
title: "πŸ› RZB-25000X:"
title: "πŸ› "
labels: ["bug"]
assignees: ["recursivezero"]

Expand Down Expand Up @@ -86,7 +86,7 @@ body:
id: terms
attributes:
label: Before submitting
description: By submitting this issue, you agree to follow our [Contributing Guidelines](https://github.com/recursivezero/tz-client/blob/main/.github/CONTRIBUTING.md).
description: By submitting this issue, you agree to follow our [Contributing Guidelines](https://github.com/recursivezero/abcd/blob/main/.github/CONTRIBUTING.md).
options:
- label: I've made research efforts and searched the documentation
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Feature request
about: Suggest a feature for this project
title: "❇️ RZA-25000X: "
title: "❇️"
labels: enhancement
assignees: recursivezero
---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/QUESTION.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Question
about: Ask any question related to repo
title: "[❓]:"
title: "❓"
labels: question
assignees: recursivezero
---
Expand Down
45 changes: 11 additions & 34 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,18 @@
# Pull Request Template
# πŸš€ Summary

## Description
Fixes #

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
## πŸ› οΈ Changes

Fixes # (issue)
-
-

## Type of change
## πŸ§ͺ Testing

Please delete options that are not relevant.
- [ ] Tested locally

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update
## 🏁 Checklist

## How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

- [ ] Test A
- [ ] Test B

**Test Configuration**:

- Browser:
- Device:
- Toolchain:

## Checklist

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published in downstream modules
- [ ] I have checked my code and corrected any misspellings
- [ ] Code follows project style
- [ ] Self-review completed
- [ ] No new warnings/lint errors
2 changes: 1 addition & 1 deletion .github/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ Please submit a report to us before engaging in conduct that may be inconsistent
- Submit one vulnerability per report
- Social engineering (such as phishing, vishing, smishing) is prohibited

[contact]: mailto:recursivezero@otlook.com
[contact]: mailto:support@recursivezero.com
8 changes: 4 additions & 4 deletions .github/SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ See [`contributing.md`][contributing] on how to contribute.
<!-- Definitions -->

[author]: https://recursivezero.com
[coc]: https://github.com/recursivezero/tz-client/blob/main/.github/CODE_OF_CONDUCT.md
[chat]: https://github.com/recursivezero/tz-client/discussions/new?category=general
[dicussion]: https://github.com/recursivezero/tz-client/discussions/new?category=q-a
[contributing]: https://github.com/recursivezero/tz-client/blob/main/.github/CONTRIBUTING.md
[coc]: https://github.com/recursivezero/abcd/blob/main/.github/CODE_OF_CONDUCT.md
[chat]: https://github.com/recursivezero/abcd/discussions/new?category=general
[dicussion]: https://github.com/recursivezero/abcd/discussions/new?category=q-a
[contributing]: https://github.com/recursivezero/abcd/blob/main/.github/CONTRIBUTING.md
[xy]: https://meta.stackexchange.com/questions/66377/what-is-the-xy-problem/66378#66378
[cs]: https://codesandbox.io
[sb]: https://stackblitz.com
17 changes: 0 additions & 17 deletions .github/chatmodes/planning.chatmode.md

This file was deleted.

24 changes: 24 additions & 0 deletions .github/workflows/auto-format-issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: "Auto Format Issue Title"
run-name: format issue title based on issue prefix

on:
issues:
types: [opened, edited]

concurrency:
group: format-title
cancel-in-progress: true

permissions:
issues: write

jobs:
format_title:
runs-on: ubuntu-latest
if: contains(github.event.issue.title, format('{0}-', vars.PROJECT_PREFIX)) == false

steps:
- name: Format issue title
uses: recursivezero/action-club/.github/actions/format-issue-title@v0.2.57
with:
prefix: ${{ vars.PROJECT_PREFIX }}
12 changes: 4 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,21 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Install, build, and prepare Astro site
uses: withastro/action@v3
- name: Install, build, and upload your site
uses: withastro/action@v5
with:
path: .
node-version: 20
package-manager: npm

- name: Upload GitHub Pages artifact (v4)
uses: actions/upload-pages-artifact@v2
with:
path: ./dist

deploy:
needs: build
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down
28 changes: 0 additions & 28 deletions .github/workflows/issue-template-number.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/lint-n-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
steps:
# Step 1: Checkout the repository
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5

# Step 2: Set up Node.js
- name: Set up Node.js environment
uses: actions/setup-node@v4
with:
node-version: 20 # Replace with your desired Node.js version
node-version: 22 # Replace with your desired Node.js version
cache: "npm" # Cache npm dependencies for faster builds

# Step 3: Install dependencies
Expand Down
3 changes: 2 additions & 1 deletion abcd.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@
},
"github.copilot.chat.agent.terminal.denyList": {
"npm run nuke": true
}
},
"folder-color.pathColors": [ ]
}
}
5 changes: 4 additions & 1 deletion src/assets/styles/landing.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
--footer-height: 200px;
}


[data-theme='dark'] {
--primary: #4cc9f0;
--primary-light: #4895ef;
Expand Down Expand Up @@ -170,12 +171,14 @@
display: flex;
align-items: center;
justify-content: center;
color: white;
color: var(--text-dark);
font-size: 2rem;
}

.category-card h3 {
font-size: 1.5rem;
color: var(--text-light, black);

}

.category-card p {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Back.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ import BackIcon from "@/assets/icons/back.svg";
}
</style>

<a href="/" class="back">
<a href="/games" class="back">
<BackIcon />
</a>
6 changes: 6 additions & 0 deletions src/components/GamesGrid.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ interface Props {
const { games } = Astro.props;
---

<style>
h3 {
color: green;
}
</style>

<div class="games-grid">
{
games.map((game) => (
Expand Down
14 changes: 0 additions & 14 deletions src/pages/gamePage.astro

This file was deleted.

11 changes: 11 additions & 0 deletions src/pages/games.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
import "@/assets/styles/landing.css";
import Categories from "@/components/Categories.astro";
import BaseLayout from "@/layouts/Base";
import TitleLayout from "@/layouts/TitleLayout";
---

<BaseLayout meta={{}}>
<TitleLayout title="Games Category" />
<Categories />
</BaseLayout>
4 changes: 2 additions & 2 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
//import "@/assets/styles/index.css";
import MobileSplash from "@/components/MobileSplash.astro";
//import MobileSplash from "@/components/MobileSplash.astro";
// import TestimonialsSection from "@/components/home/TestimonialsSection.astro";
import BaseLayout from "@/layouts/Base";
import Landing from "@/pages/landing.astro";
Expand All @@ -12,7 +12,7 @@ const meta = {
---

<BaseLayout meta={meta} sidebar={false}>
<MobileSplash stay={true} />
<!--<MobileSplash stay={true} />-->
<!--<HeroSection appName="abcdkbd" />-->
<!--<ExploreLearnSection />-->
<!-- <TestimonialsSection /> -->
Expand Down
Loading