-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
A new about dialog #9151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
A new about dialog #9151
Changes from 26 commits
Commits
Show all changes
93 commits
Select commit
Hold shift + click to select a range
f01bebe
client: create a Vite plugin to generate a contributor list JSON at t…
adoriandoran 4d75339
refactor: normalize to double quotes
adoriandoran 6481b90
client: retrieve the contributor list
adoriandoran 92f1048
client/contributor list: add support for honorific contributors
adoriandoran fb691f6
client/contributor list: add extra bot exclusion
adoriandoran 0525114
Merge branch 'main' of https://github.com/TriliumNext/Trilium into fe…
adoriandoran 8d5e82f
client/contributor list: refine filtering
adoriandoran 3157852
client/about dialog: create a new UI
adoriandoran 19dfbaa
client/about dialog: improve, add GitHub and donate buttons
adoriandoran 75da044
client/about dialog: add a link for the build revision
adoriandoran 8f23874
client/about dialog: add an indication for the nightly version, use S…
adoriandoran 1b91244
client/about dialog: switch to boxicons
adoriandoran 555d997
client/about dialog: show the dialog only after the required informat…
adoriandoran b4d0af6
client/modals: make the title optional
adoriandoran 978e023
client: revert the Vite build script
adoriandoran 7646d8b
client: update the contributor list via a script, persist the list in…
adoriandoran e7adf08
scripts/update contributor list: add role for pinned contributors
adoriandoran f00e051
scripts/update contributor list: add completion feedback
adoriandoran 015e50c
scripts/update contributor list: refactor
adoriandoran b32dd94
scripts/update contributor list: add full name support for pinned con…
adoriandoran a7a1e5c
scripts/update contributor list: optimize
adoriandoran db98884
scripts/update contributor list: refactor
adoriandoran f6e92c4
client/about dialog: show the contributor list
adoriandoran 129f1cc
client/about dialog: add a full list link, improve layout
adoriandoran fc6bdb5
client/about dialog: refactor
adoriandoran dfd68ca
scripts/update contributor list: update indentation size
adoriandoran 97e52e5
Update scripts/update-contributor-list.ts
adoriandoran 3502324
client/about dialog: add keys to the contributor list
adoriandoran 680fb41
Merge branch 'feat/about-dialog-overhaul' of https://github.com/Trili…
adoriandoran 0a0157a
style/about dialog: improve appearance
adoriandoran 11a46f0
client/about dialog: reduce the contributor list length to 10
adoriandoran 1c74a01
style/about dialog: create a card-like table style
adoriandoran 8c86f9f
client/about dialog: fix unwanted array mutation
adoriandoran 9d3c997
style/about dialog: improve appearance
adoriandoran 3889d7a
client/about dialog: add a license link
adoriandoran 0fb3f98
client/about dialog: add some tooltips
adoriandoran 2d21627
client/about dialog: refactor
adoriandoran a6b1af6
style/about dialog: improve appearance
adoriandoran d370ee2
style/about dialog: select the icon using CSS class names
adoriandoran a81dae2
client/about dialog: allow toggling to the classic icon
adoriandoran 591b3a1
style/about dialog: add icon animation
adoriandoran 496405d
client/about dialog: add custom tooltips
adoriandoran 573ab07
client/about dialog: add a delay for contributor link hover event
adoriandoran 0386e7d
style/about dialog: add a clue about contributor links with a tooltip
adoriandoran 8dafd91
Merge branch 'main' of https://github.com/TriliumNext/Trilium into fe…
adoriandoran d4552fa
client/about dialog: refactor
adoriandoran 72cc5cc
style/about dialog: update the donate button link on light theme
adoriandoran 3552097
style/tooltips: use higher contrast on the light theme
adoriandoran 87fb568
style/about dialog: customize the style of tooltips used for brief hi…
adoriandoran 2432bb1
style/about dialog: allow long directory paths to be wrapped
adoriandoran ce4883e
Merge branch 'main' of https://github.com/TriliumNext/Trilium into fe…
adoriandoran 601f246
style/about dialog: move the brief history tooltip from the contribut…
adoriandoran d61e399
style/about dialog: add an animation to the donate button
adoriandoran 3720851
Merge branch 'main' of https://github.com/TriliumNext/Trilium into fe…
adoriandoran 3a8f0e0
Merge branch 'main' of https://github.com/TriliumNext/Trilium into fe…
adoriandoran d3c927e
style/about dialog: exclude the brackets from the contributor role to…
adoriandoran e6db4a5
client/about dialog: update the version format
adoriandoran 7f75ab0
client/about dialog: define the strings for a brief history
adoriandoran 262c89d
style/about dialog: tweak the tooltip clues
adoriandoran 12a8351
style/about dialog: add a different background color for nightly builds
adoriandoran d65d7db
client/about dialog: refactor
adoriandoran 4bc1d93
style/about dialog: lower CSS selector specificity
adoriandoran 28b1eb7
Merge branch 'main' of https://github.com/TriliumNext/Trilium into fe…
adoriandoran d240fb3
style/about dialog: refactor
adoriandoran 5539c90
style/about dialog: make the property sheet responsive
adoriandoran 426d5da
client/refactor: create a separate property sheet component
adoriandoran 8cc5e02
client/about dialog: refactor
adoriandoran 3ce2af9
client/property sheet component: add support for CSS class names
adoriandoran 683814c
client/about dialog: refactor
adoriandoran 2c6c7cb
client: create a fluid wrapper component
adoriandoran 7c3bb8c
client: refactor
adoriandoran 837cb37
Merge branch 'main' of https://github.com/TriliumNext/Trilium into fe…
adoriandoran e624c20
client/fluid container: fix a bug
adoriandoran e2c79ff
client: refactor
adoriandoran 83d08d8
style/about dialog: improve appearance
adoriandoran c031a99
client/about dialog: update the license URL
adoriandoran 2742df7
client/about dialog: fix a typo
adoriandoran dbea88f
client/modal dialog: add support for full page dialogs on mobile
adoriandoran b349922
client/about dialog: make full page on mobile
adoriandoran 3627039
git mailmap: update
adoriandoran 1d8a810
style/property sheet component: improve appearance
adoriandoran ac1bcef
client/property sheet component: fix width limit on mobile
adoriandoran 4e55b29
Merge branch 'main' of https://github.com/TriliumNext/Trilium into fe…
adoriandoran 900f308
contributor list: switch to manual update, add a tool for a reference…
adoriandoran 415d936
Merge remote-tracking branch 'origin/main' into feat/about-dialog-ove…
eliandoran e6e6c1f
chore(scripts): filter contributors by role
eliandoran e7f85bb
chore(scripts): filter contributors by minimum commits
eliandoran a403aca
chore(scripts): group translators separately
eliandoran adc648d
chore(scripts): tweak criteria for contributors
eliandoran 2c74412
chore: update contributors list
eliandoran b04945e
chore(client): remove limit on contributors
eliandoran 5921d1f
client/about dialog: fix some issues
adoriandoran c4d832e
contributor list: update script name, change a comment
adoriandoran File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,47 @@ | ||
| .about-dialog { | ||
| .about-dialog-content { | ||
| display: flex; | ||
| flex-direction: column; | ||
| align-items: center; | ||
| } | ||
|
|
||
| .property-sheet-card { | ||
| margin-block: 30px; | ||
| font-size: .85em; | ||
|
|
||
| .tn-card-section { | ||
| display: flex; | ||
|
|
||
| > :first-child { | ||
| width: 100px; | ||
| } | ||
| } | ||
| } | ||
|
|
||
| .contributor-list { | ||
| a, span { | ||
| white-space: nowrap; | ||
| } | ||
| } | ||
|
|
||
| footer { | ||
| display: flex; | ||
| justify-content: center; | ||
| gap: 20px; | ||
| margin-bottom: 30px; | ||
|
|
||
| a { | ||
| display: flex; | ||
| flex-direction: column; | ||
| align-items: center; | ||
|
|
||
| &::after { | ||
| display: none; | ||
| } | ||
|
|
||
| i { | ||
| font-size: 32px; | ||
| } | ||
| } | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.