Code Monkey home page Code Monkey logo

marketplace's Issues

Major Muni filter not working

Describe the bug
When I log into my account, create some posts, and then navigate to the posts section, I use filters to easily find the posts I've recently made. However, the following situation occurs:

When I apply all three filters (Major Municipality, Minor Municipality, Governing District) with the corresponding locations for the recently created posts, these posts do not appear.

On the other hand, if I only apply one or two of the following filters: Minor Municipality or Governing District, then it works and the related searches appear.

In summary, the Major Municipality filter is currently not functioning.

To Reproduce
Steps to reproduce the behavior:

  1. Login as Provider and as Client too.
  2. Click Find Services.
  3. Apply a filter or multiple filters.

Expected behavior
It's expected that all filters work individually or together, whether one, two, or all three filters are applied.

It was also tested in mobile device size and it didn't work either.

Screenshots

screencapture-site-devurl-marketplace-4xm-pages-dev-services-2023-08-29-10_18_00

screencapture-site-devurl-marketplace-4xm-pages-dev-services-2023-08-29-10_15_29

Desktop (please complete the following information):

(NOTE: The localhost does not work for me, in fact it does not even show me the buttons to start a session.)

  • OS: [e.g. iOS] Mac iOS
  • Browser [e.g. chrome, safari] Chrome
  • Browser Version [e.g. 22] Version 116.0.5845.96 (Official Build) (arm64)
  • UI Language English

Additional context
none

Improve Languages Spoken Feature

Is your feature request related to a problem? Please describe.
Languages Spoken functions fine but there are things that could be improved.

  1. Add a tooltip on the creation pages clarifying that these should be languages the provider can conduct business/offer services in.
  2. When clicking the select you have to click on the checkbox box to scroll.
  3. When clicking the select you get the select pop up plus the checkboxes
  4. ViewCard and FullPostView do not display the provider's languages - may want to consider displaying either the provider languages or adding languages as an attribute of a post (like what languages is this service offered in?)

Describe the solution you'd like
Add a tooltip to the ProviderRegistration and the ProviderProfileView (edit section only)
Maybe clean up the appearance of the drop downs somewhat for adding languages
Add some sort of language info to the ViewCard and FullPostView components

Describe alternatives you've considered
Leaving it as is is functional but not as attractive or user friendly

Additional context
Extra pop-up from select
Screenshot 2023-11-20 at 11 13 04 AM

Password error font

Change font color to a RED or some color that gives a more clearer alert that there is an error.

Improve Lighthouse score for services page

Is your feature request related to a problem? Please describe.
Lighthouse recommends that lists only contain <li> elements and script supporting elements. Our lists contain divs and inputs, etc.

Describe the solution you'd like
Consider refactoring to eliminate it as a "list". Or other ways to improve accessibility

Describe alternatives you've considered
None

Additio
Screenshot 2023-09-27 at 6 12 41 PM
nal context

Social Modal Close X

Describe the bug
When the screen size is right in between small and medium the X close button in the top right of the social modal gets pushed outside of the modal itself

To Reproduce
Steps to reproduce the behavior:

  1. Go to todoservis
  2. Click the share icon/button in the upper right hand corner of a specific post
  3. Open the Inspector and adjust the screen width to 755-805px

Expected behavior
X close button should stay inside the social modal at all times

Screenshots
Screenshot 2024-02-05 at 4 00 58 PM

Desktop (please complete the following information):

  • Environment: LocalHost and Hosted Website

  • OS: [e.g. iOS]

  • Browser: Chrome

  • Browser Version: 120.0.6099.216

  • UI Language: All

  • I am willing to submit a pull request for this issue.

Adding service categories

category: learning/education

perhaps adding the category "other" so that services that do not necessarily fit in to the preestablished categorías can be posted.

Fetch Services button does not render correctly in Firefox.

Describe the bug
Fetch Services button does not render correctly in Firefox.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'https://marketplace-4xm.pages.dev/'
  2. See green square with todo - text and icon render overtop each other

Expected behavior
Should render like Chrome/Safari.

Screenshots
Should look like this:
Screenshot 2023-09-18 at 4 41 18 PM

Instead looks like this:
Screenshot 2023-09-18 at 4 33 41 PM

Desktop (please complete the following information):

  • Environment (LocalHost or Hosted Website?)
    • Hosted Site
  • OS: MacOS
  • Browser Firefox
  • Browser Version 117.0.1 (64-bit)
  • UI Language
    • All

