Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat(boards2): implement next boards version#2901

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
ilgooz wants to merge187 commits intomaster
base:master
Choose a base branch
Loading
fromdevx/feature/boardsv2
Draft
Changes from1 commit
Commits
Show all changes
187 commits
Select commitHold shift + click to select a range
71c93a7
feat(boardsv2): init (#2900)
ilgoozOct 4, 2024
baf9821
Merge branch 'master' into devx/feature/boardsv2
ilgoozOct 4, 2024
1a88d58
feat(boardsv2): experiment API - WIP (#2902)
jeronimoalbiNov 4, 2024
7408299
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiNov 11, 2024
42d5089
chore: remove `boardsv2` drafts (#3111)
jeronimoalbiNov 12, 2024
1510a6f
chore: copy `boards` realm to `boards2` (#3110)
jeronimoalbiNov 12, 2024
4c7d16b
feat: simplify `boards2` implementation (#3115)
jeronimoalbiNov 13, 2024
8874e8e
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiNov 15, 2024
dd21273
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiNov 19, 2024
1f6d61f
test(boards2): unit tests for `Board` and `Post` types (#3150)
jeronimoalbiNov 20, 2024
7446197
feat(boards2): update package name to "boards2" (#3184)
x1unixNov 22, 2024
c31350c
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiNov 25, 2024
4944a7e
feat(boards2): initial permissions support (#3151)
jeronimoalbiNov 26, 2024
4027d07
feat(boards2): board creation and permissions (#3211)
jeronimoalbiNov 29, 2024
20fc146
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiDec 18, 2024
75cd4ab
fix: resolve devx boards2 branch issues (#3365)
jeronimoalbiDec 18, 2024
251a107
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiDec 18, 2024
261e316
feat: permissions support for individual boards (#3386)
jeronimoalbiDec 23, 2024
0e7d24f
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiDec 23, 2024
b8ac6b0
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiJan 6, 2025
8844f30
feat(boards2): add core flagging logic (#3451)
x1unixJan 7, 2025
efbfd00
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiJan 7, 2025
3c41887
chore(boards2): remove permission handlers (#3449)
jeronimoalbiJan 7, 2025
25622db
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiJan 7, 2025
40eead0
feat(boards2): board renaming (#3462)
jeronimoalbiJan 9, 2025
39e19d3
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiJan 9, 2025
0556dc8
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiJan 15, 2025
4090aac
feat(boardsv2): initialize reposting (#3513)
x1unixJan 16, 2025
541278b
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiJan 16, 2025
adaafd7
feat(boards2): member role management (#3512)
jeronimoalbiJan 16, 2025
e60574f
feat(boardsv2): hide flagged comments (#3536)
x1unixJan 17, 2025
a10d2c7
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiJan 17, 2025
1e24a33
feat(boards2): initial commondao implementation (#3558)
jeronimoalbiJan 22, 2025
2f99874
feat(boards2): change public delete reply function to soft delete rep…
jeronimoalbiJan 27, 2025
dc5a753
feat(boards2): improve public realm functions (#3583)
jeronimoalbiJan 27, 2025
e769fb1
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiJan 27, 2025
48a8042
feat(boards2): pagination (#3586)
x1unixJan 27, 2025
6592035
feat(boards2): add proposal definition tally support to `commondao` p…
jeronimoalbiJan 28, 2025
5f3a9f6
chore(boards2): move `commondao` & `boards2` to "nt" namespace (#3618)
jeronimoalbiJan 28, 2025
69960ec
test(boards2): add missing filetests for board creation (#3622)
jeronimoalbiJan 28, 2025
33fb889
test(boards2): add missing filetests for board rename (#3625)
jeronimoalbiJan 28, 2025
90a3c4e
test(boards2): add missing filetests for member invite (#3632)
jeronimoalbiJan 30, 2025
dc173c2
test(boards2): add missing filetests for member removal (#3633)
jeronimoalbiJan 30, 2025
63007ab
test(boards2): add missing filetests for member role change (#3636)
jeronimoalbiJan 30, 2025
bab1153
test(boards2): add missing filetests for member check (#3638)
jeronimoalbiJan 30, 2025
b00f9e1
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiJan 30, 2025
db1dd43
test(boards2): add missing filetests for thread creation (#3644)
jeronimoalbiJan 30, 2025
33da5ed
test(boards2): add missing filetests for thread edit (#3649)
jeronimoalbiJan 31, 2025
d7dcd92
test(boards2): add missing filetests for thread flagging (#3646)
jeronimoalbiJan 31, 2025
d7740a4
test(boards2): add missing filetests for thread deletion (#3645)
jeronimoalbiJan 31, 2025
5f67719
test(boards2): add missing filetests for board ID getter by name (#3642)
jeronimoalbiJan 31, 2025
60334e6
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiJan 31, 2025
b983f8f
test(boards2): add missing filetests for reply creation (#3653)
jeronimoalbiJan 31, 2025
2203553
test(boards2): add missing filetests for reply edit (#3655)
jeronimoalbiFeb 3, 2025
277b49d
test(boards2): add missing filetests for reply flagging (#3656)
jeronimoalbiFeb 3, 2025
d2b4892
test(boards2): add missing filetests for reply deletion (#3657)
jeronimoalbiFeb 3, 2025
edc5d69
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiFeb 3, 2025
a7c56e2
feat(boards2): repost tests (#3659)
x1unixFeb 4, 2025
7a94b18
chore(boards2): move all files into `v1` folder (#3680)
jeronimoalbiFeb 4, 2025
87f9089
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiFeb 6, 2025
a8c80b7
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiFeb 10, 2025
a9c821a
chore: fix issues after latest `master` merge
jeronimoalbiFeb 10, 2025
c948518
feat(boards2): change flagging threshold to be configurable per board…
jeronimoalbiFeb 13, 2025
828a084
chore(boards2): remove legacy user call asserts (#3756)
jeronimoalbiFeb 15, 2025
98002bb
chore(boards2): add initial documentation to public realm functions (…
jeronimoalbiFeb 15, 2025
c1e5959
chore(boards2): simplify boards realm permissions (#3717)
jeronimoalbiFeb 15, 2025
fed38e6
feat(boards2): add support to freeze individual boards (#3755)
jeronimoalbiFeb 17, 2025
871d13e
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiFeb 17, 2025
72c1407
chore(boards2): simplify default permissions implementation (#3770)
jeronimoalbiFeb 18, 2025
17377ea
chore: remove `GetDAO` from `Permissions` interface
jeronimoalbiFeb 20, 2025
e88eafa
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiFeb 20, 2025
df84cbe
fix(boards2): change `boards2` realm to work with breaking `master` c…
jeronimoalbiFeb 21, 2025
4009304
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiFeb 21, 2025
c80653b
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiFeb 23, 2025
47347a5
feat(boards2): improve menus and add missing actions (#3809)
jeronimoalbiFeb 24, 2025
d4ee2c9
feat(boards2): allow changing permissions implementation (#3718)
jeronimoalbiFeb 24, 2025
edf5629
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiFeb 25, 2025
129cccb
feat(boards2): add views to list board members (#3803)
jeronimoalbiFeb 25, 2025
ddafaf1
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiFeb 26, 2025
c5b1a71
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiFeb 27, 2025
e7539f3
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiMar 3, 2025
9891d6b
feat(boards2): change flagging to allow realm owners to hide with a s…
jeronimoalbiMar 6, 2025
c3aaac2
feat(boards2): implement freeze and unfreeze for thread and reply (#3…
x1unixMar 6, 2025
72d2d4a
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiMar 10, 2025
2b2ee02
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiMar 11, 2025
8d3610a
fix(boards2): change realm to work with new users realm (#3916)
jeronimoalbiMar 11, 2025
2a0b6d4
feat(boards2): add events to boards2 realm (#3915)
jeronimoalbiMar 14, 2025
29ed82c
fix(boards2): correct usability and UI issues (#3848)
jeronimoalbiMar 14, 2025
137a121
feat(boards2): change pager dependency to be consistent (#3953)
jeronimoalbiMar 16, 2025
4b427cc
feat(boards2): check replies length and disallow UI breaking Markdown…
jeronimoalbiMar 17, 2025
9c57c0b
chore: deprecate `OriginCaller` in favor of `PreviousRealm`
jeronimoalbiMar 17, 2025
6c25eb4
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiMar 17, 2025
f190d53
chore: fix `boards2` filetest to work with new `users` realm constraints
jeronimoalbiMar 17, 2025
b715919
feat(boards2): simplify freeze implementation (#3960)
jeronimoalbiMar 17, 2025
bc9cb0b
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiMar 17, 2025
810c71b
feat(boards2): add realm and realm members locking support (#3969)
jeronimoalbiMar 19, 2025
08b9225
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiMar 19, 2025
b05a282
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiMar 19, 2025
8d606b5
feat(boards2): add public iteration functions to read minimal board d…
jeronimoalbiMar 19, 2025
5fd2e4b
chore: move `r/nt/boards2` to `r/gnoland/boards2`
jeronimoalbiMar 19, 2025
9e80f73
chore: remove `commondao` package from `devx/feature/boardsv2`
jeronimoalbiMar 19, 2025
625e353
chore: change `boards2` to use `gno.land/p/gnoland/commondao` package
jeronimoalbiMar 19, 2025
0079189
chore: fix imports sorting
jeronimoalbiMar 19, 2025
d46ce08
fix: correct default permissions impl to work with commondao
jeronimoalbiMar 20, 2025
c65bb87
feat: use a markdown table to list members
jeronimoalbiMar 20, 2025
4aba74e
chore: address some UI review related improvements
jeronimoalbiMar 20, 2025
5e99c99
feat: add boards dApp help content support
jeronimoalbiMar 20, 2025
cd6b64a
chore: move board menu under the board section title
jeronimoalbiMar 20, 2025
2f482e2
feat: improve thread and reply actions layout
jeronimoalbiMar 20, 2025
4467569
feat: support reply views
jeronimoalbiMar 20, 2025
26b814c
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiMar 20, 2025
352c845
chore: remove separatos when rendering reply action links
jeronimoalbiMar 21, 2025
6221e90
chore: improve board not found message txlink
jeronimoalbiMar 21, 2025
0eafc14
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiMar 26, 2025
07929e9
test: fix tests for the latest gno API changes
jeronimoalbiMar 26, 2025
f1d2c33
feat(boards2): add boards, thread and reply sorting support by oldest…
jeronimoalbiMar 26, 2025
ef9a073
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiMar 27, 2025
5a39132
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiMar 31, 2025
7a71365
chore(boards2): address `v1rc1` review issues (#4041)
jeronimoalbiApr 2, 2025
f4b06e8
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiApr 2, 2025
a467761
feat(boards2): improve general spacing to be more inline with classic…
jeronimoalbiApr 4, 2025
cbf1ad5
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiApr 9, 2025
84d9b5a
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiApr 14, 2025
c27d566
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiApr 14, 2025
f697545
chore(boards2): change `commondao` package imports to use `nt` namesp…
jeronimoalbiApr 14, 2025
7f568ed
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiApr 15, 2025
87b0e24
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiApr 22, 2025
5e2f20f
fix(boards2): update realm for the inter-realm spec changes (#4203)
jeronimoalbiApr 23, 2025
d90c93d
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiApr 23, 2025
90f5d01
chore: change default realm owners
jeronimoalbiApr 28, 2025
4d3b3c4
fix: change `Render()` to be a non crossing function
jeronimoalbiApr 29, 2025
14d3150
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiMay 5, 2025
0d7d1c2
test: change `testing.SetOriginCaller` by `testing.SetReam`
jeronimoalbiMay 5, 2025
165c8db
test: fix broken outdated tests
jeronimoalbiMay 5, 2025
744af14
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiMay 5, 2025
ee57b2d
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiMay 9, 2025
4e274b0
chore: add TODO
jeronimoalbiMay 9, 2025
1fb9711
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiMay 9, 2025
fa3f16b
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiMay 12, 2025
998ed5d
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiMay 12, 2025
99045fb
chore: remove unused import
jeronimoalbiMay 12, 2025
16118f4
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiMay 12, 2025
fa38907
feat: support private boards
jeronimoalbiMay 12, 2025
56cef3f
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiMay 14, 2025
cb1713b
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiMay 19, 2025
f47cf74
test: add UI filetests
jeronimoalbiMay 19, 2025
7fd398f
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiMay 19, 2025
41b0da4
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiMay 20, 2025
b834d8f
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiMay 21, 2025
9d09d84
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiMay 22, 2025
446fe5a
chore: rename default permissions to basic permissions
jeronimoalbiMay 23, 2025
b25b6d7
chore: remove redundant iteration
jeronimoalbiMay 23, 2025
eebcfc6
chore: validate post title and body on update
jeronimoalbiMay 23, 2025
ba52299
chore: add TODO
jeronimoalbiMay 23, 2025
6f1205c
chore: change basic permissions to rely on DAO instead of users tree
jeronimoalbiMay 23, 2025
6e96c77
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiMay 25, 2025
dc2cab9
chore: fixed linting issues
jeronimoalbiMay 25, 2025
2a0e074
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiMay 30, 2025
134ff7e
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiJun 4, 2025
6279fb4
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiJun 6, 2025
4b724df
refactor: change code to support gnovm `xform2` branch changes
jeronimoalbiJun 6, 2025
2b46d71
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiJun 16, 2025
fc07afb
chore: switch to `gnomod.toml`
jeronimoalbiJun 16, 2025
b51ac2a
feat: remove `Permissions.AddUser()` to favor `SerUserRoles()`
jeronimoalbiJun 16, 2025
c9d0909
chore: remove readonly board type
jeronimoalbiJun 17, 2025
01e2512
chore: remove redundant posts's repost count variable
jeronimoalbiJun 17, 2025
a277b22
refactor: change Post type to use public properties
jeronimoalbiJun 17, 2025
bfae0f6
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiJun 17, 2025
ddd159b
refactor: change Board type to use public properties
jeronimoalbiJun 17, 2025
ff63a5b
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiJun 17, 2025
927b892
refactor: simplify thread repost
jeronimoalbiJun 17, 2025
7826427
chore: add documentation to Post and Board types
jeronimoalbiJun 17, 2025
82ac66c
refactor: change BasicPermissions to support validator functions
jeronimoalbiJun 17, 2025
8998634
refactor: move URL related methods to functions
jeronimoalbiJun 20, 2025
e6e2fd7
feat: use `p/moult/md` to render links
jeronimoalbiJun 20, 2025
883261a
feat: change standard render to use `p/moul/md*` packages
jeronimoalbiJun 20, 2025
c83d77d
feat: change Board type render to use `p/moul/md*` packages
jeronimoalbiJun 20, 2025
13cee14
feat: change Post type render to use `p/moul/md` package
jeronimoalbiJun 20, 2025
5e35e98
feat: change `GetBoard()` to only allow board owner origin calls
jeronimoalbiJun 20, 2025
cf995b5
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiJun 20, 2025
0ea18bd
chore: change "private" boards to "listed"
jeronimoalbiJun 20, 2025
809126f
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiJun 21, 2025
d2f6a69
feat: generate user links using `UserLink` from `p/moul/md`
jeronimoalbiJun 21, 2025
d633462
feat: add support to request being invited to a board
jeronimoalbiJun 27, 2025
36f49e0
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiJun 27, 2025
3ab7d0a
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiJul 2, 2025
dbeb8a6
Merge branch 'master' into devx/feature/boardsv2
jeronimoalbiJul 7, 2025
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
PrevPrevious commit
NextNext commit
chore: remove separatos when rendering reply action links
  • Loading branch information
@jeronimoalbi
jeronimoalbi committedMar 21, 2025
commit352c845ae850bd3af3ef1644661d24530af61bb2
4 changes: 2 additions & 2 deletionsexamples/gno.land/r/gnoland/boards2/v1/post.gno
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -386,7 +386,7 @@ func (post *Post) renderPostContent(sb *strings.Builder, indent string, levels i
sb.WriteString(" repost(s)")
}

sb.WriteString(" \n[")
sb.WriteString(" \n")
sb.WriteString(newLink("Flag", post.GetFlagFormURL()))

if post.IsThread() {
Expand All@@ -413,7 +413,7 @@ func (post *Post) renderPostContent(sb *strings.Builder, indent string, levels i
}
}

sb.WriteString("]\n")
sb.WriteString(" \n")
}

func (post *Post) Render(path string, indent string, levels int) string {
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp