Skip to content

Commit

Permalink
Merge pull request #119 from ammar-ahmed22/development
Browse files Browse the repository at this point in the history
Feature: NextUI Re-design PROD
  • Loading branch information
ammar-ahmed22 authored May 9, 2024
2 parents 936ef25 + 4d9a9ef commit 853e1f9
Show file tree
Hide file tree
Showing 248 changed files with 9,437 additions and 22,347 deletions.
42 changes: 0 additions & 42 deletions .firebase/hosting.YnVpbGQ.cache

This file was deleted.

27 changes: 0 additions & 27 deletions .github/ISSUE_TEMPLATE/bug-report--chess.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
---
name: "Bug report: Website"
about: Report a bug for the website
title: "[\U0001F41B\U0001F310 BUG]: Title"
labels: bug, website
assignees: ammar-ahmed22
---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Additional context**
Add any other context about the problem here.
---
name: 'Bug report: Website'
about: Report a bug for the website
title: "[\U0001F41B\U0001F310 BUG]: Title"
labels: bug, website
assignees: ammar-ahmed22
---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Additional context**
Add any other context about the problem here.
19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE/feature-request--chess.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
---
name: "Feature request: Website"
about: Suggest an idea for the website (not chess)
title: "[✨\U0001F310 FEATURE]: Title"
labels: enhancement, website
assignees: ammar-ahmed22
---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
---
name: 'Feature request: Website'
about: Suggest an idea for the website (not chess)
title: "[✨\U0001F310 FEATURE]: Title"
labels: enhancement, website
assignees: ammar-ahmed22
---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
84 changes: 41 additions & 43 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
@@ -1,43 +1,41 @@
# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools

name: Deploy to Firebase Hosting on merge
"on":
push:
branches:
- production
paths:
- src/**
- public/**
workflow_dispatch:
env:
CI: false
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn install --frozen-lockfile
- run: CI=false yarn run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_AMMARAHMED_986FB }}"
channelId: live
projectId: ammarahmed-986fb
env:
FIREBASE_CLI_PREVIEWS: hostingchannels
send_notif:
needs: build_and_deploy
name: Send SMS Notification
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ammar-ahmed22/[email protected]
with:
TWILIO_ACCOUNT_SID: ${{ secrets.TWILIO_ACCOUNT_SID }}
TWILIO_AUTH_TOKEN: ${{ secrets.TWILIO_AUTH_TOKEN }}
TWILIO_PHONE_NUMBER: ${{ secrets.TWILIO_PHONE_NUMBER }}
PHONE_NUMBER: "+14168364386"
withRepoOwner: false
note: "Site is live at: https://ammarahmed.ca"
# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools

name: Deploy to Firebase Hosting on merge
'on':
push:
branches:
- production
paths:
- src/**
- public/**
workflow_dispatch:
env:
CI: false
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn install --frozen-lockfile
- run: CI=false yarn run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_AMMARAHMED_986FB }}'
channelId: live
projectId: ammarahmed-986fb
send_notif:
needs: build_and_deploy
name: Send SMS Notification
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ammar-ahmed22/[email protected]
with:
TWILIO_ACCOUNT_SID: ${{ secrets.TWILIO_ACCOUNT_SID }}
TWILIO_AUTH_TOKEN: ${{ secrets.TWILIO_AUTH_TOKEN }}
TWILIO_PHONE_NUMBER: ${{ secrets.TWILIO_PHONE_NUMBER }}
PHONE_NUMBER: '+14168364386'
withRepoOwner: false
note: 'Site is live at: https://ammarahmed.ca'
5 changes: 2 additions & 3 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
node_modules
build
public
.firebaserc
.firebasesrc
.gitignore
*.excalidraw
*.json
yarn.lock
.firebase
.firbase
13 changes: 10 additions & 3 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
{
"endOfLine": "crlf"
}
{
"singleQuote": true,
"trailingComma": "all",
"jsxSingleQuote": true,
"tabWidth": 2,
"semi": false,
"jsxBracketSameLine": true,
"arrowParens": "always",
"printWidth": 70
}
Loading

0 comments on commit 853e1f9

Please sign in to comment.