Additional context
Add any other context about the problem here.

Proposed Solution
Review styling and see what about it is not supported in firefox.

  • I am willing to submit a pull request for this issue.

The hamburger menu - home button does not redirect

Describe the bug

Within the hamburger menu, the "Home" option doesn't redirect anywhere. This happens regardless of whether you're logged in or not.

To Reproduce
Steps to reproduce the behavior:
1. Go to login (it's not necessary)
2. Click on 'hamburger menu, Home option'

Screenshot 2023-08-28 at 15 16 05

Expected behavior
Normally, I would expect that clicking on the "Home" option would redirect me to the homepage.

Screenshots
Screenshot 2023-08-28 at 15 21 34

Desktop (please complete the following information):

  • Environment (LocalHost or Hosted Website?)
    • If localhost can you replicate the bug on the Hosted Website
  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari] Chrome
  • Browser Version [e.g. 22] Version 116.0.5845.96 (Official Build) (arm64)
  • UI Language English

Additional context
None

Proposed Solution
Any suggestions to resolve the issue.

  • I am willing to submit a pull request for this issue.

Create a button with the function of editing posts.

Is your feature request related to a problem? Please describe.
While navigating through the app and after creating a few posts, I noticed that I had written something incorrectly in one of the posts. I wanted to edit the post, but I couldn't find a button that indicated I could do so. I believe it's not a major issue since I can delete that post and create a new one. However, it might be a good idea for the future to implement an option to edit posts.

Describe the solution you'd like
Creating a button with a function that allows editing a post would be a valuable addition to the user interface. This would empower users to make necessary changes to their posts without the need to delete and recreate them. It enhances the overall user experience by providing more control and flexibility over their content.

Describe alternatives you've considered
Deleting the post and creating a new one works for the initial version.

Additional context
none

Internationalize API messages and Style as Error

Describe the bug
Currently the APIs return English text error messages

To Reproduce
Steps to reproduce the behavior:

  1. Go to provider/createaccount (in a language other than english)
  2. Fill in the form (with an error like a repeat phone number)
  3. Submit Form
  4. Scroll to bottom of form See error message in English

Expected behavior
Messages should internationalize for users (if possible).

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • Environment (LocalHost or Hosted Website?) LocalHost and Hosted sites
  • OS: [e.g. iOS] MacOS
  • Browser [e.g. chrome, safari] Chrome
  • Browser Version [e.g. 22] 116.0.5845.96
  • UI Language Spanish or French

Additional context
May need to send the language in the api call since the apis are on the server and can't get the lang attribute from the URL.

Proposed Solution
Internationalize the error messages

  • I am willing to submit a pull request for this issue.

X Button - Share (or Post) to X

Describe the bug
Make the text of the X button something like Share to X or Post to X to look more balanced with other buttons

  • I am willing to submit a pull request for this issue.

Delete button/Share Button on View Card

Describe the bug
Delete button/Share Button on View Card make them behave in a predictable manner (with enough spacing to avoid accidental clicks)

  • I am willing to submit a pull request for this issue.

Improve Home Page Lighthouse Score

Is your feature request related to a problem? Please describe.
Getting a 92 for best practices on the lighthouse report for the home page

Describe the solution you'd like
Add a higher resolution image in the correct aspect ratio
Screenshot 2023-09-27 at 5 31 27 PM

Describe alternatives you've considered
None.

Mobile Dropdowns missing on Provider/Profile from screen width 752-767

Describe the bug
On screen widths of 752-767 the Provider/profile page is just blank - there isn't the mobile view OR the desktop view.

To Reproduce
Steps to reproduce the behavior:

  1. Go to /provider/profile
  2. Use inspect to set screen width between 752-767 (inclusive)
  3. See no content

Expected behavior
Should be showing the mobile dropdowns like this:
Screenshot 2023-11-10 at 12 35 39 PM

Screenshots
Screenshot 2023-11-10 at 12 36 03 PM

Desktop (please complete the following information):

  • Environment Hosted Website for Next Release
  • OS: [e.g. iOS] MacOS
  • Browser [e.g. chrome, safari] Chrome
  • UI Language All

Additional context
Add any other context about the problem here.

Proposed Solution
Review set points for /provider/profile rendering

  • I am willing to submit a pull request for this issue.

To make the provider's account image fit

Is your feature request related to a problem? Please describe:
When trying to add the image for the provider's account, it either stretches or leaves empty spaces above and below.

