Move notification messages to UI data folder
Notification messages should not be stated inline, but loaded from external data files. For that purpose, a new directory "ui_data" is created, to store data files for the UI. Currently, there is just one data file "common.json", containing as dictionary of protocol statuses and corresponding notifications.
Showing
- agkyra/cli.py 1 addition, 14 deletionsagkyra/cli.py
- agkyra/nwgui/notify.js 0 additions, 15 deletionsagkyra/nwgui/notify.js
- agkyra/nwgui/protocol.js 4 additions, 3 deletionsagkyra/nwgui/protocol.js
- agkyra/protocol.py 6 additions, 6 deletionsagkyra/protocol.py
- agkyra/ui_data/common.json 30 additions, 0 deletionsagkyra/ui_data/common.json
Loading
Please register or sign in to comment