Adds public notes (#28373)

* Adds public notes

* oops sorry CI

* AA review

* head of staff requests

* darkmode + disclaimer
This commit is contained in:
Contrabang
2025-03-30 15:00:46 -04:00
committed by GitHub
parent cbd53f936a
commit 808553727c
7 changed files with 130 additions and 11 deletions
+4
View File
@@ -866,6 +866,10 @@
var/note_id = href_list["editnote"]
edit_note(note_id)
else if(href_list["toggle_note_publicity"])
var/note_id = href_list["toggle_note_publicity"]
toggle_note_publicity(note_id)
else if(href_list["shownote"])
var/target = href_list["shownote"]
show_note(index = target)