aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/frontend/src
AgeCommit message (Collapse)Author
2023-11-10Restructure the project to utilize included builds (#3174)Ignat Beresnev
* Refactor and simplify artifact publishing * Update Gradle to 8.4 * Refactor and simplify convention plugins and build scripts Fixes #3132 --------- Co-authored-by: Adam <897017+aSemy@users.noreply.github.com> Co-authored-by: Oleg Yukhnevich <whyoleg@gmail.com>
2023-08-31Update copyright (#3149)Ignat Beresnev
* Add the default copyright profile and enable IDEA project settings * Add the license notice file
2023-07-05Decompose Kotlin/Java analysis (#3034)Ignat Beresnev
* Extract analysis into separate modules
2023-05-24update mobile view and some bugs (#2836)Konstantin Chernenko
* Fix dark theme bugs: mobile TOC is visible on 1px and has white background, menu icon is black * Refactoring css styles for header controls * Change header responsive layout * Change header responsive layout * Fix scrollable columns for any header size * Remove main content mobile spacing * Change style for platform filters and labels * Fix: add burger icon into dist * Fix: long code token in mobile view * Fix: color in filter selector * Fix: long token in keyValue for desktop * Fix: add spacing for iPad Mini * Fix: dropdown for multiple versions * update platform brand colors * Fix: sample spacing, blockquote, playground initialize * Safari fix outline for platform tags * Fix non-js main content for better SEO * Fix outline for safari browser * Add consistent vertical spacing for header. It should normalize subpixel artifacts and centred content. * Update manual for custom logo * Add comment for playground * Hide copy button for non-js user * fix; use google fonts * feat; change style for platform in platform-tags * Revert Inter as defult font * Add breaks for CONSTANTS * incorrect non-js script position * less specific selector for article links
2022-08-25Add hotkey for opening search dialog (#2633)Andrey Tyrin
2022-03-15Fix rendering issues (#2389)Vadim Mishenev
2021-11-29Update npm deps, node (#2251)vmishenev
2021-08-25Dark mode (#2081)Marcin Aman
2021-08-12Remove unused components, docs, change icon to new kotlin logo and add ↵Marcin Aman
hamburger for mobile
2021-08-12Webhelp-like frontendMarcin Aman
2021-07-20Remove limitation on minimal matched length (#1978)Marcin Aman
2020-12-17Navigate to root after logo click, add data to searchbars on multimodule (#1631)Marcin Aman
2020-11-10New breadcrumbs (#1590)Marcin Aman
Add top navbar
2020-10-16Explicit fallback in searchbar (#1559)Marcin Aman
2020-10-09On this page component (#1504)Marcin Aman
2020-10-08Improve stylesMarcin Aman
2020-10-05Render react resources as separate css to allow overriding (#1416)Marcin Aman
* Render react resources as separate css to allow overriding * Improve build.gradle.kts
2020-09-17Fix scrolling to relevant records in search, filter all that doesnt match ↵Marcin Aman
required amout of letters
2020-09-10Mobile improvements for different screen resolutionsMarcin Aman
2020-08-28Hide navigation pane search on multimodule pageMarcin Aman
2020-08-24Set cursor value to pointer for various buttons (#1369)Muhammad Hamza
* Set cursor value to pointer nav button and copy-icon * Set cursor to pointer for search button
2020-08-21Improve resizing, remove important from stylesMarcin Aman
2020-08-21Create navigation search componentMarcin Aman
2020-08-05Fix JS markdown component generating lots of files with highlightingMarcin Aman
2020-08-03Remove unsafe html usageMarcin Aman
2020-08-03Split into files and move svg to external oneMarcin Aman
2020-08-03Improve sorting algorithmMarcin Aman
2020-08-03Highlight searched phraseMarcin Aman
2020-07-08Separated search key and display level in search componentFilip Zybała
2020-06-24Small css adjustmentsMarcin Aman
2020-06-09Improve CSS, pages navigation tree and create anchors on pageMarcin Aman
2020-06-04Update TS migration to current dev, move to a common package, rename to frontendMarcin Aman