Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

sboagy

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-columns
sboagy 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 .

View on GitHub

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 .

View on GitHub

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

View on GitHub

sboagy created a branch on sboagy/tunetrees

table/conveyor_solution

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
Add default genre field to playlist table
sboagy closed an issue on sboagy/tunetrees
Delete Tunes
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...

View on GitHub

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

View on GitHub

sboagy pushed 3 commits to main sboagy/tunetrees
  • โšฐ๏ธ Remove unneeded Layout component in componenets dir. 6a79b3c
  • ๐Ÿ”ง Update dependencies: add debug package and upgrade next-auth to version 5.0.0-beta.25 0c1367e
  • ๐Ÿšง ๐ŸŽจ ๐Ÿ› Add styles for column icons, and fix surface cosmetic problems with column headers. 6aeba0c

View on GitHub

sboagy created a comment on an issue on sboagy/tunetrees
I'll deal with this as the same time as #97 since for 97 it looks like I'll have to deal with the loading mechanism anyway.

View on GitHub

sboagy opened an issue on sboagy/tunetrees
Repertoire tab (at least) re-loading data unnecessarily
The refreshID mechanism should avoid unnecessary loading, but doesn't seem to be working. See tunesRefreshId of app/(main)/pages/practice/components/TunesContextRepertoire.tsx RefreshId as well ...
sboagy created a comment on an issue on sboagy/tunetrees
Fix for this was commenting out: ``` basePath: BASE_PATH, ``` in auth/index.ts.

View on GitHub

sboagy opened an issue on sboagy/tunetrees
Practice tab not remembering current selection
I thought remembering the current tune for the practice tab was working. But it seems to be only working for the repertoire tab and the catalog tab. Not sure why.
sboagy pushed 2 commits to main sboagy/tunetrees
  • ๐Ÿ› Remove basePath option in NextAuth configuration to prevent ClientFetchError and align client/server routes 1f5f60d
  • ๐Ÿงต Add user authentication check in MainPanel component to deal with potential loading and unauthenticated states 4613535

View on GitHub

sboagy opened 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 pushed 2 commits to main sboagy/tunetrees
  • ๐Ÿšธ Update label in PlaylistChooser component from "Repertoire" to "Instrument" e09bda3
  • ๐Ÿšธ Move tabs menu into TabGroupMain, let the tabs list use the defaults more, but force the tabs width to be wider tha... fb79cb5

View on GitHub

sboagy pushed 2 commits to main sboagy/tunetrees
  • โฌ†๏ธ Update eslint-config-next to version ^15.0.4 and rebuilt package-lock.json 45f40c2
  • ๐Ÿ› Update CMD instruction in Dockerfile to JSON form, per build warning 2615b79

View on GitHub

Load more