Skip to content
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

simple SODA resource parsing and window form #116

Merged
merged 32 commits into from
Feb 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
2a60319
simple SODA resource parsing and window form
bmatthieu3 Aug 22, 2023
552b8cf
add circular selection
bmatthieu3 Aug 24, 2023
373f8b9
fix hover line thickness
bmatthieu3 Aug 24, 2023
070b488
add some ui widgets
bmatthieu3 Aug 28, 2023
9148be9
modify the datalink & measurement table show to display better links …
bmatthieu3 Sep 11, 2023
b6d26c9
allow to overwrite the display of specific fields in MeasurementTable.js
bmatthieu3 Sep 14, 2023
05c3228
swap 2 dom elements code
bmatthieu3 Sep 20, 2023
a576020
UI: fix delete overlay
bmatthieu3 Sep 27, 2023
17f54ad
add Horizontal layout
bmatthieu3 Sep 27, 2023
3214ca3
fix: set cuts before FITS HiPS has not been loaded
bmatthieu3 Oct 10, 2023
d5101ac
UI: stack layer WIP
bmatthieu3 Nov 21, 2023
871168e
enhance samp connexion
bmatthieu3 Nov 29, 2023
a23edf5
refactorize UI code
bmatthieu3 Dec 11, 2023
26a809e
major UI commit
bmatthieu3 Dec 15, 2023
8933089
remove jQuery, ui refac, A.toolbar and A.button new classes
bmatthieu3 Dec 16, 2023
4510398
fix import Toolbar
bmatthieu3 Dec 16, 2023
e4930c2
add jsdoc routine
bmatthieu3 Dec 16, 2023
03601d9
fix from the tests
bmatthieu3 Dec 18, 2023
107eeda
working on a jsdoc formatted api documentation
bmatthieu3 Dec 20, 2023
daca03e
limit number of projections, add basic healpix methods and wip of the…
bmatthieu3 Dec 20, 2023
36f1083
add example
bmatthieu3 Dec 20, 2023
012867c
add status box ui element
bmatthieu3 Dec 21, 2023
9f95852
fix what is this by sending to action the mouse event of the right click
bmatthieu3 Jan 8, 2024
2ff993a
UI: adapt for mobile device
bmatthieu3 Jan 12, 2024
9288409
ui fixes, testing
bmatthieu3 Feb 2, 2024
9e01394
fix samp send sources
bmatthieu3 Feb 2, 2024
4657e06
fix ui
bmatthieu3 Feb 9, 2024
60f1b42
fix UI from recommendation
bmatthieu3 Feb 14, 2024
b5b502d
add mode on the grid and simbad pointer button
bmatthieu3 Feb 15, 2024
fb60fc7
long touch + UI refinements
bmatthieu3 Feb 28, 2024
31ab79d
simbad cone search requesting https://simbad.cds.unistra.fr/cone
bmatthieu3 Feb 28, 2024
c6bf46e
use new simbad cone search
bmatthieu3 Feb 29, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source "$HOME/.cargo/env"
rustup default nightly
- name: "Install wasm-pack"
run: |
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh -s -- -y
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source "$HOME/.cargo/env"
rustup default nightly
- name: "Install wasm-pack"
run: |
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh -s -- -y
Expand Down
16 changes: 0 additions & 16 deletions .gitignore

This file was deleted.

55 changes: 55 additions & 0 deletions assets/icons/brightness.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions assets/icons/camera.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions assets/icons/color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions assets/icons/copy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions assets/icons/edit.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions assets/icons/finish.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions assets/icons/font-size.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions assets/icons/function.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions assets/icons/grid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions assets/icons/help.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions assets/icons/hide.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/icons/info.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions assets/icons/loading.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/icons/map.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading