Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
sboagy opened an issue on sboagy/tunetrees
Reorder columns by dragging
Reorder the columns via click and drag. Not sure where there is a good shadcn Table example of this. See: * https://github.com/TanStack/table/issues/1570 * https://tanstack.com/table/v8/d...sboagy opened an issue on sboagy/tunetrees
Resize columns
Add resizing ability for tune grid columns. See: * https://tanstack.com/table/v8/docs/framework/react/examples/column-sizing * https://github.com/danielagg/shadcn-data-table-resize-columnssboagy created a comment on an issue on sboagy/tunetrees
Fixed with merge of PR: ๐ Fix column header problems https://github.com/sboagy/tunetrees/pull/115 .
sboagy closed an issue on sboagy/tunetrees
Scrollbars in column header section and footer (on linux only)
scrollbars are showing up on the header and footer only in Linux. :-(. I've tried pretty hard to fix this, but so far haven't been able to. This is another consequence of the weird way I set...sboagy closed an issue on sboagy/tunetrees
Horizontal scroll behavior of column headers vs. grid content
The column headers and grid need to scroll sync'ed when horizontal scroll kicks in. This is another consequence of the weird way I set up the grids in order to support "@tanstack/react-virtual" ...sboagy created a comment on an issue on sboagy/tunetrees
Fixed with merge of PR: ๐ Fix column header problems #115 .
sboagy pushed 1 commit to main sboagy/tunetrees
- ๐ Fix column header problems (#115) * โจ Drop extra div wrapper in shadcn Table component, which allows header to be ... 15dc96f
sboagy closed an issue on sboagy/tunetrees
Save and track column settings
Whenever the user changes column visibility, save the settings as part of the user settings record. (Hmm... where did the user settings blob in the DB go?)sboagy closed an issue on sboagy/tunetrees
times should be stored as utc, but displayed as local time zone
All storage and scheduling should be done in Coordinated Universal Time (UTC). But input and output to the user should be in local timezones.sboagy closed an issue on sboagy/tunetrees
[epic] Containerize existing TuneTrees app in Docker (and deploy to Digital Ocean)
Containerize existing TuneTrees app in Docker, and deploy to Digital Ocean. The goal is to access the TuneTrees application from any web browser/machine, and be able to do a practice session. Thi...sboagy closed an issue on sboagy/tunetrees
Whole tune page (when double-click on tune in list)
Double-clicking a tune in the datagrid should bring up a form for the tune, with edit capabilities.sboagy closed an issue on sboagy/tunetrees
Genre's dissapeared
I think in one of my migration script runs I wiped out the hard work I did for Genres. Side note: default Genre for playlist?sboagy closed an issue on sboagy/tunetrees
Tabs menu at same level as tabs?
Instead of the tabs menu being at the very top next to the repertoire menu, should the be next to the tabs? And maybe the menu should have an icon instead of "Tabs" text?sboagy closed an issue on sboagy/tunetrees
Switching to a different browser tab, and switching back, causes error
An error occurs when switching to a different browser tab, and switching back. The error on the client side is: ``` ClientFetchError: Read more at https://errors.authjs.dev#autherror at...sboagy created a comment on an issue on sboagy/tunetrees
Besides fixing the column sorting, I removed the column menus for now. Getting them to work in detail wouldn't bring that much value, and the actual functionality is pretty much already there. Th...
sboagy closed an issue on sboagy/tunetrees
Column menus don't seem to work at all anymore
They did work for sure when I first did the compound table, and integrated "@tanstack/react-virtual". Not sure at what point they totally stopped working?sboagy pushed 4 commits to main sboagy/tunetrees
- ๐งโ๐ป โก๏ธ โจ โป๏ธ ๐จ Abandon the staged_ column names in the staged view, and don't do the backend column name mapping hac... 072342a
- โฌ๏ธ Update to "next": "^15.1.0" 2bac8c7
- โฐ๏ธ Remove unused practice.py file and its associated functions, since the old pure html page is no longer useful. 4a5bf4a
- ๐ธ ๐ โป๏ธ โจ Refactor TunesContextRepertoire and TunesTable components be able to do back-end sorting, but leave it false... 3386c2a