openreview / openreview-web

The official web interface for OpenReview.net
https://openreview.net
GNU Affero General Public License v3.0
14 stars 2 forks source link

New note editor: add toggle button widget #1576

Closed xkopenreview closed 1 month ago

xkopenreview commented 1 year ago

it seems that definition of flagged_for_ethics_review in EMNLP/2023/Conference/-/Ethics_Review_Flag invitation will render a toggle button widget

image

so i think it's time to implement the toggle button widget

melisabok commented 1 year ago

This is because the type is a boolean. It is not expected to use the UI to post the edit, at least for now. So @celestemartinez built a workaround for this.

melisabok commented 1 year ago

@xkopenreview could you implement this for the new note editor?

xkopenreview commented 2 months ago

this issue should help with understanding of note editor related context and field schema related logic