Commit graph

10166 commits

Author SHA1 Message Date
Anthony
39143227ef
add card last 4 to transaction history 2021-08-12 14:34:50 +02:00
Anthony
83531b22db
add third tab 2021-08-12 14:34:50 +02:00
Anthony
c0e4f59f49
about to add a third tab 2021-08-12 14:34:50 +02:00
Anthony
f64f36ba38
add no transactions thing 2021-08-12 14:34:50 +02:00
Anthony
01902f8e0b
transaction listing working 2021-08-12 14:34:50 +02:00
Anthony
c5e6b0a5a7
should be fine but keeps crashing 2021-08-12 14:34:50 +02:00
Anthony
9c60868a79
using es6 to populate data 2021-08-12 14:34:50 +02:00
Anthony
2025db1c05
add fiat transactions 2021-08-12 14:34:50 +02:00
Anthony
cd873486da
fixing naming 2021-08-12 14:34:50 +02:00
Anthony
4f14e017fe
add wallet fiat balance 2021-08-12 14:34:50 +02:00
Anthony
47200bb5e7
support setting currency as the default tab via query param 2021-08-12 14:34:50 +02:00
Anthony
d25b9e7127
fiat and lbc tabs coming along 2021-08-12 14:34:50 +02:00
Anthony
ae9c63d948
fix last flow error and touchups 2021-08-12 14:34:50 +02:00
Anthony
78fc649b10
fixing flow errors 2021-08-12 14:34:50 +02:00
Anthony
202d8db09e
requested changes 2021-08-12 14:34:50 +02:00
Anthony
908ca99c2c
bugfix and cleanup 2021-08-12 14:34:50 +02:00
Anthony
de4f1896cf
get stuff ready for merge 2021-08-12 14:34:50 +02:00
Anthony
71e7a5bfa7
remove unused conditional 2021-08-12 14:34:50 +02:00
Anthony
f213023f07
eslint fixes 2021-08-12 14:34:50 +02:00
Anthony
347b804e47
fixing bug caused by floating point precision 2021-08-12 14:34:50 +02:00
Anthony
f8b73328af
reverse so newest transactions come first 2021-08-12 14:34:50 +02:00
Anthony
f7efff3faa
one bug left but almost working perfectly 2021-08-12 14:34:50 +02:00
Anthony
de29d55f25
increase size of input value 2021-08-12 14:34:50 +02:00
Anthony
001ce65bf4
show decimals value better 2021-08-12 14:34:50 +02:00
Anthony
9a4ad2dcc9
close to working perfectly 2021-08-12 14:34:50 +02:00
Anthony
96fc536547
automatically truncate to two decimals 2021-08-12 14:34:50 +02:00
Anthony
f4d8de2ac6
show error on account connection page 2021-08-12 14:34:50 +02:00
Anthony
553722a42f
add error toast for card page 2021-08-12 14:34:46 +02:00
Anthony
2dfc51e9f9
add toast when someone does a tip for a comment 2021-08-12 14:34:41 +02:00
Anthony
620a3e5d1d
bugfix cant tip fiat if no lbc balance 2021-08-12 14:34:36 +02:00
Anthony
891af95437
refactor code a bit remove why isnt this working bit 2021-08-12 14:34:36 +02:00
Anthony
30b8784cc9
sum up lbc amounts 2021-08-12 14:34:36 +02:00
Anthony
74d4779c12
calculate fiat tips properly 2021-08-12 14:34:36 +02:00
Anthony
77104003f0
scroll properly when switching tabs 2021-08-12 14:34:36 +02:00
Anthony
fac1dae926
show superchats in order properly 2021-08-12 14:34:36 +02:00
Anthony
b2593413ab
fix frontend bug 2021-08-12 14:34:31 +02:00
infinite-persistence
ff9ca662f2
Option to change commments-server (desktop)
## Issue
> 5459 Add setting for changing your comment server. Visible on desktop (and possibly defaulting to Odysee URL), hidden on odysee.

## Comments
Not sure how this would actually work properly without the user recompiling the app to handle server differences. For example, even when we use our own server but switch between v1 and v2, some code changes are need to handle the differences. At that point, it seems easier for the user to just change the .env file? Anyway...

## Changes
- Added Desktop-only options to define custom server. [Settings > Advanced Settings > "Comment server" section].
2021-08-12 14:01:22 +08:00
infinite-persistence
4731786a3f
Livestream: implement Pinned Comments 2021-08-12 10:39:21 +08:00
Franco Montenegro
c2b51127ac Reuse BidHelpText for reposts 2021-08-11 18:50:40 -07:00
jessopb
cd4c1efd70
Stripe integration fix (#6850)
* fix frontend bug

* show superchats in order properly

* scroll properly when switching tabs

* calculate fiat tips properly

* sum up lbc amounts

* refactor code a bit remove why isnt this working bit

* bugfix cant tip fiat if no lbc balance

* add toast when someone does a tip for a comment

* add error toast for card page

* show error on account connection page

* automatically truncate to two decimals

* close to working perfectly

* show decimals value better

* increase size of input value

* one bug left but almost working perfectly

* reverse so newest transactions come first

* fixing bug caused by floating point precision

* eslint fixes

* remove unused conditional

* get stuff ready for merge

* bugfix and cleanup

* requested changes

* fixing flow errors

* fix last flow error and touchups

* fix i18n and remove logs

Co-authored-by: Anthony <contact@anthonymayfield.com>
2021-08-11 16:58:55 -04:00
saltrafael
445566c915 Fix delete option broken / missing 2021-08-11 10:07:43 -04:00
Franco Montenegro
cc3600631e Disable cancel button when submitting a comment. 2021-08-11 10:05:37 -04:00
dependabot[bot]
bfdc2319c4 Bump path-parse from 1.0.6 to 1.0.7
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-10 22:53:09 -04:00
mayeaux
0cc0e213a5
Anthony watchman integration (#6799)
* raw ingredients done adding functionality

* essentially working just need a cleanup

* almost working with a couple bugs

* almost working but a bug or two

* seems to be working well

* seems to be working well but needs a cleanup

* couple of bug fixes

* basically working now cleaning up

* seems to be working pretty well

* cleanup unnecessary changes

* eslint fixes

* bugfix seek event

* bugfix and andrey fix and better docs

* getting ready to add last piece of functionality

* handle seek events properly

* add dynamic duration to calculate interval properly

* fix lint errors

* last couple changes

* only run watchman with analytics on and on prod

* flow fixes

Co-authored-by: zeppi <jessopb@gmail.com>
2021-08-10 16:42:50 -04:00
zeppi
892a6deeaf reenable prerolls 2021-08-10 16:30:58 -04:00
zeppi
68bc4e3b90 Revert "disable google imasdk"
This reverts commit 283bbb52fa.
2021-08-10 16:30:58 -04:00
dependabot[bot]
76296de079 Bump path-parse from 1.0.6 to 1.0.7 in /web
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-10 13:47:40 -04:00
dependabot[bot]
4937baad20 Bump url-parse from 1.5.1 to 1.5.3 in /web
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.3)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-10 13:47:30 -04:00
Baltazar Gomez
926d76de07 fix lint: operator '=' must be spaced 2021-08-10 13:47:15 -04:00
Baltazar Gomez
121dcfdcab update changelog 2021-08-10 13:47:15 -04:00