danieldesira / DanielsConnect4

Connect4 implementation in TypeScript ported from JavaScript code written prior to 2013
GNU General Public License v2.0
0 stars 0 forks source link

Dialog changes #47

Closed danieldesira closed 1 year ago

danieldesira commented 1 year ago

Make the following modifications in the dialog library:

  1. All methods should only accept one options parameter.
  2. Add an option title parameter (property) to the options.
  3. Solve form warning on Edge.

Will be implemented in ui_bugs branch.

danieldesira commented 1 year ago

Done