Skip to content

Convert UI menu from tables to divs #137

@alulsh

Description

@alulsh

Right now the UI menu uses HTML tables - <table>, <tr>, and <td> elements.

Tables should only be used for tabular data, like that which you'd store in an Excel spreadsheet. Tables shouldn't be used to UI elements.

Let's convert the HTML table to use <div> elements instead. We can properly style the UI widget using CSS.

/cc @hareno44

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions