)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":12898,"name":"Tony Breeds","email":"tony@bakeyournoodle.com","username":"tonyb"},"change_message_id":"95400efcd9afb0f420925e70fa2ad29216ad979e","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"402ed775_ec55560f","updated":"2025-10-30 07:13:28.000000000","message":"Works mostly the same for me.\n\nThe home button does what\u0027s expected.  The home page renders okay on Chrome.  The button is very full of text :/\n\nI can\u0027t see anyway to select dark mode.  In the \"settings gear\", there are sun and moon icons but they don\u0027t seem to do anything.  I wonder if we need to create \"no-skin\" light and dark variants?","commit_id":"fd1ca500cbff4ff9b740069d3e27d9faa7d72ceb"},{"author":{"_account_id":4146,"name":"Clark Boylan","email":"cboylan@sapwetik.org","username":"cboylan"},"change_message_id":"c049ef7cf0068cee5256ced87ec811aa3551e6de","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"cfcd080c_5dc70ae1","in_reply_to":"402ed775_ec55560f","updated":"2025-10-30 14:38:33.000000000","message":"Ya my guess is that no-skin simply doesn\u0027t implement light and dark modes and is single mode only. Upstream reports they have fixed the issue with firefox so the next release may be the one we actually upgrade to. Or we can go with 2.5.1 and hope for the best on the next release.","commit_id":"fd1ca500cbff4ff9b740069d3e27d9faa7d72ceb"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"513698d6f3dc3ec3504ccaa3e3c920f171e8b6b4","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":4,"id":"d96384b2_d89f7206","updated":"2025-11-04 17:26:25.000000000","message":"Had a go, tested Safari, Chrome and Firefox on MacOS, works fine (compared to the current version running in OpenDev)","commit_id":"8f918c9b69dfbd360d0be28e2339b288ec17769e"},{"author":{"_account_id":12898,"name":"Tony Breeds","email":"tony@bakeyournoodle.com","username":"tonyb"},"change_message_id":"5efd12a7765ee1d5b302cb19b732be102edac23b","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":4,"id":"9cd76bd5_4721c760","updated":"2025-10-31 01:34:03.000000000","message":"Happy enough with this.   The dark-mode feature not working is a bit sad.","commit_id":"8f918c9b69dfbd360d0be28e2339b288ec17769e"}],"playbooks/roles/etherpad/templates/settings.json.j2":[{"author":{"_account_id":4146,"name":"Clark Boylan","email":"cboylan@sapwetik.org","username":"cboylan"},"change_message_id":"0fb2ad205f005457bc3fb37b764ae647d0ae25bb","unresolved":true,"context_lines":[{"line_number":99,"context_line":"    /*"},{"line_number":100,"context_line":"    * Whether to show recent pads on the homepage or not."},{"line_number":101,"context_line":"    */"},{"line_number":102,"context_line":"    \"showRecentPads\": true,"},{"line_number":103,"context_line":""},{"line_number":104,"context_line":"  /*"},{"line_number":105,"context_line":"   * Pathname of the favicon you want to use. If null, the skin\u0027s favicon is"}],"source_content_type":"text/x-jinja2","patch_set":4,"id":"9ea042df_4cfb98b9","line":102,"updated":"2025-10-30 20:05:46.000000000","message":"The weird indentation here is preserved from the upstream file.","commit_id":"8f918c9b69dfbd360d0be28e2339b288ec17769e"},{"author":{"_account_id":12898,"name":"Tony Breeds","email":"tony@bakeyournoodle.com","username":"tonyb"},"change_message_id":"5efd12a7765ee1d5b302cb19b732be102edac23b","unresolved":true,"context_lines":[{"line_number":637,"context_line":"    * Allow setting dark mode for the enduser. This is so if the user has preferred dark mode in their browser, Etherpad will respect that."},{"line_number":638,"context_line":"    * Of course this overrides all the skin variants and the skinName set by the administrator."},{"line_number":639,"context_line":"    **/"},{"line_number":640,"context_line":"    \"enableDarkMode\": \"${ENABLE_DARK_MODE:true}\","},{"line_number":641,"context_line":""},{"line_number":642,"context_line":"  /*"},{"line_number":643,"context_line":"   * From Etherpad 1.8.5 onwards, when Etherpad is in production mode commits from individual users are rate limited"}],"source_content_type":"text/x-jinja2","patch_set":4,"id":"dd718346_134a6636","line":640,"range":{"start_line":640,"start_character":0,"end_line":640,"end_character":49},"updated":"2025-10-31 01:34:03.000000000","message":"If this doesn\u0027t work with our chosen skin, should we set the default to false? similar to metrics?","commit_id":"8f918c9b69dfbd360d0be28e2339b288ec17769e"},{"author":{"_account_id":4146,"name":"Clark Boylan","email":"cboylan@sapwetik.org","username":"cboylan"},"change_message_id":"73e5d5ce3005f3105892ab31a09ba22832b304d0","unresolved":true,"context_lines":[{"line_number":637,"context_line":"    * Allow setting dark mode for the enduser. This is so if the user has preferred dark mode in their browser, Etherpad will respect that."},{"line_number":638,"context_line":"    * Of course this overrides all the skin variants and the skinName set by the administrator."},{"line_number":639,"context_line":"    **/"},{"line_number":640,"context_line":"    \"enableDarkMode\": \"${ENABLE_DARK_MODE:true}\","},{"line_number":641,"context_line":""},{"line_number":642,"context_line":"  /*"},{"line_number":643,"context_line":"   * From Etherpad 1.8.5 onwards, when Etherpad is in production mode commits from individual users are rate limited"}],"source_content_type":"text/x-jinja2","patch_set":4,"id":"15f14538_00c37d09","line":640,"range":{"start_line":640,"start_character":0,"end_line":640,"end_character":49},"in_reply_to":"dd718346_134a6636","updated":"2025-11-04 22:47:54.000000000","message":"I think we can do that in a followup if we\u0027re worried it is confusing in the current state.","commit_id":"8f918c9b69dfbd360d0be28e2339b288ec17769e"}]}
