Mahdi-zarei / nekoray

Qt based cross-platform GUI proxy configuration manager (backend: sing-box)
GNU General Public License v3.0
250 stars 17 forks source link

[FR] Option to edit active rules section #68

Open papampi opened 4 days ago

papampi commented 4 days ago

Description suggestions

Active rules in left section is inactive, we can't either scroll or edit. If possible and no headache please add a checkmark option to activate it, so those who want can manually edit or scroll and check its content.

image

Screenshot from 2024-06-30 12-47-44

Mahdi-zarei commented 6 hours ago

Editing them is not going to work well given that they have to be in the Json format and errors cannot fixed, but viewing them should be fixed. Also Import json can be used to manually import the json array. Also I think we need an export json so that we can export the array and then change it and import it again, in case someone wants to use a complex routing rule.