-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #119 from ammar-ahmed22/development
Feature: NextUI Re-design PROD
- Loading branch information
Showing
248 changed files
with
9,437 additions
and
22,347 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
54 changes: 27 additions & 27 deletions
54
...hub/ISSUE_TEMPLATE/bug-report--website.md → .github/ISSUE_TEMPLATE/bug-report.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file was deleted.
Oops, something went wrong.
38 changes: 19 additions & 19 deletions
38
...SSUE_TEMPLATE/feature-request--website.md → .github/ISSUE_TEMPLATE/feature-request.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
Oops, something went wrong.