Coder Social home page Coder Social logo

igniteui / igniteui-docfx Goto Github PK

View Code? Open in Web Editor NEW
29.0 42.0 24.0 63.15 MB

Ignite UI for Angular topics for all available components and features

Home Page: https://bit.ly/2L19rhp

JavaScript 100.00%
docfx angular components documentation igniteui docfx-site-builder

igniteui-docfx's People

Contributors

3phase avatar aleksandyr avatar bazal4o avatar chronossf avatar ddincheva avatar denitsahristova avatar didimmova avatar diyandimitrov avatar dkamburov avatar dobromirts avatar esshared avatar gedinakova avatar hanastasov avatar hussar-mtrela avatar ivaylog avatar kdinev avatar lipata avatar mpavlinov avatar onlyexeption avatar pamelabrasil avatar randriova avatar sboykova avatar simeonoff avatar sisivanova avatar tachojelev avatar teodosiah avatar valadzhov avatar viktorslavov avatar yoshimis avatar zdrawku avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

igniteui-docfx's Issues

Confusing description for scrollbar visibleItemsCount

  1. Go here:
    https://www.infragistics.com/products/ignite-ui-angular/angular/components/scrollbar.html
  2. Observe the description for visibleItemsCount in the API table.

Actual result:
The total amount of items in that will be virtualized.

Expected result:
I don't know. Something like "The total number of items that are visible." I assume that's what it actually does based on the name, but I don't know if the implementation matches the name.

Is it possible that the descriptions for the totalItemsCount and visibleItemsCount inputs are switched? If so, I would recommend something like "The total number of items in the items source" and "The total number of visible items".

Add a button for live sample editing

Since we are integrating StackBlitz in our documentation, we need a button for live sample editing. When clicked, it would lead to StackBlitz.

Responsive igx-grid columns

Add a demo and code example of how to make the grid columns responsive, meaning to hide some of them on small screens and show them on larger screens.

UnauthorizedAccessException is thrown when running the build

Trying to build and run the project with npm start results in a UnauthorizedAccessException being thrown with the following stack trace:

Error:System.UnauthorizedAccessException: Access to the path 'C:\ProgramData\chocolatey\lib\docfx\tools\plugins_kc5k4jjw.gij\plugins' is denied.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.Directory.InternalCreateDirectory(String fullPath, String path, Object dirSecurityObj, Boolean checkHost)
   at System.IO.Directory.InternalCreateDirectoryHelper(String path, Boolean checkHost)
   at Microsoft.DocAsCode.Build.Engine.TemplateManager.Copy(Action`1 streamHandler, String filePath, Boolean overwrite)
   at Microsoft.DocAsCode.Build.Engine.TemplateManager.TryExportResourceFiles(IEnumerable`1 resourceNames, String outputDirectory, Boolean overwrite, String regexFilter)
   at Microsoft.DocAsCode.SubCommands.BuildCommand.BuildDocument(String baseDirectory, String outputDirectory)
   at Microsoft.DocAsCode.SubCommands.BuildCommand.Exec(SubCommandRunningContext context)
   at Microsoft.DocAsCode.Program.ExecSubCommand(String[] args)

bs-docs-sidebar - Copy Code

bs-docs-sidebar - Copy Code

When Copy Code is selected there is no indication that an action has been performed.

Expected result

Selecting the Copy Code updates the label to Copied (or any other indication that is appropriate)

Attachments

screen shot 2018-01-16 at 17 44 12

bs-docs-sidebar - URL update in the address bar

bs-docs-sidebar - URL update in the address bar

Selecting an anchor in article updates the URL and the corresponding sidebar menu item. However selecting item from the side bar updates just the article leaving the previously selected URL in the address bar.

Expected result

Selecting an item from the sidebar Item updates the URL and the article.

Attachments

screen shot 2018-01-16 at 18 37 45

Change badge topic to reflect changes in the badge

Description
Badge won't use position property any more and position has to be set via CSS.

Result
Till now, the position input was used to set the badge position.

Expected result
Position property should be removed from the topic and code snippets should be changed. Position should be removed from API summary as well.

JP version of the site

Research the structure that we would need in order to accommodate for a JP version of the component site for Ignite UI for Angular.

Once the structure is defined, copy the EN markdowns into the JP location and assign to the localization team for translation.

Shell strings are all missing

  1. Go to any page on staging.
  2. Check the right side for "IN THIS ARTICLE:".
  3. Hover over a code snippet and check for the "COPY" text.

Actual result: None of these appear. They are all blank.

Expected result: The text from the shell appears.

Create a functionality to have different sample URLs per environment

Currently on each topic we have a similar sample URL:

<iframe src='https://www.infragistics.com/angular-demos/avatar' width="100%" height="100%" seamless frameBorder="0"></inframe>

For staging we should have https://staging.infragistics.local instead of https://www.infragistics.com. It should be customizable for development environment .

Internationalize header and footer

In order to release the Angular documentation for 18.1, we need the header and footer of the site to be internationalized.

The website header and footer seem to be hardcoded instead of being pulled from the staging or live sites. What was the rationale behind this decision?
https://github.com/IgniteUI/igniteui-docfx/tree/d3f6f66825ddf3d266be4b195dce965b0fb90868/templates/ignite-ui-template/partials

If possible, can the header and footer pull content from the live or staging websites so that we don't duplicate content as hardcoded files? This is how it's done in the Ignite UI for JavaScript samples.

igx-grid binding to remote service

Create an example on how to bind the igx-grid to a remote service, and how to perform filtering, sorting and paging operations on the back-end.

Add the samples URL protocol (http/https) in the environment variables

When you have an URL to a sample, for example "https://{environment:demosBaseUrl}/grid", you should be able to change the protocol, too. So please add the protocol in the demoBaseUrl itself. The aforementioned sample should be like this "{environment:demosBaseUrl}/grid". The reason for this is we don't need https for development purposes, only for staging and production, so we should have an option of changing the protocol.

bs-docs-sidebar - View zoom/resize issue

bs-docs-sidebar - View zoom/resize issue

If the browser view is or has been zoomed in/out, the sidebar shows the previous item as selected instead of the actual selected one.

Discussed the same issues with resizing the browser view, however currently I cannot reproduce them.

Expected result

Sidebar will highlight as active the selected item, not the previous one.

Attachments

screen shot 2018-01-16 at 17 38 40

Loading SVG hangs

Description

When opening a doc page with a sample, the loading SVG appears to be hanging.

Steps to reproduce

  1. Open the grid page

Result

The loading SVG does not spin.

Expected result

The loading SVG should be spinning.

Attachments

untitled

bs-docs-sidebar - Behavior Changes Request

bs-docs-sidebar - UI improvements

H5 active and on hover look almost the same.

Steps to reproduce

  1. Remove block element on hover.

Result

On hover the block will not appear.

Expected result

onHover and active interaction will be easily differentiated.

Attachments

screen shot 2018-01-16 at 17 17 37

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.