Skip to content

Commit

Permalink
[FEATURE] Alarm Admin Base Branch (#159)
Browse files Browse the repository at this point in the history
* [FEATURE] 알림 발송 Modal 구현 (#115)

* feat: 알림 발송 Modal UI 구현

* fix: description 필드 제거

* fix: resolve build error

* chore: set yarn 4.5.0

* feat: 알림 발송 API 연결

* Revert "feat: 알림 발송 API 연결"

This reverts commit d25d07e.

* Revert "chore: set yarn 4.5.0"

This reverts commit e931706.

* fix: DatePicker용 커스텀 Select 컴포넌트로 대체

* [FEATURE] 알림 발송 API 연결 (#116)

* yarn install version 4.5.0

* Revert "feat: 알림 발송 API 연결"

This reverts commit d25d07e.

* feat: 알림 발송 API 연결

* fix: remoce legacy postAlarm function.

* fix: remove legacy Alarm Modal component.

* feat: 알림 앱링크 연결

* refactor: selectOptions 항목 utils로 이동

* lint

* feat: CSV 파일 업로드 로직 이식

* fix: 불필요한 코드 삭제

* feat: CSV 파일 검사 로직 추가

* Add onClose

* fix: csv 조건문 수정

* update cache

* fix: 발송금지시간 스펙 변경사항 반영

---------

Co-authored-by: Brokyeom <goindol40@gmail.com>
Co-authored-by: HyeongKyeom Kim <97586683+Brokyeom@users.noreply.github.com>

* style: nav, header 스타일 추가

* feat: 알림 리스트 query 수정

* feat: 알림 리스트 mds 적용 및 변경된 스펙 적용

* feat: 알림 조회 WIP

* feat: 알림 조회 링크 & 디자인 추가

* fix: line-height를 padding-top으로 대체

* fix: mds Chip으로 대체

* refact: utils 분리

* fix: Alarm type 수정

* Feat: Chip에 disabled 추가 (#158)

* chore: update mds version to 2.7.15

* feat: Chip에 disabled 추가

* resolve conflict

---------

Co-authored-by: Brokyeom <goindol40@gmail.com>

---------

Co-authored-by: Jungwoo LEE <jungwoo3490@naver.com>
Co-authored-by: sohee <soheek@fairsquarelab.com>
  • Loading branch information
3 people authored Nov 29, 2024
1 parent 599c640 commit 22f82b5
Show file tree
Hide file tree
Showing 25 changed files with 1,351 additions and 31,947 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
/node_modules
/.pnp
.pnp.js
.pnp.cjs
.pnp.loader.mjs

# testing
/coverage
Expand Down
29,340 changes: 0 additions & 29,340 deletions .pnp.cjs

This file was deleted.

Loading

0 comments on commit 22f82b5

Please sign in to comment.