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

D frontend #8

Merged
merged 45 commits into from
Mar 5, 2024
Merged
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
de1c70c
Update environment and metadata
d0rich Nov 22, 2023
49043af
Delete template files
d0rich Nov 22, 2023
ba3b766
Update package.json scripts
d0rich Nov 22, 2023
d444fa1
Update build and prepare scripts
d0rich Nov 22, 2023
b0dd33f
Add TonConnect component to Home page
d0rich Nov 23, 2023
dcbe599
Add wallet functionality to useTonConnect
d0rich Nov 23, 2023
4804b6f
Move ton connections to Pinia store
d0rich Nov 23, 2023
1a141a2
Add @esbuild-plugins/node-globals-polyfill
d0rich Nov 23, 2023
de7cf73
Refactor TonConnectStore to use reactive
d0rich Nov 23, 2023
eed1a5e
Header draft
d0rich Nov 23, 2023
16e2491
Fix theme switch and ton connect UI
d0rich Nov 23, 2023
dcc78f7
Syncronyze tonConnect theme with website theme
d0rich Nov 23, 2023
d3eef0b
Update colors in App.vue
d0rich Nov 23, 2023
01375cd
Layout draft
d0rich Nov 23, 2023
5ef80ac
Remove unused DBtn import in DFooter.vue
d0rich Nov 23, 2023
aaeac53
lintfix
d0rich Nov 23, 2023
b6faf14
Refactor TonConnectStore and DSidebar components
d0rich Nov 23, 2023
c688f18
Polyfill buffer in build
d0rich Nov 23, 2023
3abf53a
Master contract store
d0rich Nov 24, 2023
1da7339
Make blogs NFT items
d0rich Nov 24, 2023
0d64c00
Fix fees in test fixtures and contracts
d0rich Nov 25, 2023
f092219
Refactor test setup in DSocialNetworkMaster and
d0rich Nov 25, 2023
5846291
Fix create post fee validation and restrict post
d0rich Nov 25, 2023
7ab9ae8
Add transfer tests
d0rich Nov 25, 2023
5e2a307
Group tests
d0rich Nov 25, 2023
851b247
Rename contracts hooks and handle royalty params on transfer
d0rich Nov 25, 2023
a2afb79
Optimize hooks
d0rich Nov 25, 2023
aa3c8d5
Move contracts to packages
d0rich Nov 25, 2023
9f8e404
Refactor masterContractStore to use dynamic master
d0rich Nov 25, 2023
99bebdd
Refactor DPost
d0rich Nov 25, 2023
273abc6
Create markdown converters
d0rich Nov 25, 2023
11e6352
Remove unused import and update link in
d0rich Nov 25, 2023
b59e4f6
Create text for the main page
d0rich Nov 25, 2023
a70e00f
Generate user avatar by wallet
d0rich Nov 25, 2023
e4f995c
Update UserAvatar.vue to use thumbs collection
d0rich Nov 25, 2023
583bd7d
Init sidebar navigation
d0rich Nov 25, 2023
c853236
Create blog form
d0rich Nov 25, 2023
60985d0
useOpenedContract
d0rich Nov 25, 2023
7a148ec
Replace deprecated ton packages
d0rich Nov 26, 2023
612ce60
Workaround for @ton/ton incompatibility with Vue
d0rich Nov 26, 2023
dd00e76
Fix @ton/core patch
d0rich Nov 26, 2023
8add2f6
Fix sidebar toggle in Layout.vue and DSidebar.vue
d0rich Nov 26, 2023
a1b40eb
Error: Unsupported item type: tvm.stackEntrySlice
d0rich Nov 26, 2023
b056948
My blogs draft
d0rich Nov 26, 2023
913cf59
Add redirect rule to netlify.toml
d0rich Nov 26, 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
Prev Previous commit
Add redirect rule to netlify.toml
  • Loading branch information
d0rich committed Nov 26, 2023
commit 913cf59e8f197cb0cec1452f1fa4542c2e84b33b
5 changes: 5 additions & 0 deletions apps/d.d0rich.me/netlify.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
[build]
ignore = "node apps/d.d0rich.me/ignore-build.mjs"

[[redirects]]
from = "/*"
to = "/index.html"
status = 200