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

Merging latest changes from OBE 'develop' branch #755

Closed
wants to merge 32 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
f52b02b
fix: correct value for max eligible savings
donnyquixotic Jun 19, 2023
15c0ffe
test: format number string
donnyquixotic Jun 19, 2023
01a6fd9
Update src/utils/string-utils.ts
donnyquixotic Jun 19, 2023
d78e8a9
chore: lint
donnyquixotic Jun 19, 2023
56e82c0
Adding PrettyPayload
karynemayer Jun 23, 2023
5cfa47e
fix ts errors
ezra-sg Jun 23, 2023
4f8417d
Adding v-bind=key to PrettyPayload
karynemayer Jun 26, 2023
f3af0cc
Indentation fix
karynemayer Jun 26, 2023
b687891
max height style refactor and other minor improvements
karynemayer Jun 27, 2023
52f6530
Addressing feedback and including account link to payload
karynemayer Jul 6, 2023
626928b
Merge branch 'master' of https://github.com/telosnetwork/open-block-e…
donnyquixotic Jul 10, 2023
50aaae4
Including network on routes
jaegerfe Jun 24, 2023
21e699f
Including changes for theme
jaegerfe Jun 27, 2023
4cdaef6
Changes on Logo
jaegerfe Jun 27, 2023
2981ae5
Removing console log
jaegerfe Jun 28, 2023
b4dbe8f
Changing some keys from localstorage to sessionstorage
jaegerfe Jul 4, 2023
50fe3d3
Fixing tests
jaegerfe Jul 4, 2023
206371b
Fixing local storage to session storage
jaegerfe Jul 28, 2023
22f4d17
quick bug fix
Viterbo Jul 31, 2023
78c175b
chore: bump version
donnyquixotic Jul 31, 2023
d5f6854
Rolling back session storage and adapting to use local storage with c…
jaegerfe Aug 9, 2023
7e2d3a0
Merge branch 'master' of https://github.com/telosnetwork/open-block-e…
donnyquixotic Aug 10, 2023
96ae42e
Merge pull request #717 from telosnetwork/refactor_router
karynemayer Aug 18, 2023
0616eae
Footer consistency
jaegerfe Aug 15, 2023
b2ae060
fix: missing prop in baseChain config
donnyquixotic Sep 8, 2023
6bfaa89
koyn updates
NathanielRMoss Apr 18, 2023
83f5672
Update index.ts
Stelios3001 Apr 19, 2023
4c1c4d1
Add files via upload
Stelios3001 Apr 19, 2023
1a42b91
update favicon
Stelios3001 Apr 19, 2023
421c92e
KOY testnet update favicon
Stelios3001 Apr 19, 2023
5e27b5d
Update index.ts
Stelios3001 Apr 19, 2023
931163f
Logo box
Stelios3001 Apr 20, 2023
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
3 changes: 3 additions & 0 deletions deploy-front.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
quasar build
sudo rm -rf /var/www/html/obe/
sudo cp -r dist/spa /var/www/html/obe
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ module.exports = {
},
'./src/layouts/': {
statements: 0,
branches: 100,
branches: 0,
functions: 0,
lines: 0,
},
Expand Down
Loading
Loading