hechang27-sprt
d9b4ad77be
chore: record journal
3 months ago
hechang27-sprt
1024bb19ae
chore: commit dependencies and task metadata
...
- Update bun.lock and package.json dependencies
- Add task directory for list-table-v2
- Update AGENTS.md with gitnexus index stats
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
3 months ago
hechang27-sprt
2a2bba8539
feat: add list-table-v2 component with el-table-v2 virtual scrolling
...
- Create ListTableV2 component using Element Plus el-table-v2 for performance
- Use ElAutoResizer for automatic container height sizing
- Support auto-distributed column widths via flexGrow
- Convert parent slots to cellRenderer functions using renderSlot
- Fix incorrect import path in useListTable.ts and plugs/store/index.ts
- Add Vue DevTools plugin for debugging
- Add demo page with 100 rows of test data
- Add menu entry and i18n translations
- Update component guidelines with el-table-v2 usage notes
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
3 months ago
hechang27-sprt
ca42886065
fix: change default theme to `plain`
3 months ago
hechang27-sprt
e87dcd1af3
chore: record journal
3 months ago
hechang27-sprt
83cf6773f3
chore(task): archive 03-24-plugs-http-spec
3 months ago
hechang27-sprt
ed81b1f0b2
chore(task): archive 03-24-plugs-element-spec
3 months ago
hechang27-sprt
544b699779
chore(task): archive 03-24-plugs-config-store-i18n-spec
3 months ago
hechang27-sprt
19ec7e2fe4
chore(task): archive 03-24-plugs-composables-spec
3 months ago
hechang27-sprt
5ab1b0f390
chore(task): archive 03-24-plugs-api-spec
3 months ago
hechang27-sprt
b82a30e664
chore(task): archive 03-24-packages-manage-spec
3 months ago
hechang27-sprt
f56889de20
chore(task): archive 03-24-packages-base-spec
3 months ago
hechang27-sprt
2e50b6f839
chore(task): archive 00-bootstrap-guidelines
3 months ago
hechang27-sprt
785e6b24ab
feat: bootstrap coding specs with CC + Codex pipeline
...
Add Trellis spec files documenting all major architectural areas:
- plugs/composables: 7 Vue composables (useListTable, useModifyForm, etc.)
- plugs/api: 9 API modules with CRUD patterns
- plugs/element: Element Plus wrappers (listTableDialog, formatter, message, rule)
- plugs/http: 3 axios variants with AxiosOptions interface
- packages/base: 18 base Vue components
- packages/manage: Management UI (views, head, common)
- plugs/config+store+i18n: Styles, sizes, Vuex store, i18n, websocket
Each spec contains real code examples with file paths, anti-patterns
documented, and no placeholder text.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
3 months ago
hechang27-sprt
cba11efd7e
fix: table overflow and pagination visibility with large page sizes
...
- Add height="0" to el-table and CSS flex layout to prevent overflow
- Add overflow:hidden and explicit height constraints to .root-container and .app-main
- Move inline style bindings to scoped CSS with v-bind()
- Bind height/maxHeight props to .list-table container style for configurability
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
3 months ago
hechang27
5d71d1e3b1
fix: missing lodash dependency and support nested properties in list-table
5 months ago
hechang27-sprt
8b087aa196
feat: 自动刷新/ws订阅管理组件 `ws-monitor-toggle`
5 months ago
hechang27-sprt
a6d41989a8
feat: `useRefreshFlags.ts`
5 months ago
hechang27-sprt
d8726f9bd2
fix: make tooltip reaction faster/snappier
5 months ago
hechang27-sprt
aa5369efc1
fix: fix the issue with NoobButton rendering its icon off center when in `circle` mode.
6 months ago
hechang27-sprt
fa86876ab5
fix: add a simple message queue to ws
6 months ago
hechang27-sprt
f8b49dddc2
fix: reset `getUser` retrieval timer upon user login
6 months ago
hechang27-sprt
56b3dad075
feat: add `websocket.ts`
6 months ago
hechang27-sprt
65430d4b13
chore: add claude.md for context
6 months ago
hechang27-sprt
1337818e12
feat: add `@cell-click` event handler for `list-table.vue`, allow `useModifyForm` to take additional parameters when opened in add mode.
6 months ago
hechang27-sprt
c055f97acf
feat: extra functionality for `modify-form`
6 months ago
hechang27-sprt
9c7871993a
fix: misc utility and css fixes
6 months ago
hechang27-sprt
95b1399eb3
feat: add `setExample` to `ListTable` to preserve pagination and other default parameters
6 months ago
hechang27-sprt
f4a59bf5c9
fix: try to fix the inconsistent form input width
6 months ago
hechang27-sprt
b2b462106b
fix: try to fix the inconsistent form input width
6 months ago
hechang27-sprt
3d5c2c8fa9
fix: fix the global css conflicts between index.vue and zhuBeiDong.vue
6 months ago
hechang27-sprt
7660267876
fix: update list-table prop definition
6 months ago
hechang27-sprt
9240f54ff0
fix: undo css injection
6 months ago
hechang27-sprt
6bd603ec47
feat: inject CSS into JS bundle to auto-load component styles
6 months ago
hechang27-sprt
15cd04b955
feat: add CSS export for library styles
6 months ago
hechang27-sprt
b50147b9c4
feat: add TypeScript declarations and source maps for better IDE support
6 months ago
hechang27-sprt
8f50b3bdce
fix: externalize vue3-i18n to prevent Symbol mismatch in i18n injection
6 months ago
hechang27-sprt
5421cf4445
fix: more build configs
6 months ago
hechang27-sprt
fd99a1756e
fix: more build configs
6 months ago
hechang27-sprt
a92cf40848
fix more build configs
6 months ago
hechang27-sprt
b3013e8358
fix more build configs
6 months ago
hechang27-sprt
e2121a9c81
fix: more build configs
6 months ago
hechang27-sprt
cdd317b300
fix: more build configs
6 months ago
hechang27-sprt
cdaa8be90d
fix: more module resolution issues
6 months ago
hechang27-sprt
6418d7a1eb
fix: add more subpath exports
6 months ago
hechang27-sprt
3a4a5c91b6
fix: imports&exports
6 months ago
hechang27-sprt
e9bdf0a233
feat: updated modify-form for better display of readonly form fields
6 months ago
hechang27-sprt
d56310e84f
fix: misc
6 months ago
hechang27-sprt
9bfa5cc76c
feat: add new components and helper methods
6 months ago
hechang27-sprt
4a8a577755
chore: setup dev branch
6 months ago