List Pagination Implemented #40

Merged
ameye merged 2 commits from pagination_implementation into master 2023-05-08 11:08:51 +00:00
+20 -3
View File
@@ -24,7 +24,7 @@ export default function StartJob(props) {
<span
className={`${selectTab === "today" ? "block" : "hidden"}`}
>
My Jobs 0000000
Additional Terms for Jobs Posting.
</span>
</h1>
@@ -42,7 +42,7 @@ export default function StartJob(props) {
<div className="header w-full flex justify-between items-center mb-5">
<div className="flex space-x-2 items-center">
<h1 className="text-xl font-bold text-dark-gray dark:text-white tracking-wide">
Job Poat Terms and Agreemrn
Terms & Agreement
</h1>
</div>
{/*<SelectBox*/}
@@ -53,7 +53,24 @@ export default function StartJob(props) {
{/*/>*/}
</div>
<div className="relative w-full overflow-x-auto sm:rounded-lg">
Something here
All terms of sale must follow WrenchBoard policies for buying and selling. Setting and meeting expectations in a listing's terms of sale ensure a smooth transaction and buyer satisfaction while helping WrenchBoard remain a reputable marketplace.
What is the policy?
Task or Job owners should provide clear and accurate delivery terms and conditions required to meet the expectations they have set in their listings. These should include:
Delivery mode, timelines, and reviews
The forms of payment available for the task
A returns policy:
Clearly stated criteria under which cancellation will be accepted.
Clearly stated the time period in which the buyer must notify the seller about the delivery delay.
How refunds/returns/cancellations will be issued
Activity that doesn't follow WrenchBoard policy could result in a range of actions, including for example: administratively ending or canceling listings, hiding or demoting all listings from search results, lowering rating, buying or selling restrictions, and account suspension.
All fees paid or payable concerning listings or accounts on which we take any action will not be refunded or otherwise credited to your account.
Why does WrencBoard have this policy?
Buyers and sellers enter a contract when they complete transactions, so it's necessary to have precise details on what the transaction entails to guarantee satisfaction. This policy also helps sellers meet our performance standards.
</div>
</div>