pythonmyadmin icon indicating copy to clipboard operation
pythonmyadmin copied to clipboard

🐍🖥 Lightweight GUI for modifying database tables.

Results 19 pythonmyadmin issues
Sort by recently updated
recently updated
newest added

Plotly Dash has replaced the `DataTable` component with updated alternatives such as `AgGrid`. * **Overview**: [https://dash.plotly.com/dash-ag-grid](https://dash.plotly.com/dash-ag-grid|smart-link) * **Migration guide**: [https://dash.plotly.com/dash-ag-grid/migration-guide](https://dash.plotly.com/dash-ag-grid/migration-guide|smart-link) * **Getting Started**: [https://dash.plotly.com/dash-ag-grid/getting-started](https://dash.plotly.com/dash-ag-grid/getting-started|smart-link)

Bumps [black](https://github.com/psf/black) from 23.10.0 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...

dependencies

Bumps [dash](https://github.com/plotly/dash) from 2.14.0 to 2.15.0. Release notes Sourced from dash's releases. Dash v2.15.0 Added #2695 Adds triggered_id to dash_clientside.callback_context. Fixes #2692 #2723 Improve dcc Slider/RangeSlider tooltips. Fixes #1846 Add...

dependencies

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. Release notes Sourced from jinja2's releases. 3.1.3 This is a fix release for the 3.1.x feature branch. Fix for GHSA-h5c8-rqwp-cp95. You are affected if...

dependencies

Improve readability of **.less** stylesheets: * Rely more on **@variables** for colors, fonts, and similarly reused values. * Reference class names and ids more frequently. * Organize hierarchy of elements...

* Increase height of `Style-menu-outer` for larger dropdown menu * Decrease font size of available choices * Adjust table margins for smaller breakpoints * Contextually format columns depending on their...

* Add instructions for installing and configuring `lessc` as an optional step * Update repo badges * Short description of project’s current status

Perform the fetching & parsing of database tables upon page load. Despite upfront load times, the application should not require a restart to display new records.