Skip to main content

Questions tagged [frontend]

The user-facing part of an application. In a desktop application, this would include the windowing framework and the forms the user interacts with; in a command line program it would be the available commands and arguments; and in a web app, it would refer to the HTML and JavaScript.

frontend
-2 votes
1 answer
38 views

How Can I Delete Written Number, Python Code?

When i say clear in the transaction screen(to clean the values or names i typed for entry date, unit code, etc…) it doesnt clear "unit code, customer number and group code’s first number". I ...
princessixx's user avatar
0 votes
0 answers
22 views

Browser Closing Automatically when i click Application Tab in inspect mode for React Projects

Title: Browser Crashes When Accessing Application Tab in Inspect Tool for React Project I am encountering an issue where my browser crashes whenever I attempt to access the Application tab in the ...
Kalingadha Mahantesh's user avatar
0 votes
1 answer
30 views

Is there a better way to retrieve frontend users from a database in vue.js

So I have my javascript code below which is essentially for a social media and upon clicking a certain button it goes to the next user page, my question is is this set up correctly to do. I do not ...
shinny.dogma's user avatar
1 vote
1 answer
12 views

How to bind vee-validate field to Vuetify's v-autocomplete without showing [object Object]?

When binding a vee-validate field to a v-autocomplete component, the input displays [object Object] whenever an option is selected. On blurring the input, the correct value is displayed, the issue ...
Jake Wickstrom's user avatar
-3 votes
0 answers
35 views

Fron End: How could I make it better? [closed]

from flask import Flask, render_template, jsonify, request import threading import time import random app = Flask(__name__) class Index: def __init__(self, name, futures): self.name = ...
MY115's user avatar
  • 1
0 votes
0 answers
17 views

React Framer Motion scrollTo animation does not scroll to top of container

I am developing a single-page scrollable business website using React and Framer Motion for animations. One of the animations is scrolling to a section of the website when clicking a button on the ...
JBoy's user avatar
  • 13
-1 votes
0 answers
25 views

Best practice to parse API data into an object variable in the frontend [closed]

I have a large project where i am working with multiple developers where we are using react as our frontend with zustand as our state manager and python as our backend. What is the best practice for a ...
danialsaufi's user avatar
-2 votes
0 answers
27 views

Front end + React + Tailwind [closed]

How do I create a banner like the one on the Fipra website for practice? I've added an SVG mask layer from an online generator, but I want to make it purely with Tailwind CSS. How can I achieve a ...
Bassam Foaud's user avatar
0 votes
1 answer
16 views

Nav Bar Not Showing

Navbar.js import React from 'react'; import { Link } from 'react-router-dom'; import './navbar.scss'; import Logo from '../../image/Logo.png'; import Admin from '../../image/eye.png'; export default ...
Shayan Hore's user avatar
-1 votes
0 answers
28 views

How to validate JWT tokens on Angular Frontend? [closed]

Please help me! I have a study project. There is a Frontend based on Angular 17 and a Backend based on Django Rest Framework. The user should be able to login through a third party API (like Google ...
Johnny Leet's user avatar
0 votes
0 answers
47 views

Cannot get setState to work on adding an array

I'm having an issue getting my setState() 'setSections(data.sections)' to work. I'm trying to save data locally and is successful, as on reload the loaded data from the previous session is shown in ...
James Cooper's user avatar
-2 votes
0 answers
20 views

Slow communication between FE-BE [closed]

I have an application with the following architecture: frontend (Angular) that runs on my PC locally with http server and backend (.NET Core) on a remote machine on which the database also runs. My PC ...
Andrea Palermo's user avatar
0 votes
0 answers
31 views

PyQt5 shows white border while displaying image in full screen [duplicate]

I'm using PyQt5 to build a UI for my computer vision app. The app has six pages, and on the fourth page, I receive video frames from a backend thread that runs when the app reaches this page. However, ...
Ammar Ahmed Siddiqui's user avatar
0 votes
0 answers
26 views

Running Playwright tests with Ubuntu Wsl2 is not working, browser is not opening properly on Windows

In one of my projects I am running the playwright tests on ubuntu Wsl2 because the project was initially set up for unix systems and I cannot run the playwright tests on windows without changing all ...
Daniel's user avatar
  • 1
-1 votes
0 answers
12 views

Chat component architecture options and trade-offs

I am trying to choose between two architecture options for a chat component. The purpose of this component is to enable a ChatGPT-like chat, where a user can post messages, and the LLM's response can ...
Gautier Blandin's user avatar

15 30 50 per page
1
2 3 4 5
1019