Skip to content

Commit

Permalink
Chore/organization people UI changes (#2358)
Browse files Browse the repository at this point in the history
* changed color scheme for the organization people screen

* fix precommit

* merge

* Update pre-commit

* fix conflicts

* fix type checks

* fix type checks

* fix type checks

* fix ts eslint errors

* fix ts eslint errors

* fix ts eslint errors

* fix ts eslint errors

* testing

* testing

* testing

* reverted changes in yaml file

* cr comments

* Update pull-request.yml

* cr comments

* cr comments and single css file

* CR comments

* delete button margin from top

* prettier for commit and pull request

* remove hard coded colors

* fix failing test cases
  • Loading branch information
AVtheking authored and adithyanotfound committed Nov 7, 2024
1 parent a89eccb commit 1d50f74
Show file tree
Hide file tree
Showing 11 changed files with 1,975 additions and 197 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,13 @@ jobs:
- name: Get changed TypeScript files
id: changed-files
uses: tj-actions/changed-files@v40

- name: Check formatting
if: steps.changed-files.outputs.only_changed != 'true'
run: npm run format:check

- name: Run formatting if check fails
if: failure()
run: npm run format

- name: Check for type errors
if: steps.changed-files.outputs.only_changed != 'true'
Expand Down Expand Up @@ -260,4 +263,3 @@ jobs:
run: |
echo "Error: Pull request target branch must be 'develop'. Please refer PR_GUIDELINES.md"
exit 1
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

# npm run format:fix
npm run format:fix
# npm run lint:fix
npm run lint-staged
npm run typecheck
Expand Down
Loading

0 comments on commit 1d50f74

Please sign in to comment.