5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 04:22:15 +08:00
wails/v3/TODO.md
Lea Anthony ba82f27534 Fix Bug with nil parameters.
Added browser and kvstore plugins.
2023-03-20 20:28:33 +11:00

875 B

TODO

Informal and incomplete list of things needed in v3.

General

  • Generate Bindings

  • Generate TS Models

  • Dev Mode

  • Generate Info.Plist from info.json

  • Windows Port

  • Linux Port

Runtime

  • Pass window ID with window calls in JS
  • Implement alias for window in JS
  • Implement runtime dispatcher
    • Log
    • Same Window
    • Other Window
    • Dialogs
      • Info
      • Warning
      • Error
      • Question
      • OpenFile
      • SaveFile
    • Events
    • Screens
    • Clipboard
    • Application
  • Create .d.ts file

Templates

  • Create plain template
  • Improve default template

Runtime

  • To log or not to log?
  • Unify cross-platform events, eg. onClose

Plugins

  • Move logins to v3/plugins
  • Expose application logger to plugins