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

Made some UI changes and added few accessibility settings #63

Open
wants to merge 52 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
2c1abd0
logot message success
May 11, 2021
3bf6687
login message added
May 11, 2021
9cdeb07
Merge pull request #1 from Achintha444/HCI-achintha
Achintha444 May 11, 2021
c90990b
Update login and reset password UI
yogyagamage May 12, 2021
779def0
Merge pull request #2 from Achintha444/HCI-yogya
yogyagamage May 13, 2021
074f764
amanda/fix-submit-page-header
amanda-ariyaratne May 14, 2021
74e412e
upvoting-prompt dialog when not logged in
mpmadhavig May 14, 2021
3714808
bug fix-uncomment actual implementation
mpmadhavig May 14, 2021
b0d2c49
submit validation done
ruchinamaratunga May 14, 2021
bde7f90
Merge branch 'master' of https://github.com/Achintha444/hackernews-re…
ruchinamaratunga May 14, 2021
fd1f8fd
Merge pull request #3 from Achintha444/HCI-madhavi
mpmadhavig May 14, 2021
472fd50
Submit error handling completed
ruchinamaratunga May 22, 2021
ef655d2
Merge pull request #4 from ruchinamaratunga/master
Achintha444 May 22, 2021
80926db
comment feature disabled message added
May 25, 2021
0d87010
Merge pull request #5 from Achintha444/HCI-achintha
Achintha444 May 25, 2021
7c620f5
Update post-login page UI
yogyagamage May 25, 2021
2019875
After login redirect to previous page
mpmadhavig May 26, 2021
1ea3c0f
after upvote login, go back to upvote action page
mpmadhavig May 26, 2021
6b79907
news link opens in a new tab
mpmadhavig May 26, 2021
deef654
Notification dialogue-site specific styling added
mpmadhavig May 26, 2021
b044037
Header size changed
mpmadhavig May 26, 2021
ff6a78e
Merge pull request #7 from Achintha444/login-logout-dialogue-box
mpmadhavig May 26, 2021
c49e894
Merge pull request #6 from Achintha444/HCI-yogya
Achintha444 May 26, 2021
99b21a4
Added sound to buttons
mpmadhavig May 26, 2021
6c31451
submit page styling completed
ruchinamaratunga May 27, 2021
b5faf4a
Merge pull request #8 from ruchinamaratunga/master
Achintha444 May 28, 2021
9e45900
add tap sounds and sound toggle
amanda-ariyaratne May 28, 2021
2499fa0
Fix login page redirect error
yogyagamage May 28, 2021
6165cfd
Merge branch 'master' of https://github.com/Achintha444/hackernews-re…
yogyagamage May 28, 2021
0e867f1
submit page easy reversal of actions
mpmadhavig May 29, 2021
bb5386f
Merge pull request #9 from Achintha444/feature/add-easy-reversal-of-a…
mpmadhavig May 29, 2021
468d85e
remove button instance from layout
amanda-ariyaratne May 29, 2021
2080afd
merge with master branch
amanda-ariyaratne May 29, 2021
cd0435d
add keyboard accessibility
amanda-ariyaratne May 29, 2021
663c275
Remove redundant links
yogyagamage May 29, 2021
c93d8da
add click sound to submit page
amanda-ariyaratne May 29, 2021
9f8c2f3
Merge pull request #11 from Achintha444/feature/add-multi-modality
Achintha444 May 29, 2021
ff2775b
Remove redundant links
yogyagamage May 29, 2021
6b67692
Merge branch 'HCI-yogya' of https://github.com/Achintha444/hackernews…
yogyagamage May 29, 2021
88385f5
Merge pull request #12 from Achintha444/HCI-yogya
yogyagamage May 29, 2021
aa1bfcf
Update package.json
May 30, 2021
3331a4f
Update tsconfig.json
May 30, 2021
6a09979
Update state.tsx
May 30, 2021
d1a65e3
Update state.tsx
May 31, 2021
958bf78
Update state.tsx
May 31, 2021
3abd824
Update package.json
May 31, 2021
91e2ef0
Update package.json
May 31, 2021
d0ebaec
ci: add Azure Static Web Apps workflow file
May 31, 2021
ed36a46
deploy commit
amanda-ariyaratne May 31, 2021
f54adb3
Update notification.css
mpmadhavig May 31, 2021
29eeb9e
revert package.json changes
amanda-ariyaratne Jun 1, 2021
f2f6b47
Merge branch 'master' of https://github.com/Achintha444/hackernews-re…
amanda-ariyaratne Jun 1, 2021
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
45 changes: 45 additions & 0 deletions .github/workflows/azure-static-web-apps-gentle-field-09eb5f210.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: Azure Static Web Apps CI/CD

on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened, closed]
branches:
- master

jobs:
build_and_deploy_job:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
runs-on: ubuntu-latest
name: Build and Deploy Job
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Build And Deploy
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
with:
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_GENTLE_FIELD_09EB5F210 }}
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
action: "upload"
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
app_location: "/" # App source code path
api_location: "api" # Api source code path - optional
output_location: "out" # Built app content directory - optional
###### End of Repository/Build Configurations ######

close_pull_request_job:
if: github.event_name == 'pull_request' && github.event.action == 'closed'
runs-on: ubuntu-latest
name: Close Pull Request Job
steps:
- name: Close Pull Request
id: closepullrequest
uses: Azure/static-web-apps-deploy@v1
with:
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_GENTLE_FIELD_09EB5F210 }}
action: "close"
Loading