Skip to content
#

Front end

Front-end development is the process of producing HTML, CSS, and JavaScript for web application visuals and interactions.

Here are 5,729 public repositories matching this topic...

YanDevDe
YanDevDe commented Feb 18, 2020

What problem does this feature solve?

It would allow us to use numbers which is larger than MAX_SAFE_INTEGER.

What does the proposed API look like?

In HTML, {{BigInt("100")}}, {{100n}}, {{2n * 50n}} or {{50n + 50n}} should show "100" (it can be just simply string by using .toString()) at frontend.
At the moment using BigInt in "Mustache" syntax just throw error.
Sure, backu

bvaughn
bvaughn commented Mar 5, 2020

Currently the "Components" tab is always opened by default. This should be a sticky preference such that if the "Profiler" tab was opened last, re-opening the standalone DevTools should open "Profiler" by default again.

Note that these shortcut keys should only be implemented for the standalone DevTools since these tabs are part of the browser

Front-End-Checklist
SuiKaSan
SuiKaSan commented Jan 7, 2020

在官网示例中,当使用config方式设置Modal的时候,关闭与开启的动画都是淡入淡出,为什么我在自己的项目中使用config方式创建Modal时却是滑入和淡出呢?而且还是非常卡顿闪屏式的滑入与淡出,而config创建Modal又不允许用户自己设置动画。请问这是Bug吗?有解决方式吗?

this.$Modal.confirm({
  title":'测试Modal',
  scrollable:true,
  render: (h) => {
    return h('Input', {
      props: {
        clearable: true,
        autofocus: true,
        placeholder: '您的备注'
      },
      on: {
        input: (val) 
miunaliang
miunaliang commented Mar 13, 2020

I'm working on a custom extension after reading docs, but something is wrong for v14.7.6

const triggerHook;

const Pack = {
  getDynamicConfig: (rawConfig, dynamicConfig) => {
    return Object.assign({}, rawConfig, { dynamicConfigKey: 'dynamicConfigVal' })
  },

  init: (rawConfig, dynamicConfig, api) => {
    api.registerActionToHook('post-tag', {name: 'packAction', run: packActi
HALLERPierre
HALLERPierre commented Jan 22, 2020

Roadmap to Gremlins 2.0

Gremlins.js is now older than 6 years old and the last commit is 2 year old. We think it’s time to give some love to this useful and fun package !

That’s with this gold in mind that @zyhou and @HALLERPierre are the new maintainers of this project.

Our first goal is to give a new youth to gremlins.js. Say goodbye to callbacks hell and say hello to promises and asy

mariusa
mariusa commented Oct 12, 2019

When getting started with tui.calendar, I found the "schedule" quite confusing, until I realized that's meant to mean one individual "event", "appointment", or "meeting". Google calendar calls those "events".

https://www.google.com/search?q=define+schedule says schedule is a list of intended events. That what would the purpose of an individual "calendar", or schedule (eg My calendar, Company, F

danspam
danspam commented Aug 31, 2018

I have found a couple of things (so far) not mentioned in the upgrade guide:

  1. filter of a CollectionView is now viewFilter and parameters have changed
  2. { sort:false } on a CollectionView should now be {sortWithCollection: false}

Also, the depreciated section of the upgrade guide in the docs is not displaying correctly.

Wikipedia
Wikipedia
You can’t perform that action at this time.