Refactor with vue3 (draft)#10
Merged
ControlNet merged 36 commits intoControlNet:feature/vue3from Dec 21, 2022
Merged
Conversation
485f77e to
d98f20d
Compare
ControlNet
requested changes
Dec 19, 2022
src/views/heatMapView.vue
Outdated
| </el-col> | ||
| </el-row> | ||
| <el-row :justify="'space-between'" :align="'middle'"> | ||
| <el-col :span="6"><h1>指标:</h1></el-col> |
ControlNet
requested changes
Dec 20, 2022
src/stores/store.ts
Outdated
| } | ||
| return context.state.metaData | ||
| }, | ||
| async getCsvDataBySelected(context){ |
Owner
There was a problem hiding this comment.
Should it be placed here? Also, please consider improving the performance.
d877e19 to
c35eeaa
Compare
…ion need fix in next push
ControlNet
requested changes
Dec 21, 2022
Owner
There was a problem hiding this comment.
Current progress:
- Coarse layout
- Refined Navbar
- HeatMap
- Squares init and update
- ColorMap interaction
- Mouse and Tooltip interaction
- LineChart and interaction
- Table and interaction
- Stacked Plot
- Dark mode
CC: @n0099
Contributor
|
why mention me? |
n0099
reviewed
Dec 21, 2022
n0099
added a commit
to n0099/open-tbm
that referenced
this pull request
Sep 11, 2024
… original `loadChart` to replace the jquery-style directly mutating `Element.classList` with vue-style `v-bind:class=` directive @ pages/bilibiliVote.vue * now will not recreate the intersection observer and using an static `rootMargin` for elements with the default `topOffset=0`, that currently is `header.thread-title` in `<PostRendererListThread>` @ stores/viewportTopmostPost.ts * fix not expanding the start page without any cursor @ `<PostNav>` * replace the only usage of `Number.parseInt()` with `Number()` to fix ControlNet/wt-data-project.web#10 (comment) @ utils/post/queryForm/index.ts @ fe
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Delete the old file of feature/vue3
Refactor the website with VUE3