Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.0 #1300

Merged
merged 270 commits into from
Aug 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
270 commits
Select commit Hold shift + click to select a range
98349d5
fix: table height
MichaelTaylor3D Mar 22, 2024
cf211e3
feat: simple scroll bar
MichaelTaylor3D Mar 22, 2024
39babf9
feat: added units list page
wwills2 Apr 1, 2024
02439a1
fix: added missing translation tokens for projects page
wwills2 Apr 1, 2024
4516917
fix: window title in index.html
wwills2 Apr 1, 2024
a6c1a13
Merge pull request #1181 from Chia-Network/refactor/units-list
wwills2 Apr 1, 2024
6a6862f
feat: add table column sort
MichaelTaylor3D Apr 2, 2024
76bbc66
Merge pull request #1182 from Chia-Network/refactor/table-column-sort
wwills2 Apr 2, 2024
1e653dc
feat: add glossay page
MichaelTaylor3D Apr 2, 2024
3315a8d
Merge pull request #1183 from Chia-Network/refactor/glossary-page
MichaelTaylor3D Apr 2, 2024
c6e6436
feat: added audit table
wwills2 Apr 2, 2024
154d5be
feat: add per organization sync status
MichaelTaylor3D Apr 2, 2024
aa28008
Merge pull request #1186 from Chia-Network/refactor/glossary-page
MichaelTaylor3D Apr 2, 2024
aba23c5
Merge branch 'refactor/refactor-base' into refactor/audits-list
wwills2 Apr 2, 2024
3e21ddb
Merge branch 'refactor/refactor-base' into refactor/audits-list
wwills2 Apr 2, 2024
37437bb
feat: add sync remaining to indicator
MichaelTaylor3D Apr 2, 2024
dcf880a
Merge pull request #1187 from Chia-Network/refactor/glossary-page
MichaelTaylor3D Apr 2, 2024
a643f0f
feat: added format seconds to date time string
wwills2 Apr 2, 2024
ae1bb48
Merge pull request #1184 from Chia-Network/refactor/audits-list
wwills2 Apr 2, 2024
e93d85e
feat: add organization badge
MichaelTaylor3D Apr 2, 2024
99ab99a
Merge remote-tracking branch 'origin/refactor/refactor-base' into ref…
MichaelTaylor3D Apr 2, 2024
44df937
fix: mobile left nav
MichaelTaylor3D Apr 2, 2024
87061fc
Merge pull request #1188 from Chia-Network/refactor/glossary-page
MichaelTaylor3D Apr 2, 2024
108f182
ci: fix macos notarization
TheLastCicada Apr 2, 2024
653b19c
Merge pull request #1189 from Chia-Network/new-notarization
TheLastCicada Apr 2, 2024
864917c
feat: added organizations schema and typed organization api
wwills2 Apr 3, 2024
020cad5
chore: removed unneeded comments
wwills2 Apr 3, 2024
008f16c
Merge branch 'refactor/refactor-base' into refactor/api-schemas-pt2
wwills2 Apr 3, 2024
1b510c7
fix: error after merge conflict resolution
wwills2 Apr 3, 2024
9cbcd6e
chore: resolved PR comments
wwills2 Apr 3, 2024
7f73c3e
Merge pull request #1190 from Chia-Network/refactor/api-schemas-pt2
wwills2 Apr 3, 2024
5378701
feat: add useWildCadUrlHash hook
MichaelTaylor3D Apr 3, 2024
120cc32
Merge branch 'refactor/refactor-base' of github.com:Chia-Network/cadt…
MichaelTaylor3D Apr 3, 2024
bbbf18c
feat: added card for warehouse icon and text
wwills2 Apr 3, 2024
30626e4
feat: skeleton of projects modal
wwills2 Apr 3, 2024
65ec76a
Merge pull request #1191 from Chia-Network/refactor/left-nav-style
wwills2 Apr 4, 2024
5641d8f
feat: api host is managed by the redux store
MichaelTaylor3D Apr 4, 2024
6c24308
feat: override base api host with env
MichaelTaylor3D Apr 4, 2024
5f82b60
Merge branch 'refactor/refactor-base' of github.com:Chia-Network/cadt…
MichaelTaylor3D Apr 4, 2024
fe4040a
Merge branch 'refactor/refactor-base' into refactor/projects-modal
wwills2 Apr 4, 2024
f5eec65
addressed PR comment
wwills2 Apr 4, 2024
ab0114b
Merge pull request #1195 from Chia-Network/refactor/projects-modal
wwills2 Apr 4, 2024
fcd201e
fix: missing comma in translation token
wwills2 Apr 4, 2024
0e5c7ab
feat: add formik helper components
MichaelTaylor3D Apr 4, 2024
2293237
Merge branch 'refactor/refactor-base' of github.com:Chia-Network/cadt…
MichaelTaylor3D Apr 4, 2024
ff4cbce
feat: add org info and refresh button
MichaelTaylor3D Apr 5, 2024
5f3a108
fix: dark theme in skeleton loader
MichaelTaylor3D Apr 5, 2024
9e104bd
fix: header positioning on larger screens
MichaelTaylor3D Apr 5, 2024
b1dd22e
feat: added create organization modal prototype
wwills2 Apr 5, 2024
dfe86e1
feat: added flowbite component proxies
wwills2 Apr 5, 2024
82e4eec
feat: added create organization modal prototype
wwills2 Apr 5, 2024
ba51281
Merge remote-tracking branch 'origin/refactor/my-organization' into r…
wwills2 Apr 5, 2024
1bd937c
feat: complete formik forms
wwills2 Apr 9, 2024
1bfbd19
fix: create org rtkQuery API endpoint
wwills2 Apr 9, 2024
65c8e1c
fix: import org rtkQuery API endpoint
wwills2 Apr 9, 2024
9e2a8c9
feat: added wallet and organization data to the my organization page
wwills2 Apr 10, 2024
60c1ae1
feat: add connect button
MichaelTaylor3D Apr 10, 2024
47cdc25
Merge pull request #1197 from Chia-Network/refactor/connect-button
MichaelTaylor3D Apr 10, 2024
0ded449
feat: skeleton for organization subscriptions table
wwills2 Apr 10, 2024
97ef0b2
Merge branch 'refactor/refactor-base' into refactor/my-organization
wwills2 Apr 10, 2024
05bd9c4
fix: post merge compile errors
wwills2 Apr 10, 2024
3783fd5
feat: added the delete organization button
wwills2 Apr 10, 2024
c479a0f
chore: removed unneeded code
wwills2 Apr 10, 2024
c368026
Merge pull request #1198 from Chia-Network/refactor/my-organization
wwills2 Apr 11, 2024
b7c5ec4
feat: added MyProjectsListPage
wwills2 Apr 11, 2024
dfe016f
Merge branch 'refactor/refactor-base' into refactor/my-organization
wwills2 Apr 11, 2024
0f57dbe
feat: added MyProjectsListPage to app router
wwills2 Apr 11, 2024
4829bf4
feat: added tabs to projects page
wwills2 Apr 12, 2024
6467d2f
feat: added my units page
wwills2 Apr 12, 2024
4fec69c
feat: add several form components and implementations
MichaelTaylor3D Apr 12, 2024
bbfa362
Merge pull request #1199 from Chia-Network/refactor/forms
MichaelTaylor3D Apr 12, 2024
370c7d4
fix: error on myUnits and myProjects page immediately after project c…
wwills2 Apr 15, 2024
759393c
feat: refactored committed units and committed projects tabs out of M…
wwills2 Apr 15, 2024
0c647a4
fix: ts template type error
wwills2 Apr 15, 2024
1f9eb76
Merge branch 'refactor/refactor-base' into refactor/my-organization
wwills2 Apr 15, 2024
e9391a4
fix: MyUnitsPage.tsx
wwills2 Apr 15, 2024
e6a54c6
Merge pull request #1200 from Chia-Network/refactor/my-organization
wwills2 Apr 15, 2024
7323d7f
feat: add unit modal
MichaelTaylor3D Apr 15, 2024
9912954
chore: fix merge conflict
MichaelTaylor3D Apr 15, 2024
c8e5635
Merge pull request #1201 from Chia-Network/refactor/unit-modal
MichaelTaylor3D Apr 15, 2024
2c86d45
feat: show unit list in issuance detail
MichaelTaylor3D Apr 16, 2024
62fd2bb
chore: revert package.json
MichaelTaylor3D Apr 16, 2024
b4e2ccd
chore: revert package.json
MichaelTaylor3D Apr 16, 2024
b65e12c
Merge pull request #1202 from Chia-Network/refactor/unitlist-issuances
MichaelTaylor3D Apr 16, 2024
ed20701
feat: improved repeater design
MichaelTaylor3D Apr 16, 2024
6dd1119
Merge pull request #1203 from Chia-Network/refactor/unitlist-issuances
MichaelTaylor3D Apr 16, 2024
5a7113f
feat: add picklist support
MichaelTaylor3D Apr 16, 2024
89b1cca
Merge pull request #1204 from Chia-Network/refactor/picklist-support
MichaelTaylor3D Apr 16, 2024
d54338b
fix: layout tweaks
MichaelTaylor3D Apr 16, 2024
e4314a2
feat: staging api
wwills2 Apr 16, 2024
06d8612
feat: add model form validations
MichaelTaylor3D Apr 16, 2024
f0ed78d
feat: added staging diff view (not working)
wwills2 Apr 16, 2024
77c2678
feat: diff viewer
MichaelTaylor3D Apr 16, 2024
28282f0
feat: badge proxy component
wwills2 Apr 16, 2024
e3abd7c
feat: units staging table
wwills2 Apr 16, 2024
97826a6
chore: removed console.log calls
wwills2 Apr 17, 2024
bde64fc
Merge branch 'refactor/refactor-base' into refactor/projects-units-st…
wwills2 Apr 17, 2024
fefb907
Merge pull request #1205 from Chia-Network/refactor/projects-staging-…
wwills2 Apr 17, 2024
cb46ebb
fix: my project details modal open on row click
wwills2 Apr 17, 2024
5d68493
feat: added basic UpsertUnitModal framework
wwills2 Apr 17, 2024
fa7020f
fix: mounted units modal on committed units
wwills2 Apr 17, 2024
859598f
fix: edit-unit url fragment string
wwills2 Apr 17, 2024
8512693
chore: modal content changes
wwills2 Apr 17, 2024
4acbee7
Merge pull request #1206 from Chia-Network/refactor/upsert-unit-upser…
wwills2 Apr 17, 2024
121ddcb
feat: sample stepper
wwills2 Apr 17, 2024
b5c2ad9
feat: project form stepper steps, intl formatted labels, and forms
wwills2 Apr 17, 2024
772e165
syncing WIP to remote
wwills2 Apr 18, 2024
6d424a2
feat: improved project list table styling
wwills2 Apr 18, 2024
8b2f4f3
feat: increased static modal size
wwills2 Apr 18, 2024
b8e36b5
fix: model forms
MichaelTaylor3D Apr 18, 2024
baad1ab
Merge pull request #1208 from Chia-Network/refactor/qol-cleanup
MichaelTaylor3D Apr 19, 2024
b66911c
feat: project creation form
MichaelTaylor3D Apr 19, 2024
95a3c59
chore: fix merge conflicts
MichaelTaylor3D Apr 19, 2024
ac8af50
feat: added edit and delete actions to my projects table
wwills2 Apr 22, 2024
fb3e3aa
feat: added edit and delete actions to my units table
wwills2 Apr 22, 2024
f42e706
fix: projects staging table
wwills2 Apr 22, 2024
18319d5
Merge branch 'refactor/refactor-base' into refactor/projects-edit-delete
wwills2 Apr 22, 2024
c6ff5ad
feat: added tag invalidation on unit/project deletion
wwills2 Apr 22, 2024
876c0e7
Merge pull request #1211 from Chia-Network/refactor/projects-edit-delete
wwills2 Apr 23, 2024
3fad823
feat: create project flow
MichaelTaylor3D Apr 23, 2024
efdfeb6
fix: merge conflicts
MichaelTaylor3D Apr 23, 2024
8ba1452
chore: restyled my projects and units actions vertical dots
wwills2 Apr 23, 2024
9bdd18e
feat: add project and units form
MichaelTaylor3D Apr 23, 2024
68c96c9
Merge pull request #1212 from Chia-Network/refactor/create-edit-proje…
MichaelTaylor3D Apr 23, 2024
d69ba1e
feat: added edit and delete actions to the staging table
wwills2 Apr 23, 2024
fd6d9b5
fix: multiple modal renders
wwills2 Apr 23, 2024
95f3e23
chore: hid edit staging item button pending solution for editing
wwills2 Apr 23, 2024
e021d7c
chore: fix ts build errors
wwills2 Apr 24, 2024
094b48d
feat: available staged item actions depend on whether the item is sta…
wwills2 Apr 24, 2024
8eba8c1
Merge branch 'refactor/refactor-base' into refactor/staging-table-act…
wwills2 Apr 24, 2024
875a264
fix: datatable invalid sort key
wwills2 Apr 24, 2024
5856f3e
feat: add unit form
MichaelTaylor3D Apr 24, 2024
f7c36ef
chore: fix merge conflicts
MichaelTaylor3D Apr 24, 2024
92edc30
Merge pull request #1213 from Chia-Network/refactor/staging-table-act…
MichaelTaylor3D Apr 24, 2024
67b9d49
feat: add freeform select
MichaelTaylor3D Apr 24, 2024
f29c360
Merge pull request #1215 from Chia-Network/feat/freeform-select
MichaelTaylor3D Apr 24, 2024
c93c224
chore: fix merge conflicts
MichaelTaylor3D Apr 24, 2024
82c670b
Merge pull request #1214 from Chia-Network/refactor/create-edit-proje…
MichaelTaylor3D Apr 24, 2024
d9a1d7a
fix: select onchange format
MichaelTaylor3D Apr 24, 2024
ab4e55d
feat: address date null issue
MichaelTaylor3D Apr 24, 2024
cd61d1d
feat: reworked diff view
MichaelTaylor3D Apr 24, 2024
0147734
fix: various fixes
MichaelTaylor3D Apr 24, 2024
8ecbbab
feat: added commit action to staging table
wwills2 Apr 24, 2024
a719995
feat: changed commit actions based on table
wwills2 Apr 24, 2024
09ec563
feat: add readonly mode
MichaelTaylor3D Apr 25, 2024
63fa021
fix: resolved ts compile errors
wwills2 Apr 25, 2024
5660c0b
Merge branch 'refactor/refactor-base' into refactor/staging-commit-bu…
wwills2 Apr 25, 2024
e08dd8d
fix: app layout
MichaelTaylor3D Apr 25, 2024
a4b78e7
Merge branch 'refactor/refactor-base' of github.com:Chia-Network/cadt…
MichaelTaylor3D Apr 25, 2024
1d36364
Merge pull request #1216 from Chia-Network/refactor/staging-commit-bu…
MichaelTaylor3D Apr 25, 2024
469a78d
fix: edit issues
MichaelTaylor3D Apr 25, 2024
f6814e5
feat: WIP added units and projects xlsx upload and download
wwills2 Apr 25, 2024
59a37e9
fix: modal responsiveness and edit errors
MichaelTaylor3D Apr 27, 2024
7a49923
fix: my-units page
MichaelTaylor3D May 2, 2024
31575df
fix: my-units page
MichaelTaylor3D May 2, 2024
ee69248
feat: initial split form
MichaelTaylor3D May 2, 2024
0ce7b30
fix: editable project on readonly mode for units
MichaelTaylor3D May 8, 2024
d647e78
fix: add focus to the select organization on the audit table
MichaelTaylor3D May 8, 2024
2946251
fix: No records found location
MichaelTaylor3D May 8, 2024
a4c9071
fix: gray box at bottom of left nav in dark mode
wwills2 May 9, 2024
c843b49
feat: added red required asterisk to project modal forms
wwills2 May 9, 2024
968cf0e
feat: added red required asterisk to unit form
wwills2 May 9, 2024
c44167a
feat: added red required asterisk to split unit form
wwills2 May 9, 2024
e364a23
fix: empty project tags prevent progression to next project form
wwills2 May 9, 2024
50c69d8
Merge pull request #1234 from Chia-Network/refactor/fix/opional-proje…
wwills2 May 10, 2024
81c8819
Merge pull request #1233 from Chia-Network/refactor/fix/asterisks-on-…
wwills2 May 10, 2024
9a317a8
Merge pull request #1232 from Chia-Network/refactor/fix/dark-mode-lef…
wwills2 May 10, 2024
ef1176d
fix: page counter shows more records than are actually present when r…
wwills2 May 10, 2024
f438e27
fix: audit table and sync status
MichaelTaylor3D May 10, 2024
0b3c600
fix: typo
MichaelTaylor3D May 10, 2024
86b4ffd
fix: XlsUploadDownloadButton api calls now match old version of app
wwills2 May 10, 2024
ed4a4f0
resolved merge conflicts
wwills2 May 10, 2024
64d4ba6
Merge pull request #1238 from Chia-Network/refactor/xls-upload-download
wwills2 May 10, 2024
5b14f93
fix: form required fields
wwills2 May 13, 2024
e511b62
fix: #1229 unable to create new project when adding additional work f…
wwills2 May 14, 2024
4941d80
fix: #1225 removed preselected dates
wwills2 May 14, 2024
c54f94e
fix: #1224 date range error and other form errors not displaying
wwills2 May 14, 2024
aa8cd9e
fix: #1237 unit status reason is now not required
wwills2 May 14, 2024
ea87c60
feat: refactored upload and download buttons to be projects only, add…
wwills2 May 15, 2024
af793d4
feat: projects xls downloading successfully
wwills2 May 15, 2024
68e456c
chore: cleanup
wwills2 May 15, 2024
fb28d56
feat: added download/upload buttons to my units
wwills2 May 16, 2024
11fa573
build: update package.json details and add icons
TheLastCicada May 16, 2024
87f19d1
build: Remove unused packages
TheLastCicada May 16, 2024
0763788
build: add .nvmrc file
TheLastCicada May 16, 2024
95c34c9
Merge pull request #1244 from Chia-Network/refactor/fix/xls-download-…
wwills2 May 16, 2024
0d02211
fix: build error
wwills2 May 16, 2024
0240cb8
Update dependabot
ChiaAutomation May 17, 2024
7a16d0c
Merge pull request #1246 from Chia-Network/managed-files
TheLastCicada May 17, 2024
11aff64
feat: added UnitLabelsForm with dropdown to select existing unit or c…
wwills2 May 21, 2024
73b6c17
fix: unit owner no longer required
wwills2 May 21, 2024
5ff2fc7
fix: label repeater
MichaelTaylor3D May 22, 2024
6618228
fix: label repeater
MichaelTaylor3D May 22, 2024
557e3fd
ci: add build and release process to refactor branch
TheLastCicada May 22, 2024
01a72f8
Merge branch 'refactor/refactor-base' into refactor/ci-build-05142024
TheLastCicada May 22, 2024
cf49598
ci: fix job name to reflect correct node version
TheLastCicada May 22, 2024
e40e232
fix: unit owner required
wwills2 May 22, 2024
934d83b
fix: in-country jurisdiction of owner is now a free text field
wwills2 May 22, 2024
b44a48c
Merge branch 'refactor/ci-build-05142024' of github.com:Chia-Network/…
TheLastCicada May 22, 2024
406a6b8
fix: ts build errors
wwills2 May 23, 2024
1c9c801
Merge pull request #1266 from Chia-Network/fix/labelrepeater
wwills2 May 23, 2024
4683aad
Merge branch 'refs/heads/refactor/refactor-base' into refactor/fix/12…
wwills2 May 23, 2024
90cf192
Merge pull request #1267 from Chia-Network/refactor/fix/1258-1259-126…
wwills2 May 23, 2024
86bf98d
Merge pull request #1265 from Chia-Network/refactor/ci-build-05142024
TheLastCicada May 23, 2024
b7b0711
feat: add transfer project mutation
MichaelTaylor3D May 29, 2024
c4bd61d
fix: conflicting dependencies
wwills2 Jun 3, 2024
93e080a
Merge pull request #1271 from Chia-Network/refactor/resolve-conflicti…
wwills2 Jun 3, 2024
bf61ead
Update dependabot
ChiaAutomation Jun 3, 2024
751388f
fix: build error
wwills2 Jun 3, 2024
db06931
Merge pull request #1275 from Chia-Network/refactor/build-fix
wwills2 Jun 3, 2024
5d59f50
Merge pull request #1270 from Chia-Network/managed-files
TheLastCicada Jun 3, 2024
935befc
Update dependabot
ChiaAutomation Jun 12, 2024
238c676
debug WIP
wwills2 Jun 12, 2024
d3eea20
Merge pull request #1281 from Chia-Network/managed-files
TheLastCicada Jun 13, 2024
3d7dbff
chore: comment
wwills2 Jun 13, 2024
549ccbf
ci: build on push to refactor-base branch
TheLastCicada Jun 13, 2024
075be6f
Merge pull request #1283 from Chia-Network/refactor/build-base-branch
TheLastCicada Jun 13, 2024
ba9ab12
fix: odd white space at the bottom of table pages
wwills2 Jun 13, 2024
c640c62
fix: odd white space at the bottom of table pages
wwills2 Jun 13, 2024
1e17a7f
Merge branch 'refactor/fix/bottom-screen-whitespace' of github.com:Ch…
wwills2 Jun 13, 2024
45b66fb
Merge pull request #1284 from Chia-Network/refactor/fix/bottom-screen…
wwills2 Jun 13, 2024
47beaa7
fix: issue #1278
wwills2 Jun 14, 2024
af31e41
chore: add autoupdater config
TheLastCicada Jun 18, 2024
5fe4948
Merge pull request #1287 from Chia-Network/pr_target_branch
TheLastCicada Jun 18, 2024
d80a05e
fix: table horizontal scroll is cut off preventing full table view
wwills2 Jun 19, 2024
b7dbf39
feat: adapted upsert project modal with transfer functionality
wwills2 Jun 27, 2024
6ffa887
feat: added transfer diff
wwills2 Jun 28, 2024
74cacfb
fix: projects api bug preventing transfer initiation
wwills2 Jul 1, 2024
93a166f
feat: added confirm transfer button
wwills2 Jul 2, 2024
d867bc5
feat: added confirm transfer button
wwills2 Jul 2, 2024
08f53fd
Merge remote-tracking branch 'origin/refactor/transfers' into refacto…
wwills2 Jul 2, 2024
7489c43
chore: save WIP
wwills2 Jul 3, 2024
b7a9213
fix: invalid offer download params
wwills2 Jul 3, 2024
6483e2f
feat: imported offer diff
wwills2 Jul 18, 2024
bd89d64
feat: fix to work around cadt /offer/accept 400 when no offer is present
wwills2 Jul 19, 2024
0aedd7e
feat: transfer diff view text aligned left
wwills2 Jul 19, 2024
129bde8
feat: unit by unit view for imported transfer offer diff view
wwills2 Jul 19, 2024
3670a71
feat: transfer success modal
wwills2 Jul 22, 2024
f84a16c
fix non-translatable text
wwills2 Jul 26, 2024
beeb547
fix non-translatable text
wwills2 Jul 26, 2024
9e724df
Merge remote-tracking branch 'origin/refactor/translations-cleanup' i…
wwills2 Jul 26, 2024
814e107
Merge pull request #1297 from Chia-Network/refactor/translations-cleanup
wwills2 Jul 26, 2024
77198c1
Merge branch 'refs/heads/refactor/refactor-base' into refactor/transfers
wwills2 Jul 31, 2024
3cb9da8
Merge branch 'refs/heads/refactor/refactor-base' into refactor/units-…
wwills2 Jul 31, 2024
910ecfc
Merge pull request #1294 from Chia-Network/refactor/transfers
wwills2 Jul 31, 2024
426d81a
Merge pull request #1264 from Chia-Network/refactor/units-label-form
wwills2 Jul 31, 2024
cdea81d
feat: dependency updates
wwills2 Jul 31, 2024
0f178e3
Merge branch 'develop' into refactor/refactor-base
TheLastCicada Aug 1, 2024
ea16a8d
chore: automated update config
TheLastCicada Aug 1, 2024
47447f3
Merge pull request #1282 from Chia-Network/refactor/refactor-base
TheLastCicada Aug 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
14 changes: 0 additions & 14 deletions .babelrc

