Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #74 from Dev-CasperTheGhost/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Casper authored Feb 3, 2021
2 parents 99032bf + 32742e4 commit e816aaa
Show file tree
Hide file tree
Showing 115 changed files with 6,830 additions and 595 deletions.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Discord Support Server
url: https://discord.gg/eGnrPqEH7U
about: Get faster and better support in our Discord
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ server/public/bleeter-images/*

.eslintcache

.vscode
map.tsx
.vscode
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 1.2.0

- New revamped select input for selecting assigned units in update 911 call
- Updated dependencies
- Upped cookie expire time to 2 hours (Prev: 1 hour)
- Added `Currently active as:` to LEO & EMS-FD dashboard
- Logging out will automatically set your active deputies to off-duty
- Able to add notes to citizens (NameSearch)
- Taxi jobs (Same as tow but for taxis)
- A sound will be played when your current active officer is assigned to a call
- Citizens are able to request an expungement
- Minor bug fixes
- Small improvements

#### If you need help updating/installing or have found any bugs, please join [our Discord server](https://discord.gg/eGnrPqEH7U) or open a [GitHub issue here](https://github.com/Dev-CasperTheGhost/snaily-cadv3/issues/new/choose)

## 1.1.0

- Officer callsign
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ You can report any bug [here](https://github.com/dev-caspertheghost/snaily-cadv3
- LEO Dashboard
- Dispatch Dashboard
- Tow Dashboard
- Taxi Dashboard
- Trucker Logs
- Bleeter
- Translate with ease
Expand All @@ -88,6 +89,7 @@ You can report any bug [here](https://github.com/dev-caspertheghost/snaily-cadv3
- Drivers, pilot, firearms license and CCW
- Report vehicles as stolen
- Transfer a vehicle to a new owner
- Request expungement
- Companies
- Company Blog posts
- Create posts
Expand Down Expand Up @@ -116,6 +118,7 @@ You can report any bug [here](https://github.com/dev-caspertheghost/snaily-cadv3
- Create Warrants
- See active 911 calls
- See active bolos
- Panic button

- Dispatch

Expand Down
1 change: 1 addition & 0 deletions client/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"no-useless-catch": ["warn"],
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "warn",
"react/react-in-jsx-scope": "off",
"prettier/prettier": [
"error",
{
Expand Down
Loading

0 comments on commit e816aaa

Please sign in to comment.