Closed gimmyhehe closed 2 weeks ago
[!CAUTION]
Review failed
The pull request is closed.
The changes in this pull request primarily involve renaming the data property TinyTabs
to tabs
across multiple Vue components. This renaming is consistent throughout the data declarations, template references, and method usages, ensuring uniformity in the codebase. Additionally, some components have replaced the <fall-menu>
component with <tiny-fall-menu>
, and a directive was renamed from TinyLoading
to Loading
. The modifications aim to enhance clarity and maintainability without altering the underlying functionality of the components.
File Path | Change Summary |
---|---|
examples/sites/demos/mobile-first/app/tabs/tabdata-title.vue |
Renamed TinyTabs to tabs in data, mounted, close method, and template's v-for . |
examples/sites/demos/mobile-first/app/tabs/tabs-draggable.vue |
Renamed TinyTabs to tabs in data, handleEnd, handleAdd methods, and template's v-for . |
examples/sites/demos/mobile-first/app/tabs/tabs-events-add.vue |
Renamed TinyTabs to tabs in data, add method, and template's v-for . |
examples/sites/demos/mobile-first/app/tabs/tabs-events-close.vue |
Renamed TinyTabs to tabs in data, close method, and template's v-for . |
examples/sites/demos/mobile-first/app/tabs/tabs-events-edit.vue |
Renamed TinyTabs to tabs in data and template's v-for . |
examples/sites/demos/mobile-first/app/tabs/tabs-tabs.vue |
Renamed TinyTabs to tabs in data, close method, and template's v-for . |
examples/sites/demos/mobile-first/app/tabs/with-add.vue |
Renamed TinyTabs to tabs in data and handleAdd method. |
examples/sites/demos/mobile/app/tabs/expand.vue |
Renamed TinyTabs to tabs in data and template's v-for . |
examples/sites/demos/pc/app/config-provider/base.vue |
Renamed TinyAlert to Alert in design object. |
examples/sites/demos/pc/app/fall-menu/custom-menuitem.vue |
Replaced <fall-menu> with <tiny-fall-menu> and imported TinyFallMenu . |
examples/sites/demos/pc/app/fall-menu/custom-slider-icon.vue |
Replaced <fall-menu> with <tiny-fall-menu> and imported TinyFallMenu . |
examples/sites/demos/pc/app/fall-menu/data-resource.vue |
Replaced <fall-menu> with <tiny-fall-menu> and imported TinyFallMenu . |
examples/sites/demos/pc/app/grid/serial-column/start-index-composition-api.vue |
Updated pager component from Pager to TinyPager . |
examples/sites/demos/pc/app/grid/serial-column/start-index.vue |
Updated pager component from Pager to TinyPager . |
examples/sites/demos/pc/app/loading/fullscreen.vue |
Renamed directive from TinyLoading to Loading . |
examples/sites/demos/pc/app/sticky/events.vue |
Imported TinyModal and updated method to use TinyModal.message . |
examples/sites/demos/pc/app/tabs/custom-more-icon-composition-api.vue |
Renamed Tabs to tabs in data and template's v-for . |
examples/sites/demos/pc/app/tabs/custom-more-icon.vue |
Renamed TinyTabs to tabs in data and template's v-for . |
examples/sites/demos/pc/app/tabs/more-show-all-composition-api.vue |
Renamed Tabs to tabs in data and template's v-for . |
examples/sites/demos/pc/app/tabs/more-show-all.vue |
Renamed TinyTabs to tabs in data and template's v-for . |
examples/sites/demos/pc/app/tabs/size-composition-api.vue |
Renamed Tabs to tabs in data and template's v-for . |
examples/sites/demos/pc/app/tabs/size.vue |
Renamed TinyTabs to tabs in data and template's v-for . |
examples/sites/demos/pc/app/tabs/tabs-draggable-composition-api.vue |
Renamed Tabs to tabs in data and template's v-for . |
examples/sites/demos/pc/app/tabs/tabs-draggable.vue |
Renamed TinyTabs to tabs in data and methods. |
examples/sites/demos/pc/app/tabs/tabs-events-close-composition-api.vue |
Renamed Tabs to tabs in data and filtering logic. |
examples/sites/demos/pc/app/tabs/tabs-events-close.vue |
Renamed TinyTabs to tabs in data and close method. |
examples/sites/demos/pc/app/tabs/tabs-events-edit-composition-api.vue |
Renamed Tabs to tabs in data and template's v-for . |
examples/sites/demos/pc/app/tabs/tabs-events-edit.vue |
Renamed TinyTabs to tabs in data and template's v-for . |
examples/sites/demos/pc/app/tabs/tabs-separator-composition-api.vue |
Renamed Tabs to tabs in data and handleadd function. |
examples/sites/demos/pc/app/tabs/tabs-separator.vue |
Renamed TinyTabs to tabs in data and handleadd method. |
examples/sites/demos/pc/app/tabs/with-add-composition-api.vue |
Renamed Tabs to tabs in data and handleAdd method. |
examples/sites/demos/pc/app/tabs/with-add.vue |
Renamed TinyTabs to tabs in data and handleAdd method. |
examples/sites/demos/pc/app/time-picker/format.spec.ts |
Updated test script for time picker to select the first matching list item. |
🐰 In the garden where the code does play,
A little change has come our way.
FromTinyTabs
totabs
we cheer,
Consistency brings us all good cheer!
With components new and names so bright,
Our code now shines, oh what a sight! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
[e2e-test-warn] The component to be tested is missing.
The title of the Pull request should look like "fix(vue-renderless): [action-menu, alert] fix xxx bug".
Please make sure you've read our contributing guide
PR
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information
Summary by CodeRabbit
New Features
TinyTabs
totabs
.<tiny-fall-menu>
component in place of<fall-menu>
for improved menu rendering.Pager
toTinyPager
for enhanced functionality.TinyLoading
toLoading
for clarity.Bug Fixes
Documentation