This file was deleted.

2 changes: 0 additions & 2 deletions .env

This file was deleted.

1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.config.js
23 changes: 23 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
module.exports = {
root: true,
env: { browser: true, es2020: true },
extends: [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"plugin:react-hooks/recommended",
],
ignorePatterns: ["dist", ".eslintrc.cjs"],
parser: "@typescript-eslint/parser",
plugins: ["react-refresh"],
rules: {
"react-refresh/only-export-components": [
"warn",
{ allowConstantExport: true },
],
// Disabling the rules related to enforcing types
"@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-implicit-any-catch": "off",
"@typescript-eslint/ban-ts-comment": "off",
},
};
33 changes: 0 additions & 33 deletions .eslintrc.json

This file was deleted.

65 changes: 62 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,67 @@
# This file is managed by the repo-content-updater project. Manual changes here will result in a PR to bring back
# inline with the upstream template, unless you remove the dependabot managed file property from the repo

version: 2
updates:
- package-ecosystem: "gomod"
directory: /
schedule:
interval: "weekly"
day: "tuesday"
open-pull-requests-limit: 10
labels:
- dependencies
- go
- "Changed"
reviewers: ["cmmarslender", "starttoaster"]
groups:
global:
patterns:
- "*"

- package-ecosystem: "pip"
directory: /
schedule:
interval: "weekly"
day: "tuesday"
open-pull-requests-limit: 10
labels:
- dependencies
- python
- "Changed"
reviewers: ["emlowe", "altendky"]

