Commit Graph

  • 35603cadaf refactor(react): update installation guide Update the installation guide in React docs, transforming it into a tabbed interface separating CLI and Manual Installation methods for better readability and ease of understanding. p-sw 2024-06-11 17:40:28 +09:00
  • 643dc6eafd feat(cli): update package version cli@0.3.0 p-sw 2024-06-11 16:41:31 +09:00
  • 7bf2578d86 docs(cli): update code reference links in README to version 0.3.0 p-sw 2024-06-11 16:40:35 +09:00
  • 8062f02a78 refactor(cli): update import statement in add command p-sw 2024-06-11 16:31:23 +09:00
  • 2deae4af79 refactor(components): update import statements p-sw 2024-06-11 16:20:24 +09:00
  • edfaef2c75 feat: add lib alias in vite config and tsconfig p-sw 2024-06-11 15:43:56 +09:00
  • fcc35223d3 refactor(cli): update shared module and import paths in config p-sw 2024-06-11 15:30:23 +09:00
  • 556556251f feat(cli): refactor add command and improve module handling p-sw 2024-06-11 13:40:45 +09:00
  • 6f5ec5042d refactor(cli): modify return type of getComponentLibVersion p-sw 2024-06-11 13:35:27 +09:00
  • 7c3459076a feat(cli): add helper functions for registry management p-sw 2024-06-11 13:30:52 +09:00
  • 397210462f feat(cli): update components in Registry interface p-sw 2024-06-11 13:25:36 +09:00
  • 090fada7cd refactor(cli): update references to component name p-sw 2024-06-11 13:25:23 +09:00
  • 303d6b31e7 refactor(react): update registry.json with components versions p-sw 2024-06-11 13:11:30 +09:00
  • ec4e811219 fix(react): correct base URL in registry.json p-sw 2024-06-11 13:06:33 +09:00
  • 8a8508c8fb refactor(cli): update return value in registry helper p-sw 2024-06-11 13:06:06 +09:00
  • 7a82c284fc refactor(cli): update getComponentURL function in registry helper p-sw 2024-06-11 13:05:57 +09:00
  • fb0c33a6cb refactor(cli): update Registry interface in const.ts p-sw 2024-06-11 13:03:15 +09:00
  • 647e5c311d refactor(react): update registry.json structure p-sw 2024-06-11 13:02:42 +09:00
  • 274016035f refactor(cli): replace shared with lib in Registry p-sw 2024-06-11 13:00:33 +09:00
  • 946db4efd0 feat(react): update URLs in registry.json p-sw 2024-06-11 12:59:45 +09:00
  • 4421adfe7d refactor(components): make shared version and update import in components p-sw 2024-06-11 12:56:55 +09:00
  • b962b02690 refactor(cli): rename shared path and import properties to lib p-sw 2024-06-11 12:52:25 +09:00
  • 7d2aa1d7f0 feat(react): add 404 redirection and update build script p-sw 2024-06-08 09:11:38 +09:00
  • e1999266dd
    refactor: update react.yml workflow Shinwoo PARK 2024-06-08 05:51:58 +09:00
  • 1337892afe Merge branch 'main' of https://github.com/pswui/ui p-sw 2024-06-08 05:34:29 +09:00
  • a096ced86e feat: update package manager version and various dependencies p-sw 2024-06-08 05:33:40 +09:00
  • 1c5b97f93e
    feat: add workflow for deploying webpage automatically Shinwoo PARK 2024-06-08 05:31:00 +09:00
  • cf2675d3f1 docs(cli): update links and version in README cli@0.2.1 p-sw 2024-06-08 05:06:57 +09:00
  • f16a2c9564 refactor(cli): optimize SearchBox setState calls p-sw 2024-06-08 05:05:20 +09:00
  • 99891c6fa3 v0.2.0-build p-sw 2024-06-08 04:41:17 +09:00
  • 4fbb658c40 feat(cli): add prepack script p-sw 2024-06-08 04:40:48 +09:00
  • 3ec06170f9 v0.2.0-docs p-sw 2024-06-08 04:33:42 +09:00
  • 86618a2628 fix(cli): update package.json meta information p-sw 2024-06-08 04:33:07 +09:00
  • f6acfc9380 feat(cli): update to version 0.2.0 and add search command cli@0.2.0 p-sw 2024-06-08 04:17:44 +09:00
  • 0c79f86d80 refactor(cli): streamline component selection and overwrite process p-sw 2024-06-08 04:10:13 +09:00
  • ec9dfb9f40 feat(cli): migrate add command to react and implement search functionality p-sw 2024-06-08 03:53:15 +09:00
  • ae018f5176 feat(cli): add Choice component p-sw 2024-06-08 03:52:56 +09:00
  • 12b1d530c4 refactor(cli): change onSubmit typing in SearchBox p-sw 2024-06-08 02:51:27 +09:00
  • 62e606f273 fix(cli): update dependencies in SearchBox useEffect p-sw 2024-06-08 02:46:23 +09:00
  • ebdedd9e04 refactor(react): standardize registry keys to lowercase p-sw 2024-06-08 02:44:01 +09:00
  • 483930474b feat(cli): add query mode to SearchBox component p-sw 2024-06-08 02:15:08 +09:00
  • f4b79f1f02 refactor(cli): adjust SearchBox styling p-sw 2024-06-08 02:08:44 +09:00
  • 0fea1a50e3 fix(cli): update condition in SearchBox component p-sw 2024-06-08 02:08:26 +09:00
  • 803659a06b refactor(cli): remove unused Spinner import p-sw 2024-06-08 02:05:21 +09:00
  • 36f465f2cf refactor(cli): remove slicing from search helper p-sw 2024-06-08 02:04:08 +09:00
  • 86111a715f fix(cli): remove ink-spinner dependency p-sw 2024-06-08 02:03:56 +09:00
  • d2a457d1c8 feat(cli): update SearchBox component p-sw 2024-06-08 01:55:07 +09:00
  • dd0ed06545 refactor(cli): changed SearchBox component to support generic types p-sw 2024-06-08 01:43:09 +09:00
  • 0146162775 refactor(cli): update SearchBox props in search command p-sw 2024-06-07 22:27:38 +09:00
  • f81a77b452 feat(cli): enhance SearchBox functionality p-sw 2024-06-07 22:27:28 +09:00
  • e222b9f7a2 feat(cli): improve search command and user interaction p-sw 2024-06-07 21:54:34 +09:00
  • 3e0d29fd56 feat(cli): add initialQuery prop to SearchBox p-sw 2024-06-07 21:37:42 +09:00
  • 4319053d5d feat(cli): add search command p-sw 2024-06-07 21:36:25 +09:00
  • 339242cc05 feat(cli): add Divider and SearchBox components p-sw 2024-06-07 21:32:01 +09:00
  • 48cb320303 feat(cli): add Jaro-Winkler algorithm and getSuggestion method to search helpers p-sw 2024-06-07 21:31:27 +09:00
  • c46cd0b295 fix: remove ink-divider dependency p-sw 2024-06-07 20:46:51 +09:00
  • bad0c4f84e feat(cli): colorize log messages p-sw 2024-06-07 20:38:24 +09:00
  • 5ceb3d13e5 feat(cli): add @types/ink-divider dependency p-sw 2024-06-07 20:38:06 +09:00
  • 5e2b28954b feat(cli): add JSX support and update dependencies p-sw 2024-06-07 20:27:56 +09:00
  • 91d9b9f9f3 refactor(cli): normalize component name input p-sw 2024-06-07 19:00:50 +09:00
  • 610979f9fa fix: update repository and bugs URLs in package.json p-sw 2024-06-07 08:46:44 +09:00
  • 367f6ca32d
    chore: create FUNDING.yml cli@0.1.0 Shinwoo PARK 2024-06-07 05:16:33 +09:00
  • d3555fc42d docs(react): update installation instructions p-sw 2024-06-07 01:28:27 +09:00
  • 2037575d11 docs: update README with checklist changes p-sw 2024-06-07 01:02:40 +09:00
  • fedbc8c168 refactor(cli): update commands and README for pswui CLI p-sw 2024-06-07 00:51:59 +09:00
  • 1cecc6fb72 refactor(cli): update shared file extension p-sw 2024-06-07 00:49:25 +09:00
  • 5f50d1d8f6 feat(cli): add realname resolution for components p-sw 2024-06-07 00:48:14 +09:00
  • 593559f8b4 feat(cli): remove default path for config p-sw 2024-06-07 00:34:43 +09:00
  • c5bf5c69b3 feat(cli): add support for different config file formats p-sw 2024-06-07 00:33:52 +09:00
  • 263bbcbaa4 refactor(cli): update validateConfig parameter in add and list commands p-sw 2024-06-07 00:16:57 +09:00
  • a751336b84 feat(cli): add 'add' command p-sw 2024-06-07 00:11:25 +09:00
  • be28704cb1 feat(cli): add logging to config validation p-sw 2024-06-07 00:11:12 +09:00
  • acca348e1e feat(cli): handle registry fetching errors p-sw 2024-06-07 00:11:01 +09:00
  • 36c5def5a6 feat(cli): add shared field to Registry interface p-sw 2024-06-06 23:55:43 +09:00
  • b6d32e980a fix(react): change shared file extension in registry.json p-sw 2024-06-06 23:55:27 +09:00
  • d2ed474c9d style(cli): update list command description p-sw 2024-06-06 23:17:22 +09:00
  • 4afa28d07b refactor(cli): remove plugin from package.json p-sw 2024-06-06 23:16:51 +09:00
  • d8825a0c10 feat(react): add shared module URL to registry.json p-sw 2024-06-06 22:46:04 +09:00
  • 7e5759f8a2 feat(cli): add list command p-sw 2024-06-06 22:09:26 +09:00
  • 812cbb6efc refactor(cli): remove and update dependencies p-sw 2024-06-06 22:09:13 +09:00
  • c59c80007a feat(cli): add configuration and path management functionality p-sw 2024-06-06 22:07:19 +09:00
  • 6fd099dc69 refactor: Moved vercel.json file to root directory p-sw 2024-06-06 20:13:23 +09:00
  • 811f0ff580 fix: downgrade yarn version and update yarn.lock p-sw 2024-06-06 20:11:45 +09:00
  • 3c5d2abc27 fix: downgrade yarn version and update yarn.lock p-sw 2024-06-06 20:08:03 +09:00
  • c1b74f6237 chore: update yarn hash in package.json p-sw 2024-06-06 19:49:34 +09:00
  • 2303b1a5b1 chore: upgrade electron-to-chromium to v1.4.792 p-sw 2024-06-06 19:43:21 +09:00
  • 1c34dd4e30 style: correct spacing in package.json scripts p-sw 2024-06-06 19:27:36 +09:00
  • 426297796e feat: add components in registry.json p-sw 2024-06-06 19:27:18 +09:00
  • 550e942162 feat: remove commands p-sw 2024-06-06 19:05:41 +09:00
  • 3ab14abb58 feat: add script shortcuts to package.json p-sw 2024-06-06 19:04:22 +09:00
  • 2891e26203 feat: add build and development scripts and upgrade dependencies p-sw 2024-06-06 19:01:23 +09:00
  • 09a53e7d05 feat: add oclif template p-sw 2024-06-06 19:00:53 +09:00
  • 01ce4f0363 feat: update README components status p-sw 2024-06-06 03:01:27 +09:00
  • 9b442bd646 docs: update README.md status p-sw 2024-06-06 03:00:04 +09:00
  • 673702947d refactor: adjust types and formatting in shared.tsx p-sw 2024-06-06 00:16:22 +09:00
  • 92b64405a4 feat: upgrade typescript version p-sw 2024-06-06 00:16:07 +09:00
  • fdb4d0d70f feat: add Popover docs p-sw 2024-06-05 21:31:50 +09:00
  • a51d7eead1 docs: add web documentation link to README p-sw 2024-06-05 19:25:48 +09:00
  • ffe49ff90f fix: ensure delta value is absolute in Drawer component p-sw 2024-06-05 19:16:42 +09:00
  • 7b17e6df9b fix: rollback unknown to any p-sw 2024-06-05 19:08:02 +09:00