Describe the solution you'd like:
You can adjust the HTML or CSS so that the image fits without being modified to the designated space, for example:

 img-container {
  width: 100px; /* adjust the container size according to your needs */
  height: 100px;
  overflow: hidden; /* prevents the image from extending beyond the container */
}

.img-container img {
  width: 100%; /* ensures the image completely fills the container */
  height: 100%;
  object-fit: cover; /* adjusts the image, maintaining proportion and covering the container */
} 

In this example, object-fit: cover ensures that the image fits the container while maintaining its proportion and completely covering the designated space.

Additional context:
image
image

Clear All Filters button isn't clearing the search bar text

Describe the bug
If you use the search bar and click search it pulls up posts that include that word (as expected), but if you click clear all filters it does not bring back all posts - posts are not reset to all data

To Reproduce
Enter "Image" in the search bar
Click the search button or press enter
Click the clear all filters button
Posts rendered on the page don't change

Expected behavior
Enter "Image" in the search bar
Click the search button or press enter
Click the clear all filters button
All posts should render on the page

Proposed Solution
Add setPosts() to the clear all filters button function

  • I am willing to submit a pull request for this issue.

Sign Up - Last Name Tool Tips Icon Z-Index

Describe the bug
The text that appears when you hover over a tool tip icon sometimes renders off screen or at a lower z-index than it should

To Reproduce

  1. Go to 'signup' page
  2. View screen size medium or large
  3. Hover over the First Name tool tip
  4. The icon associated with the Last Name tool tip appears on top of the tool tip text that describes how to use the First Name field

Expected behavior
When the user overs over the First Name tool tip icon, text describing how the First Name input works should appear "over" the Last Name tool tips icon. The Last Name tool tips icon should no longer be visible.

Screenshots
SignUpToolTips

Proposed Solution
Update the z-index of the Last Name tool tips icon

  • I am willing to submit a pull request for this issue.

Landing page after signing in

After signing in as a client I think it would make most sense to be directed to the services page instead of having to search a click again

Internationalization in SignUpButton component

For some reason the internationalization for the SignUpButton text isn't changing to Spanish when I use the pageTitles.signup. It changes language when I use pageTitles.signup, but then the capitalization isn't the way I want it.

Password Reset Redirect Not Working

Describe the bug
When I click the reset password link in the the email I get sent to the homepage not to the password reset page.

To Reproduce
Steps to reproduce the behavior:

  1. Go to Login
  2. Click on "Reset"
  3. Enter Email Address
  4. Submit Form
  5. Open Email
  6. Click "Reset Password"
  7. Arrive at Home Page
  • No error messages in browser

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
Not Applicable

Desktop (please complete the following information):

  • Environment (LocalHost or Hosted Website?) Hosted Website
    • If localhost can you replicate the bug on the Hosted Website
  • OS: [e.g. iOS] MacOS
  • Browser [e.g. chrome, safari] Chrome
  • Browser Version [e.g. 22] Version 116.0.5845.96 (Official Build) (arm64)
  • UI Language English

Additional context
None

Proposed Solution
Any suggestions to resolve the issue.

  • I am willing to submit a pull request for this issue.

Can't create post as client

Describe the bug
After creating an account as a provider and making posts as a provider, I clicked on the hamburger menu and selected the "Create Client Account" option, which worked well; I was able to successfully create the account. However, when I attempted to create a post as a client, the client option didn't seem to appear in the hamburger menu. Only the option for the provider was visible. As a result, I clicked on the only available option for creating a post, and indeed, the post was created, but it was attributed to a provider role, not a client role.

To Reproduce
Steps to reproduce the behavior:

  1. Go login as a client
  2. Click hamburguer menu.
  3. Select the 'Create Post' option.

Expected behavior
I believe the expectation is that the client should be able to create a post where they can express their need for a certain type of service. However, I'm not entirely sure if this makes sense.

Screenshots

IssueCreatePostAsClient

Desktop (please complete the following information):

(NOTE: The localhost does not work for me, in fact it does not even show me the buttons to start a session.)

  • OS: [e.g. iOS] Mac iOS
  • Browser [e.g. chrome, safari] Chrome
  • Browser Version [e.g. 22] Version 116.0.5845.96 (Official Build) (arm64)
  • UI Language English

Additional context
none

Proposed Solution
I actually have no idea how to solve it.

Locations are truncated even when there is sufficient space

