1,430 questions
0
votes
0
answers
11
views
What are the best sources for revamping ASPX and VB.Net interfaces with hierarchical navigation and intuitive item selection? [closed]
I'm working on renewing a project developed in ASPX and VB.Net and I would like to modernize its interface, in order to make it more intuitive and with hierarchical data navigation and item selection ...
0
votes
3
answers
52
views
Responsive CSS Text Frame Decoration
Im Trying to create a paragraph that is inside a two divs and where there is a decoration on each side. I can get this to work with absolute pixel Values but trying to make it responsive with relative ...
0
votes
0
answers
12
views
Implementing Drag-and-Drop Image Upload to a Canvas Texture in React.js
I am working on a project in React JS uisng of Three.js and need to implement a functionality where users can upload an image via drag-and-drop. If the image intersects with the canvas, the ...
2
votes
0
answers
20
views
My browser localstorage clears everytime i refresh
Welp, creating a time block app, and I want the saved timestamps/blocks to be present upon reload, written the appropriate code - I guess
whenever I add a time stamp/block, it shows in the application ...
0
votes
0
answers
16
views
In ANTD tree drag and drop, how to prevent drop as child if it is a leaf
In ANTD tree if I drag and drop a node below any leaf node then I have two options. Either drop the element as a sibling or drop it as a child or drop as a sibling. To drop as sibling we have to just ...
0
votes
0
answers
29
views
Shadcn Dialog X/close button not closing the Dialog
I have used the shadcn Dialog component in my react application as below:
Component:
.
.
.
import {
Dialog,
DialogTrigger,
DialogContent,
DialogHeader,
DialogTitle,
DialogClose,
} from '@/...
0
votes
0
answers
40
views
Shrink address bar on Safari for mobile - JavaScript
Seen a lot of old threads (thread 1 and thread 2) but hasn't been discussed lately, since the latest iOs deprecated the use of scrollTo and minimal-ui, requiring manual (human) scroll in order to ...
0
votes
0
answers
11
views
how can i check that the jwt is expired or not on the frontend, how the real world websites check it on frontend
Actually i want my jwt to get expired after a day but the problem is, I can't use the verify function on frontend, so i decided to store another field as expiry_date which will store the current date ...
0
votes
1
answer
17
views
Does anyone know how to create a route with dynamic path params?
We have migrated user-profile?userid=<id> to user-profile/<userId>. With this migration, We can open this page if the user navigates through the homepage or other pages but is not able to ...
0
votes
2
answers
41
views
Error : NG8001: 'router-outlet' is not a known element: in Angular
I am getting below error:
NG8001: router-outlet is not a known element:
If router-outlet is an Angular component, then verify that it is part of this module.
If router-outlet is a Web Component then ...
0
votes
0
answers
76
views
I am making an aviator game, but I face issue on making the graph, the y-axis and x-axis not run according to the multiplier value
Graph image
As you can see in the picture, the y-axis is not according to the multiplier value
Here is the graph code,
import React, { useState, useEffect, useRef, useCallback } from "react";...
1
vote
3
answers
93
views
Manually placing div start and end tags
I use Madcap Flare to write web help. This comes with useful proxies that auto-generate navigation when built. I need to manipulate one of these proxies. This is important because I have to work ...
0
votes
0
answers
8
views
Search (lowcode) Web Frontend working with REST-Calls for Data-Interactions
I am looking for a web frontend that fetches and writes data via rest calls.
The following main criteria:
preferably LowCode or Python, fast from prototype to application
preferably well-known ...
1
vote
0
answers
87
views
Cant print username on react
Im developing Fullstack React Web App project. In a component (which includes many stuff) cant display the username properly. And when i do other functions are broken. What is the problem on my codes ...
0
votes
2
answers
69
views
How to make a Svelte child component occupy the full height of the page?
I'm trying to build a simple front-end with Svelte, where I have a main page with different possible child components. My problem is that I can't get the child component to take up the full height of ...