Skip to content

Commit

Permalink
chore(ci): remove not needed steps (#835)
Browse files Browse the repository at this point in the history
  • Loading branch information
stavares843 authored Nov 9, 2024
1 parent 43bb66d commit 96a1b2f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 34 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-release-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:
- name: Install Frontend Dependencies
run: npm install

- name: Update Download Links with New Version
run: node updateVersion.js

- name: Build Web Assets 🔨
run: npm run build

Expand Down
12 changes: 6 additions & 6 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
- [x] Chat Preview
- [x] Color Swatch
- [ ] Verification Code
- [ ] Volume Slider (Horizontal & Vertical)
- [x] Volume Slider (Horizontal & Vertical)
- [x] Wallet
- [x] Payment
- [ ] Payment Receipt
Expand Down Expand Up @@ -55,11 +55,11 @@

## Other

- [ ] Group Chat UI
- [ ] Edit Group
- [x] Group Chat UI
- [x] Edit Group
- [ ] Edit Users
- [ ] Permissions Modal
- [x] Permissions Modal
- [x] Group Chat Profile Picture
- [ ] Create Group Modal
- [x] Create Group Modal
- [x] Chat Preview
- [ ] Emoji Picker
- [x] Emoji Picker
25 changes: 0 additions & 25 deletions updateVersion.js

This file was deleted.

0 comments on commit 96a1b2f

Please sign in to comment.