Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
}
};

module.exports = nextConfig
module.exports = nextConfig;
2 changes: 1 addition & 1 deletion postcss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ module.exports = {
tailwindcss: {},
autoprefixer: {},
},
}
};
8 changes: 4 additions & 4 deletions public/supportArticles/creating-a-list.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
By default, Smartlist provides a preset shopping list and to-do list. However, if you want to create more lists, such as "School supplies", or "Amazon returns", here's how to do so:

* Navigate to your [dashboard](https://my.smartlist.tech)
* Scroll down and click the "Create List" button
* Enter a title for the list and hit enter
* You should now see the list you just created in your dashboard
- Navigate to your [dashboard](https://my.smartlist.tech)
- Scroll down and click the "Create List" button
- Enter a title for the list and hit enter
- You should now see the list you just created in your dashboard
16 changes: 8 additions & 8 deletions public/supportArticles/creating-an-item.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Items are objects that you can store in rooms. This article explains how to create an item. The maximum number of items per home you can store is 150, and the maximum number of items you can store in a room is 150

* To create an item, click the "+" button in the top left corner. On mobile, you can find the button in the bottom right corner.
* You can alternatively go to a room and then click the "+" button.
* Select the room you want to create the item in.
* Type the name of the item in the "Name" field.
* Type the quantity of the item in the "Quantity" field.
* You can add additional tags to the item by typing them in the "Tags" field.
* Hit enter after each tag
* Congratulations! You've created an item!
- To create an item, click the "+" button in the top left corner. On mobile, you can find the button in the bottom right corner.
- You can alternatively go to a room and then click the "+" button.
- Select the room you want to create the item in.
- Type the name of the item in the "Name" field.
- Type the quantity of the item in the "Quantity" field.
- You can add additional tags to the item by typing them in the "Tags" field.
- Hit enter after each tag
- Congratulations! You've created an item!
30 changes: 15 additions & 15 deletions public/supportArticles/inviting-members-to-your-home.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
Did you know that you can invite members to your home? Smartlist lets you invite members to your home.
Did you know that you can invite members to your home? Smartlist lets you invite members to your home.

### Inviting members to your property
* To invite a person, click the down arrow in the top left corner.
* You'll see a popup showing all the properties you've joined.
* Click on the highlighted property
* You should now see another popup showing the details of the property.
* Click on the "+ Add member" button next to the "Members" section
* You can now invite members by email
* Type the email address of the person you want to invite in the text box
* Choose the role of the person you want to invite from the dropdown menu below
* Read-only: The person can only view your inventory and lists but not edit it
* Member: The person can view and edit your inventory and lists
* Admin: The person can view, edit your inventory and lists, as well as invite other members
* Owner: The person can view, edit your inventory and lists, as well as invite other members and delete the property
* Once you have invited a member, they will receive an email telling them to check their dashboard to join your property

- To invite a person, click the down arrow in the top left corner.
- You'll see a popup showing all the properties you've joined.
- Click on the highlighted property
- You should now see another popup showing the details of the property.
- Click on the "+ Add member" button next to the "Members" section
- You can now invite members by email
- Type the email address of the person you want to invite in the text box
- Choose the role of the person you want to invite from the dropdown menu below
- Read-only: The person can only view your inventory and lists but not edit it
- Member: The person can view and edit your inventory and lists
- Admin: The person can view, edit your inventory and lists, as well as invite other members
- Owner: The person can view, edit your inventory and lists, as well as invite other members and delete the property
- Once you have invited a member, they will receive an email telling them to check their dashboard to join your property

### Joining a property

To join a property, click on the down arrow in the top left corner, and then select the desired property
To join a property, click on the down arrow in the top left corner, and then select the desired property
Loading