fix(web): rename thread -> session to align with backend naming (#55) #57
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/issue-55-thread-to-session"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Rename all "thread" references in the web frontend to "session", matching the backend naming convention.
Changes
thread/→session/thread-list.tsx→session-list.tsxThread→Session,ThreadList→SessionListThreadItem→SessionItemsidebar-thread-*→sidebar-session-*,gd-thread-*→gd-session-*threadIdinsession-search.tsxWhat's NOT changed
web/src/store/,web/src/lib/,web/src/runtime/— already using "session"internal/— already uses "session" everywhereVerification
npx vite buildpassesweb/src/Closes #55