Commit Graph

  • 563b72ff90 refactor(login): rename clientId to clientConfigld master duanshuwen 2026-06-22 10:00:31 +08:00
  • 8792c6f837 feat(login api): add clientId to OauthTokenRequest duanshuwen 2026-06-15 11:17:55 +08:00
  • 0613c16942 fix(login): add clientId to mobile login request duanshuwen 2026-06-15 11:16:10 +08:00
  • 3ae31fbbee style: fix MoreService template and margin styles DEV_DSW 2026-06-08 14:01:30 +08:00
  • 9571ad919e fix(api): update sendCode endpoint and format code DEV_DSW 2026-06-08 11:04:11 +08:00
  • 9b33bffdca refactor: improve TypeScript type safety across codebase DEV_DSW 2026-06-04 13:36:32 +08:00
  • 354232b444 refactor: overhaul auth system, routing, and navigation flows DEV_DSW 2026-06-04 11:07:30 +08:00
  • b71097155e Merge branch 'master' of https://git.nianxx.cn/duanshuwen/nianxx-h5 DEV_DSW 2026-06-04 09:30:53 +08:00
  • 9ec50cf0ce refactor(navigation): fix phone login country code and refactor nav hooks DEV_DSW 2026-06-04 09:30:52 +08:00
  • 0f28cdcb48 build: add staging/prod scripts and env type definitions duanshuwen 2026-06-03 21:34:32 +08:00
  • d352fac2f1 feat(i18n): add full multi-language support for app modules duanshuwen 2026-06-03 21:03:04 +08:00
  • db499933e5 style(login): adjust code field and button layout DEV_DSW 2026-06-02 17:18:31 +08:00
  • ebd7c2bf2a refactor: remove unused clientId from oauth token requests DEV_DSW 2026-06-02 17:01:43 +08:00
  • 4ef1113c2c feat(login): implement mobile SMS login flow DEV_DSW 2026-06-02 16:55:53 +08:00
  • 0c94c8f798 style(find-tabs): adjust spacing and label styles DEV_DSW 2026-06-02 16:00:04 +08:00
  • a024fccab7 style(chat-quick-access): update quick access item text color DEV_DSW 2026-06-02 15:17:10 +08:00
  • 63470f279c refactor(i18n): simplify locale resolution and clean up code DEV_DSW 2026-06-02 15:02:09 +08:00
  • e617e303d4 docs: update project docs and add git commit message guidelines DEV_DSW 2026-06-02 11:42:01 +08:00
  • 1c0ea86e69 refactor(booking): move DetailPopup to local components and update styles DEV_DSW 2026-06-02 11:25:10 +08:00
  • 41075ae674 feat(login): add globe icon to language switcher DEV_DSW 2026-06-02 11:01:09 +08:00
  • 72fdf509c9 style(components): update van-icon names from arrow-right to arrow DEV_DSW 2026-06-02 10:47:25 +08:00
  • fdd7f215f5 refactor(DrawerSection): inline standalone MineSetting component DEV_DSW 2026-06-02 10:42:41 +08:00
  • 10fc7a44ed feat(drawer): add language switcher and update UI DEV_DSW 2026-06-02 10:35:13 +08:00
  • 3031a7fd3b feat(login): add country flags to login country picker DEV_DSW 2026-06-02 10:13:36 +08:00
  • fe32095c67 feat(login): add language switcher and refine page layout DEV_DSW 2026-06-02 09:59:05 +08:00
  • 3398bc2644 chore(staging): update env endpoints and client id duanshuwen 2026-06-01 22:04:25 +08:00
  • a8ae315e9f feat(login): add phone and Google login page with i18n duanshuwen 2026-06-01 21:57:12 +08:00
  • b30158b7d9 refactor(discovery): use vue router instead of uni nav duanshuwen 2026-06-01 20:10:02 +08:00
  • 933a272228 feat: add new card components and fix chat list code issues DEV_DSW 2026-06-01 15:26:36 +08:00
  • 273ca5567a feat(chat): add feedback submission component DEV_DSW 2026-06-01 15:11:41 +08:00
  • 896cbec8d2 feat(order&service): add order and service ticket management features DEV_DSW 2026-06-01 15:05:41 +08:00
  • 1060ed67c3 style(RecommendPostsList): refine component layout and styling DEV_DSW 2026-06-01 14:42:19 +08:00
  • 37c3b135f7 refactor(chat-markdown): switch markdown renderer to vue3-markdown-it DEV_DSW 2026-06-01 11:50:17 +08:00
  • b906058cdc feat: add service order component DEV_DSW 2026-06-01 11:44:56 +08:00
  • 861ebf4fd7 build(deps): add socket.io-client dependency DEV_DSW 2026-06-01 10:49:58 +08:00
  • 7a044e6716 chore: update dev token and refactor ChatMainList DEV_DSW 2026-06-01 10:45:36 +08:00
  • 1307c53c0b style(ai-tab-switch): add flex centering and z-index to tab label container DEV_DSW 2026-06-01 10:33:09 +08:00
  • a077768584 refactor: remove unused discoveryCover image import duanshuwen 2026-05-31 22:09:55 +08:00
  • e3f8e94547 feat: add dynamic nav, fix album preview and store types duanshuwen 2026-05-31 22:06:11 +08:00
  • 6c353163df refactor: clean up components, fix date label font size duanshuwen 2026-05-31 21:05:22 +08:00
  • 83279ca9bd feat(quick-page, components): add pagination and pull refresh, refine UI and component logic duanshuwen 2026-05-31 19:46:36 +08:00
  • 5064d7b444 feat(router,auth,components): implement token check and refactor navigation and UI duanshuwen 2026-05-31 17:47:18 +08:00
  • 567776f975 fix(scroll): improve scroll and touch event handling across components duanshuwen 2026-05-29 23:40:13 +08:00
  • ce1dac077e chore(chat-input-area): remove voice input support duanshuwen 2026-05-29 23:20:35 +08:00
  • a94f2ee1df refactor: improve home page components and nav duanshuwen 2026-05-29 23:00:31 +08:00
  • 9b0f45f379 refactor: use global event bus for drawer trigger, polish UI components duanshuwen 2026-05-29 22:24:40 +08:00
  • 6ed407889a refactor(Calender): migrate styling to tailwind, remove old assets duanshuwen 2026-05-29 21:44:44 +08:00
  • 6fefcd3512 refactor(TopNavBar): replace SCSS with utility classes duanshuwen 2026-05-29 21:42:33 +08:00
  • 29cb6ecbb9 style: refine ui styles across multiple components duanshuwen 2026-05-29 21:39:21 +08:00
  • 71aa343efb refactor: replace uni.showToast calls with shared toast duanshuwen 2026-05-29 21:35:10 +08:00
  • 656c592da2 refactor(components): replace uni.$emit with event emitter duanshuwen 2026-05-29 21:24:16 +08:00
  • ecb6e676b9 refactor(home-components): replace uni event bus & migrate tailwind styles duanshuwen 2026-05-29 21:22:42 +08:00
  • b401be034e refactor(PoiDetailCard): clean up component styles duanshuwen 2026-05-29 20:49:04 +08:00
  • c0356a7915 refactor: migrate calendar styles and event logic duanshuwen 2026-05-29 20:41:11 +08:00
  • 70061ce382 refactor(home components): replace SCSS with Tailwind and clean up duanshuwen 2026-05-29 20:30:08 +08:00
  • c405328da7 refactor(shared-visual): clean up shared styles duanshuwen 2026-05-29 20:11:11 +08:00
  • 86f8e9adec refactor(home-components): migrate styles to tailwind and clean up legacy code duanshuwen 2026-05-29 19:51:17 +08:00
  • b25071a92b refactor(home-components): replace scss styles with tailwind utilities duanshuwen 2026-05-29 19:07:09 +08:00
  • cdd510e644 style(chat): fix invalid flex-justify-end classes duanshuwen 2026-05-29 18:51:50 +08:00
  • 2417c79bd3 refactor(FormCard): replace scss styles with tailwind css utilities DEV_DSW 2026-05-29 17:07:25 +08:00
  • d955a56cb0 refactor(home-components): migrate styles & fix color classes DEV_DSW 2026-05-29 16:29:55 +08:00
  • 255a7c0aa8 style: clean up and standardize component styles DEV_DSW 2026-05-29 16:20:47 +08:00
  • 87c42145ad refactor(ai-tab-switch): inline styles and cleanup scss DEV_DSW 2026-05-29 16:02:49 +08:00
  • 4cfd714ff7 style: standardize spacing & clean up unused styles DEV_DSW 2026-05-29 14:44:00 +08:00
  • 79770b03d4 style: standardize tailwind classes and cleanup legacy styles DEV_DSW 2026-05-29 14:32:05 +08:00
  • f0a149d8a6 chore: remove unused GoodConfirm component and update UIs DEV_DSW 2026-05-29 13:48:16 +08:00
  • a23d76c695 style: update link colors and refine booking page UI DEV_DSW 2026-05-29 11:49:10 +08:00
  • b4a927df87 refactor(UseDateRange): replace external scss with inline tailwind styles DEV_DSW 2026-05-29 11:41:24 +08:00
  • 64c378c5fd refactor(SumCard): replace SCSS with Tailwind, clean up files DEV_DSW 2026-05-29 11:29:12 +08:00
  • 8468301806 refactor(ui): clean up stepper and standardize margin spacing DEV_DSW 2026-05-29 11:24:42 +08:00
  • 78644e3b8a refactor: standardize spacing and update RefundPopup component DEV_DSW 2026-05-29 11:20:45 +08:00
  • 702a7c1591 fix: remove stray 0s from Tailwind classes DEV_DSW 2026-05-29 11:13:30 +08:00
  • 265993313e style(components): standardize borders and refactor popup DEV_DSW 2026-05-29 11:03:57 +08:00
  • 07d6f305b7 style: fix spacing and clean up unused styles DEV_DSW 2026-05-29 10:50:31 +08:00
  • 8312273696 style: standardize tailwind classes and clean unused assets DEV_DSW 2026-05-29 10:47:36 +08:00
  • 971b4d9cfa style(home components): convert rounded-24 to rounded-[24px] across card components DEV_DSW 2026-05-29 10:28:47 +08:00
  • 653cdd5139 style: update flex alignment classes and clean up UI styles DEV_DSW 2026-05-29 10:21:21 +08:00
  • 6e227ff441 style(home-components): update tailwind classes and clean up code DEV_DSW 2026-05-29 10:14:06 +08:00
  • 0c23d7ccb5 refactor: replace flex-full with flex-1 and standardize scrollbar styles DEV_DSW 2026-05-29 10:07:20 +08:00
  • 2956287135 style: standardize design token classes and spacing units DEV_DSW 2026-05-29 09:56:52 +08:00
  • 42f364809a style: replace ellipsis-1 with truncate DEV_DSW 2026-05-29 09:50:09 +08:00
  • a131531a81 style: replace legacy typography classes with modern utilities DEV_DSW 2026-05-29 09:48:59 +08:00
  • 7f68ee06b7 fix(NoticeMessage): set missing box-sizing border-box values DEV_DSW 2026-05-29 09:42:44 +08:00
  • a5eb9a042d style: rename getStatusspan to getStatusText DEV_DSW 2026-05-29 09:41:58 +08:00
  • 71d6033c28 chore: remove NoticeInfo component and all related files DEV_DSW 2026-05-29 09:40:28 +08:00
  • 4232f7bc36 refactor: adopt text-ink-600 token and clean up OrderCard DEV_DSW 2026-05-29 09:38:41 +08:00
  • 051f7d1134 style: fix style utility class inconsistencies and correct CSS syntax DEV_DSW 2026-05-29 09:28:37 +08:00
  • e52f916231 style: migrate font-size classes to text-[size] syntax DEV_DSW 2026-05-29 09:21:36 +08:00
  • 02fef5dd89 refactor(OrderStatusInfo): remove unused files and clean up component styles DEV_DSW 2026-05-29 08:53:45 +08:00
  • 503df8a812 refactor: clean up old Tabs component and update Card routing DEV_DSW 2026-05-29 08:50:13 +08:00
  • ede99463de fix: correct tab switch, update image path and dev token duanshuwen 2026-05-28 23:57:24 +08:00
  • c0cc046762 fix(home): replace h-screen with h-[100dvh] for mobile viewport height duanshuwen 2026-05-28 23:44:13 +08:00
  • 8e3baccb18 fix: fix flex layout and input issues duanshuwen 2026-05-28 23:40:50 +08:00
  • 5296fbccbc refactor: migrate styles to Tailwind and clean up components duanshuwen 2026-05-28 23:29:26 +08:00
  • 35b4eb3cca style(home components): clean up scss and use utility classes duanshuwen 2026-05-28 22:32:05 +08:00
  • f74af3a4a5 refactor: clean up styles, configs and home page duanshuwen 2026-05-28 21:41:33 +08:00
  • 958bc96eb0 refactor(quick-card): inline styles and update routing DEV_DSW 2026-05-28 17:08:58 +08:00
  • b273fdd23b refactor: migrate styles to inline utility classes DEV_DSW 2026-05-28 16:15:28 +08:00
  • 0b64f666c7 refactor(component): replace scoped scss with inline tailwind css DEV_DSW 2026-05-28 15:20:31 +08:00
  • 32d5e12eff refactor: remove unused code and fix icon import DEV_DSW 2026-05-28 13:48:15 +08:00