- package-ecosystem: "github-actions"
directory: /
schedule:
interval: "weekly"
day: "tuesday"
open-pull-requests-limit: 10
labels:
- dependencies
- github_actions
- "Changed"
reviewers: ["cmmarslender", "Starttoaster", "pmaslana"]

- package-ecosystem: "npm"
directory: "/"
directory: /
schedule:
interval: "weekly"
day: "tuesday"
open-pull-requests-limit: 10
labels:
- dependencies
- javascript
- "Changed"
reviewers: ["cmmarslender", "ChiaMineJP"]

- package-ecosystem: cargo
directory: /
schedule:
interval: "weekly"
day: "sunday"
target-branch: "develop"
day: "tuesday"
open-pull-requests-limit: 10
labels:
- dependencies
- rust
- "Changed"
30 changes: 16 additions & 14 deletions .github/workflows/build-installers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
tags:
- '**'
branches:
- refactor/refactor-base #remove this once rebuild is merged
pull_request:
branches:
- '**'
Expand All @@ -27,10 +29,10 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3

- name: Setup Node 18.16
- name: Setup Node 20
uses: actions/setup-node@v3
with:
node-version: '18.16'
node-version: '20.10'

- name: Install Husky
run: npm install --save-dev husky
Expand All @@ -56,12 +58,12 @@ jobs:
- name: Notarize
run: |
DMG_FILE=$(find ${{ github.workspace }}/dist/ -type f -name '*.dmg')
npm install -g notarize-cli
notarize-cli \
--file="$DMG_FILE" \
--bundle-id net.chia.cadt-ui \
--username "${{ secrets.APPLE_NOTARIZE_USERNAME }}" \
--password "${{ secrets.APPLE_NOTARIZE_PASSWORD }}"
xcrun notarytool submit \
--wait \
--apple-id "${{ secrets.APPLE_NOTARIZE_USERNAME }}" \
--password "${{ secrets.APPLE_NOTARIZE_PASSWORD }}" \
--team-id "${{ secrets.APPLE_TEAM_ID }}" \
"$DMG_FILE"

