Giter Club home page Giter Club logo

Comments (2)

dosubot avatar dosubot commented on May 24, 2024 2

🤖

Hey @sevegee-tech! Great to see you back here, running into a bit of a quirky issue I see. Let's get those spaces back where they belong, shall we?

Based on the information provided, it seems like you're experiencing an issue with the removal of spaces while typing a question on chat.quivr.app/chat using Firefox on Linux Mint. This could be due to the CSS property white-space being set to pre-line, which collapses multiple spaces into one, but does not remove them entirely.

To resolve this, you can modify the white-space property in the styles.css file located at frontend/app/chat/[chatId]/components/ChatDialogueArea/components/ChatDialogue/components/QADisplay/styles.css. Replace the white-space: pre-line; line with white-space: pre-wrap;. The pre-wrap value preserves all white spaces and lines.

* {
    white-space: pre-wrap;
}

Please note that this change will only affect the current session and will not be saved in your profile. To ensure these changes are saved in your profile, you would need to modify the user settings or profile settings in the application code. However, without additional context about the application code, I'm unable to provide a complete solution for saving these changes in your profile.

Regarding the structure of the quivr codebase, specifically the frontend where the chat interface is implemented, it is structured using React and TypeScript. The file frontend/app/(home)/page.tsx is a React component that represents the login page of the application. The chat interface is not directly implemented in this file. This file is responsible for the login page of the application. The chat interface would likely be implemented in a different component, possibly within a different directory of the frontend/app directory.

I hope this helps! If you have any other questions or need further clarification, feel free to ask.

Sources

About Dosu

This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research.

Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant.

If you want to continue the conversation, start your reply with @dosu-bot.

from quivr.

StanGirard avatar StanGirard commented on May 24, 2024

@Zewed

from quivr.

Related Issues (20)

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.