Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Update dependencies one more time - Screenshots - Update empty delivery welcome message - Fix Typescript compile issue - Update README.md - Do npm run build during CI - Add migrate script - Merge pull request raycast#36 from halprin/link-to-tracking - Add action to open the tracking webpage in the browser - Expose function to generate tracking URL - Merge pull request raycast#22 from halprin/renovate/all-minor - Update dependency @raycast/api to v1.91.1 - Merge pull request raycast#35 from halprin/usps-no-remote-tracking - Fix lint - Allow editing the manual delivery date - Pipe the manual delivery date through the tracking algorithm so it can be used - Add the manual delivery date to the new delivery view - Strip USPS API key from preferences and logic - Add ability to determine if remote tracking works - Update dependency @types/node to v20.17.17 (raycast#34) - Update dependency @types/node to v20.17.16 (raycast#33) - Update dependency @types/node to v20.17.15 (raycast#32) - Update dependency @types/node to v20.17.14 (raycast#31) - Update dependency @types/node to v20.17.13 (raycast#30) - Update dependency typescript to v5.7.3 (raycast#29) - Update dependency @types/node to v20.17.12 (raycast#28) - Update dependency @types/react to v18.3.18 (raycast#27) - Update dependency @types/react to v18.3.17 (raycast#26) - Add support to copy the tracking number to the clipboard - Update dependency @types/node to v20.17.10 (raycast#25) - Update dependency @types/react to v18.3.16 (raycast#24) - Update dependency @types/react to v18.3.15 (raycast#23) - Update dependency @types/react to v18.3.14 (raycast#20) - Update dependency @types/react to v18.3.13 (raycast#19) - Update dependency prettier to v3.4.2 (raycast#18) - Update dependency prettier to v3.4.1 (raycast#17) - Update dependency prettier to v3.4.0 (raycast#16) - Update dependency @types/node to v20.17.9 (raycast#15) - Update dependency @types/node to v20.17.8 (raycast#14) - Update dependency typescript to v5.7.2 (raycast#13) - Update dependency @raycast/api to v1.86.1 (raycast#12) - rename provider to carrier - Add pull-contributions script - Remove eslint-plugin-react-hooks from dependencies - Make UPS orange - fix lint - Add an empty list view - Update descriptions and strings - Update changelog - Need to go back to eslint 8 cause raycast uses older dependencies - Merge pull request raycast#5 from halprin/renovate/major-eslint-monorepo - Add FexEx to README - Document UPS on README - Update readme with new links - Initial filled out README - fix lint - Get the delivery edit to work correctly with initial values - Add ability to edit deliveries - Move UPS and FedEx to production hosts - fix lint - Add FedEx tracking - Add FedEx preferences - Add initial USPS tracking - Fix adding new deliveries - Remove unneeded console log - Fill in details about the packages in the detail view - Add more metadata fields to the detail view - Start making showdetailview - Update dependency eslint to v9 - Update dependency @raycast/api to v1.86.0 (raycast#10) - Update dependency @types/node to v20.17.7 (raycast#9) - map item to delivery - Refresh deliveries - Tracking to Delivery - fix lint - show loading when updating tracking - only update packages when after 30 minutes - fix lint - Add error handling and display of errors - Dedicated view for the new action - Merge branch \'main\' of https://github.com/halprin/raycast-package-tracker - Use props correctly in a re-usable component - Update dependency @raycast/utils to v1.18.1 (raycast#8) - Fix lint - Go away from a Map of Package array - Add UPS API support - Correct imports - Set debug flag to true for the debug data - Update title of the UPS secrets - rename preferences and add UPS preference - Merge branch \'main\' of https://github.com/halprin/raycast-package-tracker - Add an ID to the different providers - Update dependency typescript to v5.6.3 (raycast#7) - Update dependency eslint to v8.57.1 (raycast#6) - Rename the debug data file - Update extension icon to something slightly better - Fix linting - New Delivery view is separate now so it works from both commands - rename plugin and commands - Add USPS preferences - correct optionalize Track - Packages are separated from Track and are cached - Use useLocalStorage util instead of my own one - Get package-lock.json in sync - Precise version numbers for dev dependencies - Update dependency @types/node to v20.17.6 (raycast#3) - Update dependency @types/react to v18.3.12 (raycast#2) - Add CI GitHub action - Fix linting issues - Ask for confirmation before deleting deliveries - Delete a delivery entry - Adding a new item pops the stack and shows up - Store newly tracked packages - Fill out form to track a new delivery - Set Add delivery to show up in main view - load the temp data only when in a development environment - Actually use the react state for the tracking list - load the tracking state via useEffect - Make TypeScript compiler happy - Sort tracking by delivery date - support multiple packages for the icon and delivery date - Add package model - Add Renovate config - Commit baseline Package Tracker extension - Initial commit
- Loading branch information