- name: Upload Mac Installer
uses: actions/upload-artifact@v3
Expand All @@ -76,10 +78,10 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3

- name: Setup Node 18.16
- name: Setup Node 20.10
uses: actions/setup-node@v3
with:
node-version: '18.16'
node-version: '20.10'

- name: Install Husky
run: npm install --save-dev husky
Expand Down Expand Up @@ -125,10 +127,10 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3

- name: Setup Node 18.16
- name: Setup Node 20.10
uses: actions/setup-node@v3
with:
node-version: '18.16'
node-version: '20.10'

- name: Install Husky
run: npm install --save-dev husky
Expand Down Expand Up @@ -160,10 +162,10 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3

- name: Setup Node 18.16
- name: Setup Node 20.10
uses: actions/setup-node@v3
with:
node-version: '18.16'
node-version: '20.10'

- name: Install Husky
run: npm install --save-dev husky
Expand Down
48 changes: 28 additions & 20 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,25 +1,33 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
tsconfig.tsbuildinfo

# dependencies
/node_modules
/.pnp
.pnp.js
node_modules
build
dist
dist-ssr
*.local

# testing
/coverage
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

# production
/build
/dist

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
.idea/*
# Contentlayer
.contentlayer

npm-debug.log*
yarn-debug.log*
yarn-error.log*
.package-lock.json
.history
4 changes: 0 additions & 4 deletions .husky/commit-msg

This file was deleted.

4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

7 changes: 0 additions & 7 deletions .lintstagedrc

This file was deleted.

1 change: 0 additions & 1 deletion .mocharc.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.0
20.16
5 changes: 2 additions & 3 deletions .prettierrc.js → .prettierrc.cjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
module.exports = {
bracketSpacing: true,
jsxBracketSameLine: true,
singleQuote: true,
trailingComma: 'all',
arrowParens: 'avoid',
endOfLine: 'auto',
};
printWidth: 120
}
4 changes: 4 additions & 0 deletions .repo-content-updater.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pr_target_branch: develop
assign_users:
- TheLastCicada
commit_prefix: "chore: "
Loading
Loading