Skip to content

Commit

Permalink
5 clean the pendulumpay repo (#13)
Browse files Browse the repository at this point in the history
* Remove unused functions and components

* Amend removal

* Remove hooks but keep local storage service

* Change HTMl title

* Remove more files

* Change main page

* Install pre-commit hook

* Run prettier on all files

* Add dependencies for mui

* Remove unused dependencies

* Install mui fonts and icons

* Remove more dependencies

* Change README.md

* Small cleanup

* Remove `semantic-release` setup

* Add sample component

* Fix workflow

* Set yarn release to 4.0.2

* Remove dependencies

* Rewrite hook without luxon

* Replace big.js with bn.js
  • Loading branch information
ebma authored Dec 21, 2023
1 parent b71b63a commit bbad9b7
Show file tree
Hide file tree
Showing 199 changed files with 6,121 additions and 33,920 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: 🧩 Install dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn install
run: YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install --inline-builds

- name: 📋 Yarn Lock Changes
uses: Simek/yarn-lock-changes@main
Expand All @@ -57,4 +57,4 @@ jobs:
run: yarn lint:ts

- name: 🧪 Test
run: yarn test
run: yarn test --passWithNoTests
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ dist-ssr
*.njsproj
*.sln
*.sw?
.yarn
.yarn
!.yarn/releases/*
893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.2.cjs

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.2.cjs
44 changes: 0 additions & 44 deletions CHANGELOG.md

This file was deleted.

10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Pendulum Pay
# PendulumPay

[![Netlify Status](https://api.netlify.com/api/v1/badges/aa69406a-f4a1-4693-aed0-8478f1d1fabd/deploy-status)](https://app.netlify.com/sites/pendulum-portal-alpha/deploys)
[//]: # ([![Netlify Status](https://api.netlify.com/api/v1/badges/aa69406a-f4a1-4693-aed0-8478f1d1fabd/deploy-status)](https://app.netlify.com/sites/pendulum-portal-alpha/deploys))
  ![TypeScript](https://img.shields.io/badge/-TypeSript-05122A?style=flat&logo=typescript) 
![Preact](https://img.shields.io/badge/-Preact-05122A?style=flat&logo=preact) 
![Vite](https://img.shields.io/badge/-Vite-05122A?style=flat&logo=vite) 
![Tailwind CSS](https://img.shields.io/badge/-Tailwind-05122A?style=flat&logo=tailwindcss) 
![SASS](https://img.shields.io/badge/-Sass-05122A?style=flat&logo=sass) 
![MUI](https://img.shields.io/badge/-MaterialUI-05122A?style=flat&logo=mui) 
![Polkadot](https://img.shields.io/badge/-Polkadot-05122A?style=flat&logo=polkadot) 

---

Web application for Pendulum. This project was bootstrapped with [vite](https://vite.new/preact-ts)
PendulumPay is a gateway for cross-border payments.
It is built on top of the Pendulum blockchain.

## Run

Expand Down
14 changes: 0 additions & 14 deletions codegen.ts

This file was deleted.

228 changes: 0 additions & 228 deletions collator.ts

This file was deleted.

Loading

0 comments on commit bbad9b7

Please sign in to comment.