Describe the bug
Location information is cutoff/truncated even when there is plenty of space

To Reproduce
Steps to reproduce the behavior:

  1. Go to todoservis.com/services
  2. Look at posts and see the "..." where locations are truncated

Expected behavior
Locations should only be truncated if there is not enough room on the card (like on a provider profile or something)

Screenshots
Screenshot 2023-11-01 at 3 19 48 PM

Proposed Solution
Review the html/styling for the card and how it interacts with the styling for the share button

  • I am willing to submit a pull request for this issue.

Add margin to the index banner.

Is your feature request related to a problem? Please describe:
The banner seems not to be centered, as on the right side, there appears to be more margin or padding than on the left side.

Describe the solution you'd like:
Adding margin to the left would be a good solution, as it makes the page look a bit more compact and centered.

Additional context

image

Default Values in Forms

Describe the bug
Default selection values in forms need a value of "" to not be considered as meeting the required attribute.

Proposed Solution
Update default select options to "" from -1

  • I am willing to submit a pull request for this issue.

Modal repairs

Describe the bug
Repair Share modal to look like this

Screenshot 2023-09-27 at 3 28 51 PM Screenshot 2023-09-27 at 3 29 00 PM
  • I am willing to submit a pull request for this issue.

Button to go back within the navigation

Is your feature request related to a problem? Please describe.

When navigating within the website, for example:

  1. I log in as a provider.
  2. I click on the hamburger menu.
  3. I select the "My Provider Profile" option and click on it.
  4. I can see my posts and click on one of them.
  5. I want to go back to where I could see the other posts, but I'm not sure how. My first thought is: where is the back button?

Describe the solution you'd like

Having a back button for mobile navigation would be beneficial. While in desktop mode, we can use the browser's back arrow, but it would be more comprehensive to have a button for going back within the website itself.

Describe alternatives you've considered
none

Additional context
none

TinyMCE not loading

Describe the bug
TinyMCE does not load on Create Post page

To Reproduce
Steps to reproduce the behavior:

  1. Go to create post
  2. There is no where to type post content.

Console Messages:
Failed to load resource: the server responded with a status of 404 ()
CreateNewPost.2d2172d1.js:1 Failed to load theme: silver from url themes/silver/theme.js
Ww @ CreateNewPost.2d2172d1.js:1
(anonymous) @ CreateNewPost.2d2172d1.js:1
(anonymous) @ CreateNewPost.2d2172d1.js:1
/plugins/quickbars/plugin.js:1 Failed to load resource: the server responded with a status of 404 ()
CreateNewPost.2d2172d1.js:1 Failed to load plugin: quickbars from url plugins/quickbars/plugin.js
Ww @ CreateNewPost.2d2172d1.js:1
(anonymous) @ CreateNewPost.2d2172d1.js:1
(anonymous) @ CreateNewPost.2d2172d1.js:1
/icons/default/icons.js:1 Failed to load resource: the server responded with a status of 404 ()
CreateNewPost.2d2172d1.js:1 Failed to load icons: default from url https://743209bf.marketplace-4xm.pages.dev/en/posts//icons/default/icons.js
Ww @ CreateNewPost.2d2172d1.js:1
(anonymous) @ CreateNewPost.2d2172d1.js:1
(anonymous) @ CreateNewPost.2d2172d1.js:1
/models/dom/model.js:1 Failed to load resource: the server responded with a status of 404 ()
CreateNewPost.2d2172d1.js:1 Failed to load model: dom from url models/dom/model.js
Ww @ CreateNewPost.2d2172d1.js:1
(anonymous) @ CreateNewPost.2d2172d1.js:1
(anonymous) @ CreateNewPost.2d2172d1.js:1
/plugins/lists/plugin.js:1 Failed to load resource: the server responded with a status of 404 ()
CreateNewPost.2d2172d1.js:1 Failed to load plugin: lists from url plugins/lists/plugin.js
Ww @ CreateNewPost.2d2172d1.js:1
(anonymous) @ CreateNewPost.2d2172d1.js:1
(anonymous) @ CreateNewPost.2d2172d1.js:1

Expected behavior
There should be a tiny editor to add post content

Screenshots
Screenshot 2023-10-17 at 11 08 34 AM

Desktop (please complete the following information):

  • Environment (LocalHost or Hosted Website?)
    • Hosted Website
  • OS: [e.g. iOS] MacOS
  • Browser [e.g. chrome, safari] - Chrome
  • Browser Version [e.g. 22] Version 117.0.5938.149 (Official Build) (arm64)
  • UI Language All

