Skip to content
#

single-page-app

Here are 1,218 public repositories matching this topic...

ravi-pandit14
ravi-pandit14 commented Apr 14, 2020

What I Want
I want to fixed side menu it should not scrolling with my data.

Description
I have installed react-admin in my react web App project but i am facing side menu scrolling issue. Side menu is scrolling with data.

Steps to reproduce:
I have following the same example that is providing by react-admin and in this example issue can be reproduce on dashboard.
If we will

c-cero
c-cero commented Oct 10, 2018

Opening of any chat or group in Web Telegram currently resets unread messages counter to zero, regardless of how much posts we're actually viewed. This behavior seems to be inconsistent with other versions of Telegram, were only number of posts that were shown are retracted from unread messages counter.

Telegram Web Version 0.7.0
Firefox 62.0.2
Windows 10 Pro

bug
bojanvidanovic
bojanvidanovic commented Sep 27, 2019

When a webpage is loaded, I can navigate seamlessly through all my links. The problem presents when I start using the back button to get back to the initial page which reloads the website.

Steps to reproduce

This is present in one of your examples: Email example. If you click on one of the emails and then use the back button, it will reload the webs

grahammendick
grahammendick commented May 2, 2018

I'm submitting a ...

  • bug report
  • feature request
  • other (Please do not submit support requests here (below))

The Router Challenge aims to be to Routers what TodoMVC is to MV* frameworks. It offers the same Music Catalog application built in React using different Routers. For it to be succe

jancborchardt
jancborchardt commented Jan 19, 2020
  1. Compose a new message
  2. Notice you are not on the right account
  3. Use the account switcher
  4. Send the email

Actual behavior

The last draft state of the message will stay in the "Drafts" folder of the first account.

Expected behavior

When you switch the account, the draft is moved from the first account to the account you switched to. Thus when you send the mail, no draft v

roguexiaohuihui
roguexiaohuihui commented Apr 13, 2020

想新增一个alias,像vue脚手架默认填写的:
resolve: {
alias: {
'vue$': 'vue/dist/vue.esm.js',
'@': resolve('src')
}
},

即将@指向到某一个目录,比如app/web/目录,我在webpack.config.js文件添加了

module.exports = {
egg: true,
devtool: 'eval',
target: 'web',
entry: {
admin: 'app/web/page/admin/index.js'
},
cssExtract: true,
dll: ['vue', 'vue-router', 'vuex',

willnwhite
willnwhite commented Apr 6, 2020

The docs don't explain that pushUrl will work with just the path onwards (so you don't need the whole URL). I had assumed "URL" meant the whole thing, protocol and hostname included, so I was making effort to pass that around my app so that pushUrl would have it where necessary. Of course, in hindsight, it makes perfect sense that pushUrl shouldn't have to deal with the domain, as that stays the s

Improve this page

Add a description, image, and links to the single-page-app topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the single-page-app topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.