notplants
notplants commented on pull request PeachCloud/peach-workspace#29 2021-11-16 14:22:46 +00:00
Sticky footer with flexbox

LG, sticky footer good to have

notplants commented on pull request PeachCloud/peach-workspace#28 2021-11-16 07:13:29 +00:00
Refactor route and template organisation

@glyph glad you got in the zone, and looks good to me.

The diagram you made makes it pretty easy to parse and understand how it works, as well as the groupings of routes in main.rs.

I could…

notplants created pull request PeachCloud/go-sbotcli-rs#7 2021-11-15 14:17:37 +00:00
Add abstract get_about_message function
notplants created branch get_about in PeachCloud/go-sbotcli-rs 2021-11-15 14:15:22 +00:00
notplants pushed to get_about at PeachCloud/go-sbotcli-rs 2021-11-15 14:15:22 +00:00
bbb3a41662 Abstract get_about_message function
notplants merged pull request PeachCloud/go-sbotcli-rs#6 2021-11-15 13:31:55 +00:00
Add publish_own_name, publish_own_description, get_description
notplants pushed to main at PeachCloud/go-sbotcli-rs 2021-11-15 13:31:55 +00:00
c55b13d026 Merge pull request 'Add publish_own_name, publish_own_description, get_description' (#6) from publish_own_name into main
c300ffd130 Response to code review
5837271675 Change ssb_id to id to keep style uniformity
c8b3ecc278 Add publish_own_name and publish_own_description
Compare 4 commits »
notplants deleted branch publish_own_name from PeachCloud/go-sbotcli-rs 2021-11-15 13:31:55 +00:00
notplants pushed to publish_own_name at PeachCloud/go-sbotcli-rs 2021-11-15 13:16:18 +00:00
c300ffd130 Response to code review
notplants commented on pull request PeachCloud/go-sbotcli-rs#6 2021-11-15 13:07:45 +00:00
Add publish_own_name, publish_own_description, get_description

imo an error is technically not just when an underlying call returns an error, but whenever a function fails to do what you want it to do, however you define that.

To me it makes the most sense…

notplants commented on issue PeachCloud/peach-workspace#26 2021-11-15 11:34:24 +00:00
List of go-sbotcli commands which are missing

hmm doing this as gitea issue and comments is a bit messy... maybe we should just make a pad? and I can add the commands there. and share the doc once there's a bit of a list of them.

@cblgh what…

notplants pushed to publish_own_name at PeachCloud/go-sbotcli-rs 2021-11-15 11:29:52 +00:00
5837271675 Change ssb_id to id to keep style uniformity
notplants created pull request PeachCloud/go-sbotcli-rs#6 2021-11-15 11:29:06 +00:00
Add publish_own_name, publish_own_description, get_description
notplants created branch publish_own_name in PeachCloud/go-sbotcli-rs 2021-11-15 11:23:54 +00:00
notplants pushed to publish_own_name at PeachCloud/go-sbotcli-rs 2021-11-15 11:23:54 +00:00
c8b3ecc278 Add publish_own_name and publish_own_description
notplants commented on pull request PeachCloud/peach-workspace#27 2021-11-15 10:34:47 +00:00
Add SSB routes for newly added templates

LG! I like the reuse of peers_list.html

notplants opened issue PeachCloud/peach-workspace#26 2021-11-15 09:45:34 +00:00
List of go-sbotcli commands which are missing
notplants commented on issue PeachCloud/peach-workspace#6 2021-11-15 07:43:37 +00:00
How to implement authentication for peach-web

Closing this issue since we have working authentication now.

notplants closed issue PeachCloud/peach-workspace#6 2021-11-15 07:43:37 +00:00
How to implement authentication for peach-web
notplants commented on pull request PeachCloud/peach-workspace#21 2021-11-15 07:17:50 +00:00
Add SSB-related templates

@glyph LGTM. this will be great to work on from. going to start on this today.

It looks to me like ssb_settings.tera isn't currently connected to any route, is this intentional?