Proposed Solution
Review changes to Astro loading and see if that caused the loading issue

  • I am willing to submit a pull request for this issue.

Non-English Characters cause search failures

Describe the bug
It seems that the text search does not currently support non-english characters (accented i's, tildes, etc).

To Reproduce
Steps to reproduce the behavior:

  1. Go to TodoServis
  2. Search for Química
  3. Get no results
    • if you search for mica you get the expected post
    • if you search for qu you also get the expected post

Expected behavior
Full text search should support spanish, english and french at a minimum

Additional context
Postgres has a language setting for the search but haven't found clear documentation on languages supported other than english and what format the language variable would have to be in.

Proposed Solution
Investigate Postgres text search settings and change the search language based on the selected language in the language picker and/or find a way to support multiple languages at once - just because I have the site set to English doesn't mean I don't want to search possible spanish terms of posts.

  • I am willing to submit a pull request for this issue.

Specify pop-up notifications for already registered email addresses.

Is your feature request related to a problem? Please describe:

When attempting to register but the email is already in use, the pop-up notification only states that the email doesn't meet the requirements.

Describe the solution you'd like:
I think it would be very useful and helpful for the notification to indicate that the email doesn't meet the requirements because it's already in use, for example: "This email is already registered. Would you like to log in?

Screenshot 2023-12-10 at 22 00 45

Tooltips on Mobile

Describe the bug
On mobile views with tool tips if you click on the right side of an input box where a tooltip shows up for other inputs it shows the tool tip instead of activating the input box

To Reproduce
Steps to reproduce the behavior:

  1. On mobile got to provider/createaccount or client/createaccount
  2. Click on the right hand side of name fields
  3. Most likely you will get the phone tool tip (depending on screen size)

Expected behavior
When you click an input box it should activate the input. Tooltips should only show if you click the icon for them.

Screenshots
If applicable, add screenshots to help explain your problem.
Clicking anywhere that the phone tool tip overlaps displays the phone tool tip because it has opacity-100 on hover and on mobile a click is also a hover.
Screenshot 2023-08-25 at 12 11 36 PM

Desktop (please complete the following information):

  • Environment (LocalHost or Hosted Website?) LocalHost
    • If localhost can you replicate the bug on the Hosted Website Yes
  • OS: [e.g. iOS] MacOS
  • Browser [e.g. chrome, safari] Chrome, Inspect as iPhone SE
  • Browser Version [e.g. 22] Version 116.0.5845.96
  • UI Language English

Additional context
Add any other context about the problem here.

Proposed Solution
Any suggestions to resolve the issue.

  • I am willing to submit a pull request for this issue.

All posts returned if text search returns nothing.

Describe the bug
If you search for a term not found in any post then no filtering occurs - the results don't change and no message is displayed.

To Reproduce
Steps to reproduce the behavior:

  1. Go to Find Services
  2. Enter a term in the search box not found in any post
  3. Click "Search"
  4. Your results won't change

Expected behavior
This should either return no posts OR should return a message that "no results found" and continue to display previous results.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • Environment (LocalHost or Hosted Website?)
    • If localhost can you replicate the bug on the Hosted Website
  • OS: [e.g. iOS] MacOS
  • Browser [e.g. chrome, safari] Chrome
  • Browser Version [e.g. 22]
  • UI Language English

Additional context
Add any other context about the problem here.

Proposed Solution
Any suggestions to resolve the issue.

  • I am willing to submit a pull request for this issue.

Change texts/descriptions

Is your feature request related to a problem? Please describe:
There are texts, titles, or descriptions in Spanish that are not very clear or could be improved for a more familiar and straightforward vocabulary.

Describe the solution you'd like

Change “publicar contenido” for “descripción del servicio”
image

Change “Borrar Municipio Importante/Menor/etc...” for “Borrar Cantón/Distrito/etc...”
image

The email confirmation link isn't working days later.

Describe the bug:
I am having trouble confirming my email because I 'signed up' for the account on Friday but did not confirm the email immediately. A couple of days later (Sunday), the link to confirm my email no longer works. However, when I try to log in, it still asks me to confirm the email."

To Reproduce:
Steps to reproduce the behavior:

  1. Register a new email.
  2. Wait a few days.
  3. Try to confirm the email from the link that arrived in your inbox (the link will no longer work, and the email cannot be confirmed).
  4. Attempt to register or log in again with that email (it won't be possible because it hasn't been confirmed).

Expected behavior:

One would expect the link to work for confirming the email or when the page indicates the need for confirmation, there should be an option to resend the email confirmation.

Screenshots
image

Desktop (please complete the following information):

  • Environment (LocalHost or Hosted Website?): Website (Google Chrome)
  • OS: iOS
  • Browser : Google Chrome
  • Browser Version: Version 119.0.6045.105

Proposed Solution
Enable an option/link to resend the email confirmation.

  • I am willing to submit a pull request for this issue.

Arrows for Drop downs in mobile view are doubled.

Describe the bug
The arrows for dropdowns on the services page (and likely anywhere else this code is used) are doubled in certain browsers.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'services'
  2. Make sure you are at a small enough window size to get the mobile view
  3. Look at drop downs like "Filters"

Expected behavior
There should only be a single arrow to the right of the text

Screenshots
Screenshot 2023-09-18 at 4 33 59 PM

Desktop and Mobile

  • Environment (LocalHost or Hosted Website?)
    • Hosted Site (PWA branch and main)
  • OS: iOS, MacOS
  • Browsers
    • Safari (MacOS) Version 16.5.1 (18615.2.9.11.7)
    • Chrome (iOS)
    • Safari (iOS)
  • UI Language
    • All

Additional context
Add any other context about the problem here.

Proposed Solution
Review what styling is causing duplication in Safari - does not have the same issue in Firefox or Chrome on MacOS.

  • I am willing to submit a pull request for this issue.

Registration Returns strange error.

Describe the bug
Users registering on TodoServis.com are getting the error {"message":"No API key found in request","hint":"No apikey request header or url param was found."}

The are still able to sign up/sign in but shouldn't be getting this page.

To Reproduce
Steps to reproduce the behavior:

  1. Go to TodoServis.com
  2. Click on sign up
  3. Register
  4. Go to email to confirm registration
  5. Get an empty webpage with {"message":"No API key found in request","hint":"No apikey request header or url param was found."}

URL indicates "email link is invaliad or has expired".
#error=unauthorized_client&error_code=401&error_description=Email+link+is+invalid+or+has+expired

Expected behavior
Confirmation link should redirect to home page

Screenshots
Screenshot 2023-10-30 at 2 07 56 PM

Desktop (please complete the following information):

  • Environment Production Site
  • OS: [e.g. iOS] Mac OS
  • Browser [e.g. chrome, safari] Chrome

Additional context
Add any other context about the problem here.

Proposed Solution
Review cloudflare settings
Review SMTP settings on Supabase
Review Supabase documentation

  • I am willing to submit a pull request for this issue.

Login page style error

Describe the bug
Background of font is white - should be same as base.

To Reproduce
Steps to reproduce the behavior:

  1. Go to /login
  2. Look at "Forgot your password? Click here to Reset"

Expected behavior
Background should match others

Screenshots
Screenshot 2023-08-27 at 8 54 18 PM

Desktop (please complete the following information):

  • Environment (LocalHost or Hosted Website?) LocalHost

    • If localhost can you replicate the bug on the Hosted Website Yes
  • OS: [e.g. iOS] MacOS

  • Browser [e.g. chrome, safari] Chrome

  • Browser Version [e.g. 22] **116.0.5845.96 **

  • UI Language English

  • I am willing to submit a pull request for this issue.

No Error Message when trying to Sign Up with an email already in the system

Is your feature request related to a problem? Please describe.
It is not clear that the account is already in the system when I try to make an account.

Describe the solution you'd like
Expected behavior would be an error or alert stating that the user already exists.

Describe alternatives you've considered
None

Additional context
None

Share modal not Internationalized.

Describe the bug
The share modal disclaimer displays in english even when in spanish mode

To Reproduce
Steps to reproduce the behavior:

  1. services (in spanish mode)
  2. Click the share button
  3. See disclaimer in english

Expected behavior
Disclaimer should localize

Screenshots
Screenshot 2023-11-10 at 11 43 18 AM

Proposed Solution
Review how the message is being rendered and make sure it is using internationalization correctly

  • I am willing to submit a pull request for this issue.

difference of page between translations

Screenshot 2023-08-16 130553
Screenshot 2023-08-16 130631
When switching between translations on the home page the footer looks different. I believe the Spanish file has many of these written out. Just making a note of it as I am assuming we are going with the simpler layout.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.