Skip to content
Merged
Show file tree
Hide file tree
Changes from 28 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
e964547
move to clean RTL branch
mvadari Feb 22, 2024
b47a5aa
Merge branch 'staging' into rtl
mvadari Apr 9, 2024
af2c44c
Merge branch 'staging' into rtl
mvadari Apr 18, 2024
dbf3acc
update PR template
mvadari Apr 18, 2024
d9a364f
add Currency tests
mvadari Apr 30, 2024
9c220e6
clean up
mvadari Apr 30, 2024
1a8c912
fix Amount tests (by conversion)
mvadari Apr 30, 2024
0bc0c76
fix ts issue
mvadari Apr 30, 2024
6bb8769
Merge branch 'staging' into rtl
mvadari May 1, 2024
8896b5f
Merge branch 'staging' into rtl
mvadari May 8, 2024
e7591c3
Merge branch 'staging' into rtl
mvadari Jun 27, 2024
7a60481
Merge branch 'staging' into rtl
mvadari Jul 2, 2024
257770d
Merge branch 'staging' into rtl
mvadari Jul 5, 2024
892db42
Merge branch 'staging' into rtl
mvadari Jul 10, 2024
8de349b
Merge branch 'staging' into rtl
mvadari Aug 1, 2024
d966281
Merge branch 'staging' into rtl
mvadari Oct 15, 2024
8c2c7ee
Merge branch 'staging' into rtl
mvadari Dec 18, 2024
9a8b0a7
Merge branch 'staging' into rtl
mvadari Feb 5, 2025
055edc3
fix tests
mvadari Feb 5, 2025
4d74c7f
Merge branch 'staging' into rtl
mvadari Mar 27, 2025
a5788bf
fix test
mvadari Mar 28, 2025
03f89b2
Merge branch 'staging' into rtl
mvadari Apr 8, 2025
93a13f8
fix package-lock
mvadari Apr 8, 2025
f592874
Merge branch 'staging' into rtl
mvadari Apr 9, 2025
39f646d
Merge branch 'staging' into rtl
mvadari May 13, 2025
2da0b46
fix issues
mvadari May 13, 2025
c81cd96
fix linter
mvadari May 13, 2025
b0d75d1
Merge branch 'staging' into rtl
mvadari May 14, 2025
ac1d8ae
Merge branch 'staging' into rtl
mvadari May 15, 2025
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
8 changes: 5 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,17 @@ Please check relevant options, delete irrelevant ones.
- [ ] Translation Updates
- [ ] Release

### TypeScript/Hooks Update
### Codebase Modernization

<!--
In an effort to modernize the codebase, you should convert the files that you work with to React Hooks and TypeScript.
If this is not possible (e.g. it's too many changes, touching too many files, etc.) please explain why here.
In an effort to modernize the codebase, you should convert the files that you work with to React Hooks and TypeScript,
and update tests to use the React Testing Library instead of Enzyme. If this is not possible (e.g. it's too many
changes, touching too many files, etc.) please explain why here.
-->

- [ ] Updated files to React Hooks
- [ ] Updated files to TypeScript
- [ ] Updated tests to React Testing Library

## Before / After

Expand Down
Loading