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

CloutCast -- Total Frontend Integration with CloutCast APIs #436

Open
wants to merge 50 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
23f6ef7
Add Casts to sidebar
Aug 22, 2021
b8420e5
init components
Sep 3, 2021
04563bf
Merge branch 'main' of https://github.com/cloutcast/frontend into main
Sep 3, 2021
9d31d44
getting there..
Sep 6, 2021
b893c66
a very large commit indeed
Sep 7, 2021
61c9126
initial provework
Sep 7, 2021
2566193
provework
Sep 7, 2021
526305b
first dev build
Sep 7, 2021
aba50f1
init mobile
Sep 8, 2021
55beea7
mobile inbox
Sep 8, 2021
5aa005d
init modal, stop using local API in local testing.
Zyther Sep 9, 2021
c6f92c2
mock modal
Zyther Sep 9, 2021
15eba19
most of the UX
Zyther Sep 11, 2021
a048a2d
create cast init
Zyther Sep 11, 2021
d4d35f1
CLOUT-77 -- Back arrow, for me filtering, and trigger refresh after P…
Zyther Sep 12, 2021
c477d8f
coming close to a full PoC
Zyther Sep 12, 2021
9205493
max withdraw
Zyther Sep 12, 2021
78b56eb
near done
Zyther Sep 13, 2021
a253de1
default to max on withdraw
Zyther Sep 13, 2021
db25320
CLOUT-77 CLOUT-78 CLOUT-79
Zyther Sep 13, 2021
e4ee97c
scroll, almost final
Zyther Sep 13, 2021
fc000fa
error handling
Zyther Sep 13, 2021
27666de
not enough CLOUT
Zyther Sep 13, 2021
22de8d2
clean up logging
Zyther Sep 13, 2021
88e76c8
10 cents
Zyther Sep 13, 2021
26e2daf
to prod
Zyther Sep 13, 2021
99abded
Merge branch 'main' into cc/integration
Zyther Sep 13, 2021
2c38dbf
put dd api key back
Zyther Sep 13, 2021
26e8e90
balances on modal
Zyther Sep 13, 2021
d889e4d
clout available display on create modal
Zyther Sep 13, 2021
df0925b
suppress dev logging
Zyther Sep 13, 2021
fcef419
Update create-nft-auction-modal.component.ts
Zyther Sep 13, 2021
b8ebdcc
totals on modal to be floored properly
Zyther Sep 13, 2021
8e4fb54
Merge branch 'cc/integration' of github.com:cloutcast/frontend into c…
Zyther Sep 13, 2021
74c159d
Merge branch 'bitclout:main' into cc/integration
Zyther Sep 15, 2021
87d5aa5
add some margin to the bottom of desktop and mobile view in cloutcast…
Zyther Sep 20, 2021
7752bd7
Merge branch 'main' into cc/integration
Zyther Sep 26, 2021
a37ccdc
change verbiage from $CLOUT to $DESO post-main merge
Zyther Sep 26, 2021
f0dd32e
more deso removals
Zyther Sep 26, 2021
9fc3c6b
small updates
Zyther Sep 29, 2021
8f0f28f
create cast modal searchbar fix
Zyther Sep 29, 2021
d59bfd7
Merge branch 'main' into cc/integration
Zyther Sep 29, 2021
a612e19
Update cloutcast-page.component.ts
Zyther Oct 2, 2021
349efd7
Update cloutcast-modal.component.ts
Zyther Oct 2, 2021
968ce9f
Merge branch 'main' into cc/integration
Zyther Jan 11, 2022
5d59131
CLOUT-82
Zyther Jan 11, 2022
48eaeb7
CLOUT-82
Zyther Jan 11, 2022
06a7f5f
read receipt
Zyther Jan 13, 2022
5d56b8b
CLOUT-90
Zyther Jan 15, 2022
7ea0f36
CLOUT-90-1
Zyther Jan 15, 2022
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
2 changes: 2 additions & 0 deletions Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ header @html Cache-Control no-store
header @html Content-Security-Policy "
default-src 'self';
connect-src 'self'
https://dev.cloutcast.io
https://cloutcast.io
node.deso.org
amp.deso.org
bithunt.deso.org
Expand Down
Loading